LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Are there linux drivers for Belkin N/Work card . (https://www.linuxquestions.org/questions/linux-wireless-networking-41/are-there-linux-drivers-for-belkin-n-work-card-522811/)

left_hand 01-25-2007 05:00 PM

Are there linux drivers for Belkin N/Work card .
 
Hi to you all,
I loaded Mandriva Free 2007 yesterday.
I have always been a Microsoft user, so this OS is completely new to me.
Everything seems to have loaded fine, the problem I have is getting onto the internet.
I am using an old laptop to try my hand at Mandriva and I have slotted in a Belkin 802.11G wireless notebook network card (F5D7010)
With WinXP it ran fine with my router, not so now. I am at a loss as to how I set it up, could do with more than a little help.
Can the network card work with the OS? Do I need to find a Linux driver, and if so, where from?
Would appreciate any help given.

ChrisScott 01-25-2007 05:12 PM

You need to use ndiswrapper to "wrap" the respective windows driver. See the wiki page. Also install the wireless tools package for KDE or maybe something similar if you use GNOME or another desktop.

Here's the jist of it:

1) Download ndiswrapper-1.34.tar.gz
2) open a terminal then type:
Code:

su -
<PASSWORD>
cd <wherever you downloaded ndiswrapper to>
tar -xzf ndiswrapper-1.34.tar.gz
cd ndiswrapper-1.34
make distclean
make
make install

don't close the terminal yet...
3) save your .inf and .sys driver files in a directory of there own somewhere. You can download them if you don't have them here.
4) back in the terminal 'cd' to the directory where you just saved the drivers and type:
Code:

ndiswrapper -i <drivername>.inf
ndiswrapper -l

the second command should tell you that the driver was installed and the hardware is present.
5) Your distro should come with some wireless tools package - you may need to install it.

Good luck & welcome to Linux...

left_hand 01-25-2007 05:47 PM

Hi ChrisScott,
Thanks for the info. I think I shall have to read your reply very carefully a few times to get my head around the terminology. I shall try to put the info into practice tomorrow.
Thanks again.

ChrisScott 01-25-2007 06:18 PM

Good luck & let me know how you get on...


All times are GMT -5. The time now is 07:39 AM.