View previous topic :: View next topic |
Author |
Message |
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Sat Jul 03, 2004 12:08 pm Post subject: eciadsl: modem not found [risolto] |
|
|
ho emerso gli eciadsl seguendo un howto in francese che faceva creare un portage secondario.
Quando lancio il comando startmodem ottengo:
Code: |
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
setting up USB support (1/5)..
loading preliminary USB device filesystem
couldn't mount usbdevfs
/usr/local/bin/startmodem: line 168: lspci: command not found
/usr/local/bin/startmodem: line 211: lspci: command not found
loading firmware (2/5)..
grep: /proc/bus/usb/devices: No such file or directory
grep: /proc/bus/usb/devices: No such file or directory
modem not found
|
cos'è?
Last edited by heXen on Sat Jul 03, 2004 4:42 pm; edited 1 time in total |
|
Back to top |
|
|
primero.gentoo Guru
Joined: 23 Dec 2003 Posts: 402
|
Posted: Sat Jul 03, 2004 12:29 pm Post subject: Re: eciadsl: modem not found |
|
|
heXen wrote: | ho emerso gli eciadsl seguendo un howto in francese che faceva creare un portage secondario.
Quando lancio il comando startmodem ottengo:
Code: |
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
setting up USB support (1/5)..
loading preliminary USB device filesystem
couldn't mount usbdevfs
/usr/local/bin/startmodem: line 168: lspci: command not found
/usr/local/bin/startmodem: line 211: lspci: command not found
loading firmware (2/5)..
grep: /proc/bus/usb/devices: No such file or directory
grep: /proc/bus/usb/devices: No such file or directory
modem not found
|
cos'è? |
per il primo warning nessun problema , ti dice solo che il tail sta usando una sintassi obsoleta.
Code: |
couldn't mount usbdevfs
/usr/local/bin/startmodem: line 168: lspci: command not found
grep: /proc/bus/usb/devices: No such file or directory
modem not found
|
sei sicuro di aver seguito bene l'how-to ?
a quanto dice non hai messo il supporto per usbdevfs nel kernel e quindi non riesce a trovare il modem, a proposito che modem e che ISP ?
Se dai un "lsusb" che ti viene fuori?
Hai lanciato il comando "eciadsl-conf" (o qualcosa del genere) ?
un mio amico con mclink ha avuti un po' di problemi a trovare il file per la sincronizzazione , che sarebbe il passo (3/5) ma almeno il riconoscimento del modem era stato molto clear.
fai una ricerca nel forum in base al tuo modello di modem , scono fuorii un bel po' di thread.
Ciauz _________________ "Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039) |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Sat Jul 03, 2004 1:33 pm Post subject: |
|
|
Il modem è Wisecom e non è la prima volta che lo uso in linux quindi ho installato e configurato gli eciadsl bene. Ho anche il usbdevfs nel kernel. L'errore dice che lspci non è presente, e te dici di usare lsusb, nessuno dei due è presente |
|
Back to top |
|
|
silian87 Advocate
Joined: 06 Oct 2003 Posts: 2318 Location: Treviso, Italy
|
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Sat Jul 03, 2004 2:38 pm Post subject: |
|
|
prova anche a farlo partire da root entrandoci con "su -"
o mettere nel .bashrc della home un bel
Code: | export PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH" |
|
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Sat Jul 03, 2004 2:56 pm Post subject: |
|
|
ProT-0-TypE wrote: | prova anche a farlo partire da root entrandoci con "su -"
o mettere nel .bashrc della home un bel
Code: | export PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH" |
|
beh ovvio che lo faccio partire da root |
|
Back to top |
|
|
primero.gentoo Guru
Joined: 23 Dec 2003 Posts: 402
|
Posted: Sat Jul 03, 2004 3:52 pm Post subject: |
|
|
heXen wrote: | Il modem è Wisecom e non è la prima volta che lo uso in linux quindi ho installato e configurato gli eciadsl bene. Ho anche il usbdevfs nel kernel. L'errore dice che lspci non è presente, e te dici di usare lsusb, nessuno dei due è presente |
A leggere sul sito il tuo modem e' ben supportato e , visto che a quanto ho capito viene fornito da Telecom , dovresti avere anche il file per la sincronizzazione.
Il punto e' che gli script di eciadsl sono a volte "un po imprecisi" quindi io partirei dal cercare di capire se e' eciadsl a non riuscire a trovare il modem ... o se e' gentoo.
Per questo ti consigliavo "lsusb" (emerge usbutils) per controllare che il sistema lo veda bene.
Hai compilato nel kernel tutto cio' che a eciadsl serve?:
USB device filesystem
UHCI (Intel PIIX4, VIA, ...) support
Non-standard serial port support
---HDLC line discipline support
PPP Vari
ciauz! _________________ "Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039) |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Sat Jul 03, 2004 4:01 pm Post subject: |
|
|
certo che è supportato, non è la prima volta che lo uso in linux, quindi so cosa serve nel kernel e so che la loro imprecisione, almeno per esperienza personale, si ha all'atto della sincronizzazione |
|
Back to top |
|
|
primero.gentoo Guru
Joined: 23 Dec 2003 Posts: 402
|
Posted: Sat Jul 03, 2004 4:14 pm Post subject: |
|
|
ok ... ma "lsusb" te lo vede o no?
Se hai configurato bene eciadsl ... allora il prob e' sul sistema IMHO ...
certo, a meno che in un momento di follia tu non abbia frullato il modem contro il muro
ciauz _________________ "Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039) |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Sat Jul 03, 2004 4:41 pm Post subject: |
|
|
startmodem non trovava il programma lspci e non poteva quindi lanciare l'omonimo comando. Ora funziona aggiungo il tag
grazie a tutti |
|
Back to top |
|
|
primero.gentoo Guru
Joined: 23 Dec 2003 Posts: 402
|
Posted: Sat Jul 03, 2004 4:48 pm Post subject: |
|
|
enjoy your surfing _________________ "Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039) |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Sun Jul 04, 2004 1:05 am Post subject: |
|
|
heXen wrote: |
beh ovvio che lo faccio partire da root |
intendevo entrando con "su -" e non con "su" normale, sennò magari non ti trova i percorsi giusti..
e cmq io lo uso da utente normale con sudo |
|
Back to top |
|
|
|