Quote:
|
I tried many things posted but nothing is woring
|
It would be helpful if you could give details of exactly what you have tried! ndiswrapper/etc?
I think bcm43xx-fwcutter might be what you need here (?)
Although linux has recognised that you have this card, distro's don't tend to come with the actual drivers for wireless cards, so you have to use the windows driver. Mostly. Support for broadcom cards in the kernel is also fairly recent.
First install the bcm43xx-fwcutter from Fedora extras / elsewhere, as appropriate for your distro. Now search your windows partition for bcmwl5.sys and bcmwl5.inf. Copy them into some empty directory on your linux partition.
Then within this directory do this in terminal:
Quote:
|
bcm43xx-fwcutter bcmwl5.sys
|
(Note: this above is on the ".sys" file, not the ".inf" file)
Now copy everything within the directory you are in to /lib/firmware (you'll need to be root).
...and delete and reinstall the wireless card in Networkmanager (system-config-network). Now in terminal as root, do:
Quote:
/sbin/service networking stop
/sbin/service networking start
|
That should / might work.