SpeedTouch 330 with MSN Broadband through Qwest ADSL

rduvall at onlinehighways.net rduvall at onlinehighways.net
Thu Jul 3 01:08:01 PDT 2003


Okay, I fixed the problem on my own.

I had to upgrade my driver software from 1.1b to 1.2b2.  Also you have to update 
adsl.sh so that it does not run the modem_run command.  Modem_run should only be 
used when you first plug in the USB device (like at bootup).  If it is already 
loaded, for some reason it doesn't exit and continute the rest of the script.  
So, I just commented it out.

Does anybody have any ideas on the modem_run not exiting issue?

Sincerely,

Rick Duvall

--- rduvall at onlinehighways.net <rduvall at onlinehighways.net> wrote:
> I have an Alcatel SpeedTouch 330 ADSL modem.  I have subscribed to MSN
> broadband 
> through Qwest's ADSL.  Here are the requirements...
> 
> 1.  VPI and VCI are 0/32
> 2.  PPPoA
> 
> It just doesn't connect at all.  Below are my configs.  Below that are from 
the 
> logs..
> 
> ppp.conf:
> 
> default:
>   ident user-ppp VERSION (1.2)
>   set log Phase Chat LCP IPCP CCP tun command
> 
> adsl:
>  set authname xxxxxxxxx at msndsl.net
>  set authkey xxxxxxxxx
>  set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 32 -v 1"
>  accept chap
>  set speed sync
>  set timeout 0
>  enable lqr
>  set lqrperiod 5
>  set redial 15 10000
>  set dial ""
>  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
>  add default HISADDR
>  enable dns
> 
> 
> adsl.sh:
> 
> #!/bin/sh
> 
> ISP=adsl
> MODE=ddial
> PREFIX=/usr/local
> 
> #if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
> #    echo "$0: Cannot determine the PREFIX" >&2
> #    exit 1
> #fi
> 
> PATH="$PATH:$PREFIX/bin"
> 
> case $1 in
>   start)
>         "$PREFIX/sbin/modem_run" -v "2" -f "$PREFIX/libdata/mgmt.o" &
>          ppp -quiet -nat -$MODE $ISP \
>          && echo -n ' ppp'
>         ;;
>   stop)
>         killall modem_run
>         killall ppp
>         ;;
>   *)
>         echo "Usage: $0 {start|stop}"
>         exit 1
> esac
> 
> 
> ppp.log:
> 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: HUPing 247 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: hangup -> opening 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: Enter pause (3) for 
> redialing. 
> Jul  2 18:37:05 server ppp[122]: tun0: Chat: deflink: Reconnect try 15 of 0 
> Jul  2 18:37:08 server ppp[122]: tun0: Chat: deflink: Redial timer expired. 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: Connected! 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: opening -> dial 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: dial -> carrier 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: carrier -> login 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: login -> lcp 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: FSM: Using "deflink" as a 
transport 
> 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: deflink: State change Initial --> 

> Closed 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: deflink: State change Closed --> 
> Stopped 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: LayerStart 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Stopped 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: State change Stopped --> 

> Req-Sent 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: RecvConfigReq(209) state 
= 
> Req-Sent 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: SendConfigAck(209) state 
= 
> Req-Sent 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: State change Req-Sent --> 

> Ack-Sent 
> Jul  2 18:37:21 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Ack-Sent 
> Jul  2 18:37:21 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:21 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:21 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP: deflink: RecvConfigReq(210) state 
= 
> Ack-Sent 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP: deflink: SendConfigAck(210) state 
= 
> Ack-Sent 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:22 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:24 server ppp[122]: tun0: LCP: deflink: LayerFinish 
> Jul  2 18:37:24 server ppp[122]: tun0: LCP: deflink: State change Ack-Sent --> 

> Stopped 
> Jul  2 18:37:24 server ppp[122]: tun0: LCP: deflink: State change Stopped --> 

> Closed 
> Jul  2 18:37:24 server ppp[122]: tun0: LCP: deflink: State change Closed --> 
> Initial 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: Disconnected! 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: lcp -> logout 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: logout -> hangup 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: Disconnected! 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: Connect time: 16 secs:
> 36 
> octets in, 166 octets ou
> t 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: : 27 packets in, 107 
> packets out 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase:  total 12 bytes/sec, peak 19 
> bytes/sec on Wed Jul  2 18:37:
> 23 2003 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: HUPing 256 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: hangup -> opening 
> Jul  2 18:37:24 server ppp[122]: tun0: Phase: deflink: Enter pause (3) for 
> redialing. 
> 
> 
> 
> Here is grep from my debug log...
> 
> Jul  2 18:37:27 server pppoa2[260]: Starting PPPoA2 ( merged version includes 

> new ATM/AAL5 stack ) 1.1 
> Jul  2 18:37:27 server pppoa2[260]: I'm the parent   process, I handle the 
> endpoint 0x07 
> Jul  2 18:37:27 server pppoa2[260]: pty descriptors : fdin=3, fdout=4 
> Jul  2 18:37:27 server pppoa2[260]: Increasing SNDBUF from 2048 to 65536 
> Jul  2 18:37:27 server pppoa2[260]: Increasing RCVBUF from 4096 to 65536 
> Jul  2 18:37:27 server pppoa2[261]: I'm the children process, I handle the 
> endpoint 0x87 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(256)/VCI(0) (OAM?) 
> PTI=0x00 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(0)/VCI(0) (OAM?)
> PTI=0x00 
> 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(11)/VCI(49328) (OAM?) 
> PTI=0x03 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(0)/VCI(0) (OAM?)
> PTI=0x00 
> 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(819)/VCI(996) (OAM?) 
> PTI=0x05 
> Jul  2 18:37:27 server pppoa2[261]: Cell had wrong VPI(1559)/VCI(1397



More information about the freebsd-questions mailing list