PDA

View Full Version : model linux help


marcellinobono
28-07-2006, 11:30
salve a tutti ho da poco installato linux mandrake sto cercando di installare il mio modem dsl 200 con driver eciadsl ho seguito tutte le istruzioni va tutto bene sl ke mi da un errore che non mi fa connettere vi prego aiutatemi voglio staccarmi da winzoz spero in una vostra risposta grazie :stordita: :stordita:

[root@localhost ~]# eciadsl-config-tk
[root@localhost ~]# eciadsl-start

[EciAdsl 1/5] Setting up USB support...

Preliminary USB device filesystem is OK

[EciAdsl 2/5] Uploading firmware...

GlobeSpan GS7070 USB ADSL WAN Modem compatible modem found (in 2001ms)
eciadsl-firmware: success
firmware loaded successfully

[EciAdsl 3/5] Synchronization...

OK eciadsl-synch: success
Synchronization successful
Mounting devpts filsystem...
mount: devpts già montato o /dev/pts occupato
failed to mount

[EciAdsl 4/5] Connecting to provider...

using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
sent [LCP ConfReq id=0x1 <magic 0x215d61ba>]
LCP: timeout sending Config-Requests
Connection terminated.
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3898), status = 0xf9
Modem hangup
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3899), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3900), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3905), status = 0xf9
using channel 2
Failed to set PPP kernel option flags: Inappropriate ioctl for device
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3912), status = 0xf9
Modem hangup
Connection terminated.
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3930), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3939), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3941), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3943), status = 0xf9
Couldn't get channel number: Input/output error
Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364 finished (pid 3947), status = 0xf9
Waiting for 1 child processes...
script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode LLC_RFC2364, pid 3867
sending SIGTERM to process 3867
ERROR: failed to connect

Davide.Prina
28-07-2006, 16:27
prova ad usare
# eciadsl-doctor
che fornisce ulteriori dettagli ... a volte

comunque mi sa che devi cambiare il file di sincronizzazione ... dal sito puoi scaricarne un tot e provarli tutti fino a quando trovi quello giusto.
http://eciadsl.flashtux.org/download/eciadsl-synch_bin.tar.bz2

Se non ti si connette ancora, allora puoi provare a crearti tu il file di sincronizzazione.
http://eciadsl.flashtux.org/download.php (cerca USB sniffer)

Se hai una linea veloce (> 2 Mbit) e hai cadute di connessione, allora

If you have unstable connection with ALL .bin files after a line upgrade (commonly a faster ADSL line), you can try the packet size patch (see below). To apply it: "patch -p1 </tmp/packet_size.patch" in EciAdsl source directory.
http://eciadsl.flashtux.org/download/beta/packet_size.patch

Ciao
Davide