:I would guess that the easiest way to get ndiswrapper to work with the 
Windows drivers for the Belkin F5D 6020 ver. 3000 (once you have the 
drivers) is to use Applications>Add/Remove applications> then search for 
"Windows Wireless Drivers"> load that application by first checking box.

Install the 2 driver files into /usr/sbin
~$ sudo mv Bel6020.inf /usr/sbin
~$ sudo mv rtl8180.sys /usr/sbin

Run the application "Windows Wireless Drivers" which should be under 
System>Administration and follow the instructions

The way I did it after moving the 2 files to /usr/sbin is:
Use apt-get to build files from source
~$ sudo apt-get update
~$ sudo apt-get install build-essential
~$ sudo apt-get install linux-headers-`uname -r`
~$ sudo ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname 
-r`/build

Download latest version of ndiswrapper (1.45rc3) and extract
~$ tar zxvf ndiswrapper-1.45rc3.tar.gz

An ndiswrapper directory will be created; go into that directory
~$ cd ndiswrapper-1.45rc3
~$ sudo make uninstall
~$ make
~$ sudo make install
~$ cd /usr/sbin
At this point ndiswrapper has been installed and you are in /usr/sbin

~$ sudo ndiswrapper -i Bel6020.inf
~$ ndiswrapper -l
(Do ndiswrapper -l and check to make sure that there is the driver present)

Then run the following command to update the dependencies
~$ sudo depmod -a

~$ sudo modprobe ndiswrapper
(Your card should light up.  You can run ndiswrapper -l again to make 
sure driver present, hardware present)

Finally if things look good
~$ sudo ndiswrapper -m
This writes out a line in a system configuration file--usually 
/etc/modprobe.conf--to tell the system that your wireless card uses the 
ndiswrapper driver.

-- 
Belkin wireless PCMCIA card no longer works in Feisty
https://bugs.launchpad.net/bugs/116029
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to