Running the Fritzcard setup script from the Kanotix submenue will result in an error message because capiutils are not present. However, all drivers are on the cd, so you can set up your fritzcard manually. Launch Konsole and enter the following commands:
Code:
su
detect-fc
fcdsl-pppoeconf
pon fcdsl
ifconfig
detect-fc will load capiutils and check DSL connectivity. fcdsl-pppoeconf will ask for DSL account information and write it to a file. Accept default entry "fcdsl" for PPPoE provider and make sure that entries for user name and password are correct. Confirm "Connect now?" with "Yes". This will produce an error message ("No dialin possible"). Ignore it and connect manually with "pon fcdsl". Finally, check connection status of ppp0 with "ifconfig".