I have a USB Speedtouch modem that is working with the drivers from 
Alcatel.  I would like to switch to Benoit's drivers, but I can't get 
ppp to start.  As soon as I send an LCP configure request packet, I get 
an LCP disconnect packet from my ISP (Bellsouth).  I am running Linux 
kernel 2.4.16 with pppd version 2.4.1b2.  I have departed from the 
configuration recommendations slightly in that I have compiled the 
features directly into the kernel, rather than as modules.  The 
speedtouch drivers are the 20011007 version.

Here is the ppp section from my .config file in the linux source directory:
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
# CONFIG_PPPOE is not set
# CONFIG_PPPOATM is not set
# CONFIG_SLIP is not set


Here is my adsl file in the /etc/ppp/peers directory:
# /etc/ppp/peers/adsl
debug
kdebug 1
noipdefault
defaultroute
default-asyncmap
#lock
pty "/usr/local/bin/pppoa3 -c -v 2 -m 1 -vpi 8 -vci 35
sync
user [EMAIL PROTECTED]
noauth
noaccomp
nopcomp
noccp
novjccomp
#nomagic
holdoff 4
persist
maxfail 25

I modified it so that it would duplicate the options negotiated by the 
other driver.

Here is a section of /var/log/debug:
Dec  9 09:18:32 alice pppd[217]: using channel 2
Dec  9 09:18:33 alice pppd[217]: sent [LCP ConfReq id=0x1 <magic 
0x88da5c73>]
Dec  9 09:18:33 alice pppoa3[229]: PPP packet read from ppp(d) (24 bytes 
long)
Dec  9 09:18:33 alice pppoa3[229]: 7d 23 c0 21 7d 21 7d 21 7d 20 7d 2a 
7d 25 7d 26 }#.!}!}!} }*}%}&
Dec  9 09:18:33 alice pppoa3[229]: 88 da 5c 73 7d 21 68 7e 
            ..\s}!h~
Dec  9 09:18:33 alice pppoa3[229]: ATM cell queue built (53 bytes long)
Dec  9 09:18:33 alice pppoa3[229]: 00 80 02 32 ea 7d 23 c0 21 7d 21 7d 
21 7d 20 7d ...2.}#.!}!}!} }
Dec  9 09:18:33 alice pppoa3[229]: 2a 7d 25 7d 26 88 da 5c 73 7d 21 68 
7e 00 00 00 *}%}&..\s}!h~...
Dec  9 09:18:33 alice pppoa3[229]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:33 alice pppoa3[229]: 18 b7 7b 4d 97 
            ..{M.
Dec  9 09:18:36 alice pppd[217]: sent [LCP ConfReq id=0x1 <magic 
0x88da5c73>]
Dec  9 09:18:36 alice pppoa3[229]: PPP packet read from ppp(d) (24 bytes 
long)
Dec  9 09:18:36 alice pppoa3[229]: 7d 23 c0 21 7d 21 7d 21 7d 20 7d 2a 
7d 25 7d 26 }#.!}!}!} }*}%}&
Dec  9 09:18:36 alice pppoa3[229]: 88 da 5c 73 7d 21 68 7e 
            ..\s}!h~
Dec  9 09:18:36 alice pppoa3[229]: ATM cell queue built (53 bytes long)
Dec  9 09:18:36 alice pppoa3[229]: 00 80 02 32 ea 7d 23 c0 21 7d 21 7d 
21 7d 20 7d ...2.}#.!}!}!} }
Dec  9 09:18:36 alice pppoa3[229]: 2a 7d 25 7d 26 88 da 5c 73 7d 21 68 
7e 00 00 00 *}%}&..\s}!h~...
Dec  9 09:18:36 alice pppoa3[229]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:36 alice pppoa3[229]: 18 b7 7b 4d 97 
            ..{M.
Dec  9 09:18:36 alice pppoa3[230]: ATM cells read from USB (53 bytes long)
Dec  9 09:18:36 alice pppoa3[230]: 00 80 02 32 ea 7d 23 c0 21 05 ff 00 
04 00 00 00 ...2.}#.!.......
Dec  9 09:18:36 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:36 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:36 alice pppoa3[230]: 08 7b ab 00 85 
            .{...
Dec  9 09:18:37 alice pppoa3[230]: AAL5 frame joined up  (48 bytes long)
Dec  9 09:18:37 alice pppoa3[230]: 7d 23 c0 21 05 ff 00 04 00 00 00 00 
00 00 00 00 }#.!............
Dec  9 09:18:37 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:37 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 08 
7b ab 00 85 ............{...
Dec  9 09:18:39 alice pppd[217]: sent [LCP ConfReq id=0x1 <magic 
0x88da5c73>]
Dec  9 09:18:39 alice pppoa3[229]: PPP packet read from ppp(d) (24 bytes 
long)
Dec  9 09:18:39 alice pppoa3[229]: 7d 23 c0 21 7d 21 7d 21 7d 20 7d 2a 
7d 25 7d 26 }#.!}!}!} }*}%}&
Dec  9 09:18:39 alice pppoa3[229]: 88 da 5c 73 7d 21 68 7e 
            ..\s}!h~
Dec  9 09:18:39 alice pppoa3[229]: ATM cell queue built (53 bytes long)
Dec  9 09:18:39 alice pppoa3[229]: 00 80 02 32 ea 7d 23 c0 21 7d 21 7d 
21 7d 20 7d ...2.}#.!}!}!} }
Dec  9 09:18:39 alice pppoa3[229]: 2a 7d 25 7d 26 88 da 5c 73 7d 21 68 
7e 00 00 00 *}%}&..\s}!h~...
Dec  9 09:18:39 alice pppoa3[229]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:39 alice pppoa3[229]: 18 b7 7b 4d 97 
            ..{M.
Dec  9 09:18:39 alice pppoa3[230]: ATM cells read from USB (53 bytes long)
Dec  9 09:18:39 alice pppoa3[230]: 00 80 02 32 ea 7d 23 c0 21 05 ff 00 
04 00 00 00 ...2.}#.!.......
Dec  9 09:18:39 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:39 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:39 alice pppoa3[230]: 08 7b ab 00 85 
            .{...
Dec  9 09:18:40 alice pppoa3[230]: AAL5 frame joined up  (48 bytes long)
Dec  9 09:18:40 alice pppoa3[230]: 7d 23 c0 21 05 ff 00 04 00 00 00 00 
00 00 00 00 }#.!............
Dec  9 09:18:40 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 ................
Dec  9 09:18:40 alice pppoa3[230]: 00 00 00 00 00 00 00 00 00 00 00 08 
7b ab 00 85 ............{...

The pattern repeats until pppd gives up on the retries.

Any suggestions on where to proceed from here would be welcome.

Dave




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to