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 > ixp4xx_beeper 3616 0 > ext3 137480 1 > jbd 59368 1 ext3 > mbcache 9188 1 ext3 > sd_mod 19248 3 > usb_storage 77707 2 > scsi_mod 102768 2 sd_mod,usb_storage > ehci_hcd 31240 0 > ohci_hcd 17156 0 > usbcore 126952 6 > speedtch,usbatm,usb_storage,ehci_hcd,ohci_hcd > LKG7F63BB:~# > > Am Sonntag, 19. November 2006 21:00 schrieb Gilles > Espinasse: > > ----- Original Message ----- > > From: "Rainer Dorsch" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Sunday, November 19, 2006 6:25 PM > > Subject: [speedtouch] pppoe and > http://www.linux-usb.org/SpeedTouch/ docu > > > > > Hello, > > > > > > in > http://www.linux-usb.org/SpeedTouch/LFS/index.html I > find > > > > > > [*] PPP over Ethernet (EXPERIMENTAL) (only > needed if you're going to use > > > PPPoE) > > > [*] PPP over ATM (only needed if you're going > to use PPPoA) > > > > > > in the kernel config. > > > > > > In > http://www.linux-usb.org/SpeedTouch/ubuntu/index.html > I see in the > > > > PPPoE > > > > > config section (make a boot script): > > > > > > #!/bin/bash > > > modprobe ppp_generic > > > modprobe pppoatm > > > modprobe br2684 > > > > > > > > > If that is right, it seems that > > > -> [*] PPP over ATM (only needed if you're > going to use PPPoA) is also > > > > needed > > > > > for PPPoE > > > -> pppoe seems to be not needed at all (?) > > > > > > Or the modprobes here are simply wrong. > > > > > > Can anyboby help? > > > > Yes, this should be wrong > > > > This should be enought using the speedtouch as an > atm interface > > modprobe br2684 > > modprobe pppoe > > > > pppoe module depend on ppp_generic (look in > modules.dep), so ppp_generic > > will automaticly be loaded during modprobe pppoe > > > > In Germany, pppoe has to be used because that was > the choice of Deutche > > Telekom at the beginning. > > Annexe B modems is in use (adsl over isdn), this > is less common in other > > parts of Europe. > > > > Gilles > > > > > > 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] > === 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]
