> The message > > Dec 4 22:23:47 darkblue kernel: ueagle_atm: no version for > "usbatm_usb_disconnect" found: kernel tainted. > is still there. I use definitely the usbatm version from ueagle-1.0d > tarball. Assure you remove usbatm.ko from /lib/modules/`uname-r`/kernel/driver/usb/atm > I tried to get a step further and discovered a new problem ;-) > > # br2684ctl -c 0 -b -a 1.32 > > Dec 4 22:16:26 darkblue br2684ctl[3140]: Interface "nas0" created > sucessfully > Dec 4 22:16:26 darkblue br2684ctl[3140]: Communicating over ATM 0.1.32, > encapsulation: LLC > Dec 4 22:16:26 darkblue br2684ctl[3140]: Interface configured > Dec 4 22:16:26 darkblue br2684ctl[3150]: RFC 1483/2684 bridge daemon > started > > I used vpi and vci values from old eaglestat utility but I also found > them (including the LLC encapsulation) on the Internet. > > # pon gmx > > Dec 4 22:18:02 darkblue kernel: PPP generic driver version 2.4.2 > Dec 4 22:18:02 darkblue pppd[3182]: pppd 2.4.3 started by root, uid 0 > Dec 4 22:18:02 darkblue pppd[3182]: Serial connection established. > Dec 4 22:18:02 darkblue pppd[3182]: using channel 1 > Dec 4 22:18:02 darkblue pppd[3182]: Using interface ppp0 > Dec 4 22:18:02 darkblue pppd[3182]: Connect: ppp0 <--> /dev/pts/0 > Dec 4 22:18:02 darkblue kernel: NET: Registered protocol family 17 > Dec 4 22:18:03 darkblue pppd[3182]: sent [LCP ConfReq id=0x1 <magic > 0x57bc059f>] > > then nothing happens (data led is blinking some times) > > I use the following option file: > > user xxx > pty "/usr/sbin/pppoe -I nas0 -T 80 -m 1452" > noipdefault > usepeerdns > defaultroute > lcp-echo-interval 20 > lcp-echo-failure 3 > connect /bin/true > noauth > persist > mtu 1492 > nopcomp > debug > noaccomp > default-asyncmap > > It seems that the remote station does not get the request. I dont know > much about dsp and cmv files and used the default files. Synchronization > works so does using these files effect the new problem? > > Do you have any idea? I don't know much about br2684, however it seems you forgot ifconfig nas0 interface.
$ ifconfig nas0 192.168.2.1 netmask 255.255.255.0 Additionally you should check if all needed modules are loaded and number of atm itf is correct (it can change if modem was unplugged) $ cat /proc/net/atm/devices if uealge-atm have Itf other then 0 you should use them with "br2684cnt XXX -a Itf.1.32" __ Staszek Gruszka