LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Kernel 2.6.5 and AVM Fritz DSL Card (https://www.linuxquestions.org/questions/linux-networking-3/kernel-2-6-5-and-avm-fritz-dsl-card-179708/)

McBrain 05-09-2004 04:01 PM

Kernel 2.6.5 and AVM Fritz DSL Card
 
Hi there,
I am trying to get my AVM Fritz DSL Card running under Slackware 9.1 (constantly upgraded) with a kernel 2.6.5.

I took the drivers from the Suse ftp-Server (from the 9.1 version) got eveything compiles and installed.
System boots just perfect (at least I can't see any error message or warning), i can do the 'capiinit' and I do the pppd call. Just everything fine, but the connection gets disconnected right after it got established!

When I look to the logfiles:

/var/log/messages: (just after the connection is established, it is disconnected)

May 9 22:15:37 Eyes kernel: capifs: Rev 1.1.2.3
May 9 22:15:37 Eyes kernel: capi20: Rev 1.1.2.4: started up with major 68 (middleware+capifs)
May 9 22:15:38 Eyes kernel: fcdsl: Using VCC/VPI/VCI = 0x1/0x1/0x20
May 9 22:15:38 Eyes kernel: fcdsl: Stack version 3.11-02
May 9 22:15:38 Eyes kernel: fcdsl: Stack version 3.11-02
May 9 22:15:38 Eyes kernel: kcapi: card 1 "fcdsl-e2800000-10" ready.
May 9 22:15:38 Eyes kernel: kcapi: card 2 "fcdsl-e2800000-10" ready.
May 9 22:22:21 Eyes pppd[1327]: Plugin userpass.so loaded.
May 9 22:22:21 Eyes pppd[1327]: userpass: $Revision: 1.4 $
May 9 22:22:21 Eyes pppd[1327]: Plugin capiplugin.so loaded.
May 9 22:22:21 Eyes pppd[1327]: capiplugin: $Revision: 1.33 $
May 9 22:22:21 Eyes pppd[1327]: capiconn: 1.8
May 9 22:22:21 Eyes kernel: CSLIP: code copyright 1989 Regents of the University of California
May 9 22:22:21 Eyes kernel: PPP generic driver version 2.4.2
May 9 22:22:21 Eyes pppd[1338]: pppd 2.4.2 started by root, uid 0
May 9 22:22:21 Eyes pppd[1338]: capiplugin: phase serialconn.
May 9 22:22:21 Eyes pppd[1338]: capiplugin: leased line (adslpppoe)
May 9 22:22:21 Eyes pppd[1338]: capiplugin: connected: "" -> "" outgoing (pcli=0x102/ncci=0x10102)
May 9 22:22:21 Eyes pppd[1338]: capiplugin: using /dev/capi/0: "" -> "" outgoing (pcli=0x102/ncci=0x10102)
May 9 22:22:22 Eyes pppd[1338]: Serial connection established.
May 9 22:22:22 Eyes pppd[1338]: capiplugin: phase disconnect (was serialconn).
May 9 22:22:24 Eyes kernel: kcapi: appl 1 ncci 0x10102 down
May 9 22:22:24 Eyes pppd[1338]: capiplugin: disconnect(local): "" -> "" outgoing (pcli=0x102/ncci=0x10102) 0x0000 (0x3312) - No additional i
nformation
May 9 22:22:24 Eyes pppd[1338]: capiplugin: exit
May 9 22:22:24 Eyes pppd[1338]: Exit.


/var/log/debug:

May 9 22:22:21 Eyes pppd[1338]: loading adsl parameters from /etc/drdsl/adsl.conf ...
May 9 22:22:21 Eyes pppd[1338]: capiplugin: contr=2
May 9 22:22:21 Eyes pppd[1338]: controller 2: listen_change_state 0 -> 1
May 9 22:22:21 Eyes pppd[1338]: contr 2: listenconf Info=0x0000 (No additional information) infomask=0x145 cipmask=0x0 capimask2=0x0
May 9 22:22:21 Eyes pppd[1338]: controller 2: listen_change_state 1 -> 0
May 9 22:22:21 Eyes pppd[1338]: plci_change_state:0x0 0 -> 1 event=1
May 9 22:22:21 Eyes pppd[1338]: plci_change_state:0x102 1 -> 2 event=3
May 9 22:22:21 Eyes kernel: capilib_new_ncci: kcapi: appl 1 ncci 0x10102 up
May 9 22:22:21 Eyes pppd[1338]: plci_change_state:0x102 2 -> 3 event=6
May 9 22:22:21 Eyes pppd[1338]: ncci_change_state:0x102 0 -> 1 event=1
May 9 22:22:21 Eyes pppd[1338]: ncci_change_state:0x10102 1 -> 3 event=3
May 9 22:22:21 Eyes pppd[1338]: ncci_change_state:0x10102 3 -> 4 event=7
May 9 22:22:21 Eyes pppd[1338]: ncci 0x10102 up
May 9 22:22:22 Eyes pppd[1338]: controller 2: listen_change_state 0 -> 1
May 9 22:22:22 Eyes pppd[1338]: ncci_change_state:0x10102 4 -> 6 event=12
May 9 22:22:22 Eyes pppd[1338]: contr 2: listenconf Info=0x0000 (No additional information) infomask=0x145 cipmask=0x0 capimask2=0x0
May 9 22:22:22 Eyes pppd[1338]: controller 2: listen_change_state 1 -> 0
May 9 22:22:24 Eyes pppd[1338]: ncci_change_state:0x10102 6 -> 7 event=10
May 9 22:22:24 Eyes pppd[1338]: ncci_change_state:0x10102 7 -> 0 event=13
May 9 22:22:24 Eyes pppd[1338]: plci_change_state:0x102 3 -> 7 event=8
May 9 22:22:24 Eyes pppd[1338]: plci_change_state:0x102 7 -> 8 event=9
May 9 22:22:24 Eyes pppd[1338]: plci_change_state:0x102 8 -> 0 event=11
~

McBrain 05-10-2004 05:46 PM

Found a way to get it run: Use also the SuSe kernel source including all patches (quiet a lot, don't know whether there is an easy way applying them all, I wrote myself a perl script pased on the series.conf file ;-) )!

Regards


All times are GMT -5. The time now is 07:21 PM.