Hi Antares, thanks for your quick reply. I just found that I interchanged VPI and VCI. After fixing that, the speedtouch 330 attached to the nslu2 works very well:
LKG7F63BB:~# pppd call lycos-dsl Plugin rp-pppoe.so loaded. PADS: Service-Name: '' PPP session is 21160 using channel 2 Using interface ppp0 Connect: ppp0 <--> nas0 sent [LCP ConfReq id=0x1 <mru 1492> <magic 0x3659501d>] rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xd345b397>] sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xd345b397>] rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0x3659501d>] sent [LCP EchoReq id=0x0 magic=0x3659501d] sent [PAP AuthReq id=0x1 user="flatrate/[EMAIL PROTECTED]" password=<hidden>] rcvd [LCP EchoRep id=0x0 magic=0xd345b397 00 07 1c a1] rcvd [LCP ConfReq id=0x7 <mru 1492> <auth pap> <magic 0xd345b397>] sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xaab34681>] sent [LCP ConfAck id=0x7 <mru 1492> <auth pap> <magic 0xd345b397>] rcvd [LCP ConfAck id=0x2 <mru 1492> <magic 0xaab34681>] sent [LCP EchoReq id=0x0 magic=0xaab34681] sent [PAP AuthReq id=0x2 user="flatrate/[EMAIL PROTECTED]" password=<hidden>] rcvd [PAP AuthAck id=0x2 ""] PAP authentication succeeded peer from calling number 00:13:7F:29:93:19 authorized sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>] rcvd [IPCP ConfReq id=0xd3 <addr 213.20.223.24>] sent [IPCP ConfAck id=0xd3 <addr 213.20.223.24>] rcvd [IPCP ConfNak id=0x1 <addr 217.190.180.37> <ms-dns1 62.53.220.69> <ms-dns3 193.189.244.205>] sent [IPCP ConfReq id=0x2 <addr 217.190.180.37> <ms-dns1 62.53.220.69> <ms-dns3 193.189.244.205>] rcvd [IPCP ConfAck id=0x2 <addr 217.190.180.37> <ms-dns1 62.53.220.69> <ms-dns3 193.189.244.205>] not replacing existing default route via 192.168.1.1 Cannot determine ethernet address for proxy ARP local IP address 217.190.180.37 remote IP address 213.20.223.24 primary DNS address 62.53.220.69 secondary DNS address 193.189.244.205 LKG7F63BB:~# ping 213.20.223.24 PING 213.20.223.24 (213.20.223.24) 56(84) bytes of data. 64 bytes from 213.20.223.24: icmp_seq=1 ttl=255 time=58.9 ms 64 bytes from 213.20.223.24: icmp_seq=2 ttl=255 time=56.6 ms Thanks again for all your help, Rainer Am Freitag, 24. November 2006 00:10 schrieb antares dark: > Hi, Rainer. > > First of all your modem is loading the firmware? when > boot the machine, the right led should blink 8 or 9 > times. > > Second, are you sure that Deutsche Telekom is using > PPPoE? > > Third have you set your user & pass in > /etc/ppp/chap-secrets > /etc/ppp/pap-secrets > > in this form: > "[EMAIL PROTECTED]" "*" "password" > or... > '[EMAIL PROTECTED]' '*' 'password' > > only one is needed depending if its PPPoA or PPPoE > > Take a look at this page and read it carefully. > > http://www.linux-usb.org/SpeedTouch/LFS/index.html > > It's a pleasure help somebody, and more if you're too > far from my country. > > Antares > > --- Rainer Dorsch <[EMAIL PROTECTED]> escribió: > > Hi Antares, > > > > thank you for your quick reply. It brought me a step > > further and it was easy > > enough to find out the 1.32 for the Deutsche Telekom > > (with a little help of > > Google). > > > > Now I am stuck with > > > > Timeout waiting for PADO packets > > > > Google showed several hits on this error, but I > > found no conclusion. > > > > Any help would be appreciated. > > > > This is what I did: > > > > LKG7F63BB:~# modprobe speedtch > > LKG7F63BB:~# modprobe br2684 > > LKG7F63BB:~# modprobe pppoe > > LKG7F63BB:~# dmesg | grep 'ADSL line is up' > > ATM dev 0: ADSL line is up (864 kb/s down | 160 kb/s > > up) > > LKG7F63BB:~# br2684ctl -b -c 0 -a 32.1 > > br2684ctl[3762]: Interface "nas0" created > > sucessfully > > br2684ctl[3762]: Communicating over ATM 0.32.1, > > encapsulation: LLC > > br2684ctl[3762]: Interface configured > > LKG7F63BB:~# ip link set nas0 up > > LKG7F63BB:~# pppd call lycos-dsl > > Plugin rp-pppoe.so loaded. > > Timeout waiting for PADO packets > > Unable to complete PPPoE Discovery > > LKG7F63BB:~# > > > > > > The pppd config (I replaced [EMAIL PROTECTED] with my data): > > > > LKG7F63BB:~# cat /etc/ppp/peers/lycos-dsl > > noipdefault > > defaultroute > > user "[EMAIL PROTECTED]" > > noauth > > updetach > > usepeerdns > > plugin rp-pppoe.so > > nas0 > > > > ### If the firmware loads and pppd won't > > ### connect uncomment this option to make > > ### pppd be more verbose in the system log > > > > debug > > > > ### For more details (and more options) > > ### read man pppd > > LKG7F63BB:~# > > > > Thanks, > > Rainer > > > > PS: My speedtouch shows firmware verison 0.01. > > Should I be worried? > > LKG7F63BB:~# awk '/4061/ { print $5 }' > > /proc/bus/usb/devices > > 0.01 > > LKG7F63BB:~# > > > > > > Am Mittwoch, 22. November 2006 14:47 schrieb antares > > > > dark: > > > Hello, look at the 6th line: > > > > LKG7F63BB:~# br2684ctl -b -c 0 -a VP.VC > > > > > > You shoud change the VP.VC by numbers like the > > > > ones in > > > > > in this listing (i don't see telekom germany) > > http://www.linux-usb.org/SpeedTouch/faq/index.html#q12 > > > > Antares > > > > > > --- Rainer Dorsch <[EMAIL PROTECTED]> escribió: > > > > Many thanks for the replies. I try to get the > > > > speedtouch running with a Debian > > > > etch on an nslu2. > > > > > > > > I am wondering, does the output of br2684 look > > > > ok? > > > > > > Probably not, pppd gets a > > > > timeout. > > > > > > > > Does anybody see, what is going wrong? > > > > > > > > LKG7F63BB:~# modprobe ppp_generic > > > > LKG7F63BB:~# modprobe br2684 > > > > LKG7F63BB:~# modprobe pppoe > > > > LKG7F63BB:~# dmesg | grep 'ADSL line is up' > > > > ATM dev 0: ADSL line is up (864 kb/s down | 160 > > > > kb/s > > > > > > up) > > > > LKG7F63BB:~# br2684ctl -b -c 0 -a VP.VC > > > > br2684ctl[2219]: Interface "nas0" created > > > > sucessfully > > > > br2684ctl[2219]: Could not parse ATM parameters > > > > (error=-1) > > > > br2684ctl[2219]: Communicating over ATM 0.0.0, > > > > encapsulation: LLC > > > > br2684ctl[2219]: Fatal: failed to connect on > > > > socket > > > > > > LKG7F63BB:~# modprobe pppoa > > > > FATAL: Module pppoa not found. > > > > LKG7F63BB:~# ip addr add 192.168.0.1/32 dev nas0 > > > > LKG7F63BB:~# ip link set nas0 up > > > > LKG7F63BB:~# ifconfig > > > > eth0 Link encap:Ethernet HWaddr > > > > 00:0F:66:7F:63:BB > > > > inet addr:192.168.1.149 > > > > Bcast:192.168.1.255 Mask:255.255.255.0 > > > > inet6 addr: > > > > fe80::20f:66ff:fe7f:63bb/64 > > > > > > Scope:Link > > > > UP BROADCAST RUNNING MULTICAST > > > > MTU:1500 > > > > > > Metric:1 > > > > RX packets:13073 errors:0 dropped:0 > > > > overruns:0 frame:0 > > > > TX packets:8157 errors:0 dropped:0 > > > > overruns:0 carrier:0 > > > > collisions:0 txqueuelen:1000 > > > > RX bytes:14998456 (14.3 MiB) TX > > > > bytes:786652 (768.2 KiB) > > > > > > > > lo Link encap:Local Loopback > > > > inet addr:127.0.0.1 Mask:255.0.0.0 > > > > inet6 addr: ::1/128 Scope:Host > > > > UP LOOPBACK RUNNING MTU:16436 > > > > Metric:1 > > > > > > RX packets:66 errors:0 dropped:0 > > > > overruns:0 frame:0 > > > > TX packets:66 errors:0 dropped:0 > > > > overruns:0 carrier:0 > > > > collisions:0 txqueuelen:0 > > > > RX bytes:5176 (5.0 KiB) TX bytes:5176 > > > > (5.0 KiB) > > > > > > > > nas0 Link encap:Ethernet HWaddr > > > > 00:00:00:00:00:00 > > > > inet addr:192.168.0.1 Bcast:0.0.0.0 > > > > Mask:255.255.255.255 > > > > inet6 addr: fe80::200:ff:fe00:0/64 > > > > Scope:Link > > > > UP BROADCAST RUNNING MULTICAST > > > > MTU:1500 > > > > > > Metric:1 > > > > RX packets:0 errors:0 dropped:0 > > > > overruns:0 > > > > > > frame:0 > > > > TX packets:0 errors:6 dropped:0 > > > > overruns:0 > > > > > > carrier:6 > > > > collisions:0 txqueuelen:1000 > > > > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > > > > > > > LKG7F63BB:~# pppd call lycos-dsl > > > > Plugin rp-pppoe.so loaded. > > > > Timeout waiting for PADO packets > > > > Unable to complete PPPoE Discovery > > > > LKG7F63BB:~# lsmod > > > > Module Size Used by > > > > pppoe 14208 0 > > > > pppox 3912 1 pppoe > > > > br2684 9380 0 > > > > ppp_generic 29620 2 pppoe,pppox > > > > slhc 7360 1 ppp_generic > > > > speedtch 14928 0 > > > > usbatm 19264 1 speedtch > > > > atm 48480 2 br2684,usbatm > > > > ledtrig_heartbeat 3040 0 > > > > nfs 250932 0 > > > > ipv6 269416 20 > > > > nfsd 240200 17 > > > > exportfs 5792 1 nfsd > > > > lockd 67252 3 nfs,nfsd > > > > nfs_acl 4032 2 nfs,nfsd > > > > sunrpc 165848 13 > > > > nfs,nfsd,lockd,nfs_acl > > > > dm_snapshot 17148 0 > > > > dm_mirror 20948 0 > > > > dm_mod 59120 2 > > > > dm_snapshot,dm_mirror > > > > rtc_dev 7432 0 > > > > ixp4xx_mac 14584 0 > > > > evdev 10400 0 > > > > ixp4xx_qmgr 7556 5 ixp4xx_mac > > > > ixp4xx_npe 10656 2 ixp4xx_mac > > > > firmware_class 10656 2 > > > > speedtch,ixp4xx_npe > > === message truncated === > > > __________________________________________________ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam ¡gratis! > ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar > > Liste de diffusion modem ALCATEL SpeedTouch USB > Pour se désinscrire : > mailto:[EMAIL PROTECTED] -- Rainer Dorsch Alzentalstr. 28 D-71083 Herrenberg 07032-919495 jabber: [EMAIL PROTECTED] GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F 8F59 E3A8 C538 7519 141E Full GPG key: http://pgp.mit.edu/ Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
