-
Gossamer
-
RE: Realtek RTL8139/810x F and Broadcom 802.11b/g WLAN
-
I know your pain. I run one of the first sony vaios to be released and I have to use a network card to access the internet. Well here's how I did it in Debian::
First and foremost, I had to locate the Windows Drivers. This was easy enough, now all I have to do is extract them using wine and rip out the .inf file that accompanies my wireless driver.
Got it.
You should see a file called bcm43xx.inf or bcmsomethingorother.inf... anything like that, it should be.... somewhat obvious.
Ok, now I need a program called "ndiswrapper", normally it can be built from module-assistant or acquired from whatever repository or method Mandriva uses.
Got it set up? good.
Now, cd to the location of the .inf file you extracted by running the .exe file for the driver.
Good, now run::
ndiswrapper -i *drivername*.inf
good, now do::
ndiswrapper -mi
or
ndiswrapper -m
This will write the module you just installed to your module section...
Well then, just one more thing; lets see if it worked.
run::
ndiswrapper -l
this will show you what drivers are installed and whether the hardware is recognized. If all is good, reboot. If all isn't consult someone else that knows more than I do.
After reboot, wifi-radar or whatever program you're using should be able to utilize the card so you can get online.
---
Hope that helped
-Goss
-
07 Jun 09
I know your pain. I run one of the first sony vaios to be released and I have to use a network card to access the internet. Well here's how I did it in Debian::
First and foremost, I had to locate the Windows Drivers. This was easy enough, now all I have to do is extract them using wine and rip out the .inf file that accompanies my wireless driver.
Got it.
You should see a file called bcm43xx.inf or bcmsomethingorother.inf... anything like that, it should be.... somewhat obvious.
Ok, now I need a program called "ndiswrapper", normally it can be built from module-assistant or acquired from whatever repository or method Mandriva uses.
Got it set up? good.
Now, cd to the location of the .inf file you extracted by running the .exe file for the driver.
Good, now run::
ndiswrapper -i *drivername*.inf
good, now do::
ndiswrapper -mi
or
ndiswrapper -m
This will write the module you just installed to your module section...
Well then, just one more thing; lets see if it worked.
run::
ndiswrapper -l
this will show you what drivers are installed and whether the hardware is recognized. If all is good, reboot. If all isn't consult someone else that knows more than I do.
After reboot, wifi-radar or whatever program you're using should be able to utilize the card so you can get online.
---
Hope that helped
-Goss