eisenack n00b
Joined: 07 Apr 2004 Posts: 23
|
Posted: Thu Jul 01, 2004 3:36 pm Post subject: AVM Fritz DSL SL |
|
|
Hi!
After browsing these forums, I managed to make my AVM Fritz DSL SL card work with kernel 2.6.7 and capi4k-utils etc.
... almost.
The DSL Assistant shows:
Code: | # ./drdsl
DSL Assistant version 1.0.3 copyright AVM 2002
The DSL Assistant is examining your DSL configuration...
The DSL-Controller has the number 1.
Searching for remote vendor ID... (This could take over a minute)
Found remote vendor: U-R2 (Texas Instruments)
Testing different config values, please wait...
Found values for remote vendor!
Found following values for DSL:
controller 1
protocol adslpppoe
vpi 1
vci 32
vcc 1
|
The needed modules are loaded:
Code: | # lsmod
Module Size Used by
fcdslsl 804868 0
capi 14400 0
capifs 3976 2 capi
kernelcapi 40992 2 fcdslsl,capi |
I changed the configuration to fit my ISP and tried to connect:
Code: | # pppd call t-dsl
Plugin capiplugin.so loaded.
capiplugin: $Revision: 1.33 $
capiconn: 1.8 |
This could be OK, but in '/var/log/messages' I got this:
Code: | Jul 1 17:25:41 Tuxie pppd[7910]: Plugin capiplugin.so loaded.
Jul 1 17:25:41 Tuxie pppd[7910]: capiplugin: $Revision: 1.33 $
Jul 1 17:25:41 Tuxie pppd[7910]: capiconn: 1.8
Jul 1 17:25:41 Tuxie pppd[7910]: pppd 2.4.1 started by root, uid 0
Jul 1 17:25:41 Tuxie pppd[7910]: capiplugin: phase serialconn.
Jul 1 17:25:41 Tuxie pppd[7910]: capiplugin: leased line (adslpppoe)
Jul 1 17:25:41 Tuxie pppd[7910]: got CONNECT_CONF from controller 0x2 ???
Jul 1 17:26:46 Tuxie pppd[7910]: capiplugin: leased line (adslpppoe)
Jul 1 17:26:46 Tuxie pppd[7910]: got CONNECT_CONF from controller 0x2 ???
Jul 1 17:27:51 Tuxie pppd[7910]: capiplugin: leased line (adslpppoe)
Jul 1 17:27:51 Tuxie pppd[7910]: got CONNECT_CONF from controller 0x2 ???
Jul 1 17:28:56 Tuxie pppd[7910]: capiplugin: leased line (adslpppoe)
Jul 1 17:28:56 Tuxie pppd[7910]: got CONNECT_CONF from controller 0x2 ???
Jul 1 17:29:56 Tuxie pppd[7910]: capiplugin: couldn't make connection
Jul 1 17:30:06 Tuxie pppd[7910]: capiplugin: exit
Jul 1 17:30:06 Tuxie pppd[7910]: Exit. |
Where's the problem ?
What does 'got CONNECT_CONF from controller 0x2 ???' mean ?
Can anybody help me?
When executing ifconfig there's no 'ppp0' device listed. Shouldn't there be one?
Is there any possibility to see a more detailed error/status output?
Thank you. |
|