LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-30-2006, 08:39 AM   #1
ManuPeng
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuse 10.2
Posts: 54

Rep: Reputation: 15
OpenSuse 10.2 and Fritz!Card DSL SL


After a year of OpenSuse 10.0, I decided to update to OpenSuse 10.2... my bad...

So I have some weird hardware to connect to the internet, namely a Fritz!Card DSL SL (a PCI card) that used to work just fine out of the box with OpenSuse 10.0 and refuses to work on 10.2.
I know, the OpenSuse project doesn't want to ship proprietary drivers anymore and AVM doesn't want to go open-source but in the meantime, I can't use my hardware and my system has no internet capabilities anymore so I'm back on Windows thanks to that.

I've found AVM drivers for 10.2 online and I've installed them and what not on OpenSuse 10.2. I even learned about the wonderful world of modules and how to load them all into the kernel, but still OpenSuse 10.2 hates my Fritz!Card.

Alright, OpenSuse doesn't want binary drivers anymore, but they could at least publish a HowTo so people like me aren't stuck with half a system. I've tried everything I could find online and beyond and it still won't work.
Besides, since internet won't work, I can't get any help on linux, I have to dual boot on windows everytime which is just a pain, I've been booting and rebooting for two days now and I'm sick of it.

So now, I'm about to turn my back on OpenSuse and give Kubuntu a shot. At least, I've found an official step-by-step tutorial (tested on Kubuntu 6.10 too) that will guide me through the installation process.
Worst case, I still have OpenSuse 10.0 on DVD, so I can revert to that and stay there.

Is there anyone out there who's successfully running a Fritz!Card DSL SL and only that specific model on OpenSuse 10.2? Is it possible at all?

Alright, just got done burning Kubuntu, time to install it.
 
Old 01-04-2007, 02:51 PM   #2
ManuPeng
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuse 10.2
Posts: 54

Original Poster
Rep: Reputation: 15
Alright, I finally got it to work. Don't ask me why, don't ask me how and don't ask me if I could do it again.

Just wanted to tell my AVM brothers out there that it is at all possible to access the internet with a Fritz!Card DSL SL on OpenSuse 10.2.
 
Old 01-10-2007, 10:05 AM   #3
tuxangler
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuSE 10.3 x86-64 SMP - Kernel 2.6.23.14
Posts: 42

Rep: Reputation: 15
And now i ask you how ;-)
I have trouble with compiling the driver at all.
 
Old 01-14-2007, 06:09 AM   #4
ManuPeng
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuse 10.2
Posts: 54

Original Poster
Rep: Reputation: 15
Hi everyone,

The following is an attempt at writing an easy tutorial on how to get your Fritz!Card DSL SL to work on OpenSuse 10.2 now that the drivers aren't provided with the distribution anymore.
It's not perfect and there are probably a few unnecessary steps, but it's the sequence of events that works for me, and it should also work for you. Although this howto is based around the Fritz!Card DSL SL device, it should be the same for other Fritz!Card's.

One more thing, I wrote this howto and performed the following actions after a fresh installation of OpenSuse 10.2.

A big thank you to the fltronic team for providing the drivers, amazing work guys! They work out of the box and are convenient to use, keep up the good work!

0) Go online either using another computer or dual booting windows or another linux:
http://opensuse.fltronic.de/SUSE10_2.htm

and download the following packages for the Fritz!Card DSL SL:
fcdslsl-kmp-default-0.1_2.6.18.2_34-0.i586.rpm
fcdslsl-fw-3.11-1.i586.rpm

Scroll down to the bottom of the page and download DrDSL too. Copy these 3 downloaded files to an accessible location, like your HOME directory on OpenSuse 10.2. (/home/<your user name>)
NB: These packages are for the Fritz!Card DSL SL, should you have a different card, you will of course need different packages. Look in the list for your card and download the packages listed for your device.


1) In YaST (/sbin/yast2) -> Software -> Software Management, search for and install the following packages from the installation CD/DVD if necessary:
kinternet
capi4linux


2) Open a console, become root by entering:
su

You'll be prompted for the root password, enter it, change to the directory where you put the downloaded rpm's and run the following line to install the kmp package:
rpm -i fcdslsl-kmp-default-xxx.rpm


3) In the console, Exit su permission by typing:
exit


4) Start kinternet that you installed in Step 1:
kinternet &
The icon of a plug will appear in your taskbar next to the clock. Right-click on it and choose "Quit", you'll be asked whether kinternet should be started automatically next time you log in, choose "Start Automatically".


5) Reboot


6) You should now have kinternet starting automatically and it should appear in the taskbar (plain plug, no spark or lightning)


7) Open a console, become root by entering:
su

You'll be prompted for the root password, enter it, change to the
directory where you put the downloaded rpm's and run the following line to install the kmp package:
rpm -i fcdslsl-fw-xxx.rpm


8) Reboot


9) This time, kinternet in the taskbar should display with a spark (plug and spark)


10) Open a console, become root by entering:
su

You'll be prompted for the root password, enter it, change to the directory where you put the downloaded rpm's and run the following line to install the kmp package:
rpm -i drdsl-xxx.rpm


11) You should still be root, run DrDSL by typing:
drdsl

Some text should be output.


12) Reboot


13) In YaST (/sbin/yast2) -> Network Devices -> DSL, a list of devices will appear, typically with only one device in it. Select the device and click "Edit".
Now we'll go through the configuration of the device and provider, the relevant options are:
1st dialog) DSL Configuration
PPP Mode = CAPI for ADSL
Device Activation = At Boot Time
User Controlled = checked

2nd dialog) Select Internet Service Provider (ISP)
Choose your provider or create a new one if it isn't in the list, I can't help you here but the necessary information should be on the letter from your provider that he gave you your username and password on.

3rd dialog) Connection Parameters
Dial on Demand = checked
Modify DNS When Connected = checked
Automatically Retrieve DNS = checked
External Firewall Interface = checked


14) Request a site in your favorite browser, it should now connect and work.
 
Old 01-14-2007, 07:08 AM   #5
tuxangler
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuSE 10.3 x86-64 SMP - Kernel 2.6.23.14
Posts: 42

Rep: Reputation: 15
Yes i got this working, too.
But is there any solution to compile the driver for kernel 2.6.19.1 and any other vanilla-kernels in the future?
 
Old 01-15-2007, 01:30 PM   #6
ManuPeng
Member
 
Registered: Mar 2006
Location: Germany
Distribution: OpenSuse 10.2
Posts: 54

Original Poster
Rep: Reputation: 15
Well, the first post where I wrote was about how I got the card working was after compiling from source, but I have no idea how I made it. I mean, I had been fooling around for almost 2 weeks when I got it to work.

If I had more RAM, I'd fire up a virtual installation of OpenSuSe to play with. Now that my real installation is working, I really don't feel like breaking it. If you have enough RAM to do that, feel free to experiment a little.

Maybe I'll get tired of life again within the next weeks and try to compile from source after breaking the drivers. Can't promise though, I sort of enjoy having internet access...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] dsl fritz!box splitter behind isdnbox? ichrispa Linux - Hardware 4 09-04-2006 11:35 AM
mandrake 10.1 Fritz dsl pci !!! knallbirne Mandriva 1 02-17-2005 10:16 AM
Kernel 2.6.5 and AVM Fritz DSL Card McBrain Linux - Networking 1 05-10-2004 05:46 PM
Internet problems with fritz!card dsl sl USB Konga Linux - Hardware 0 04-21-2004 11:16 AM
AVM Fritz! DSL SL SuSE_Surfer Red Hat 0 10-12-2003 09:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration