I was able to get ndiswrapper installed on my system I even have the driver loaded
Code:
Installed drivers:
bcmwl5a driver present, hardware present
But I can't get an IP from my router at first I was getting this error
Code:
ndiswrapper (iw_set_bitrate:520): setting bit rate failed (C00000BB)
I found on the ndiswrapper website and FAQ thats showed me how to set my bit rate
Code:
iwpriv wlan0 network_type g
now i tried to manually configure my wlan0 with
Code:
iwconfig wlan0 essid "any"
ifconfig wlan0 up
iwlist wlan0 scan
before I set my bit rate it would fial with that "failed to set bit rate" and I couldn't see
any scan results, Now I can see my AP but I still can't get an IP Im not running WEP/WAP and I know this card will work with ndiswrapper cause I was running it under
gentoo just fine.
So my question is how do I request my wlan0 card to get an IP manually
in gentoo i was useing { dhcpcd } I don't know what Fedora uses
then after I see if I can manually request and get an IP how can I make the "Network Device Control" to do it?
P.S. I was running Fedora Core 5 but I changed to 4 for support reasons. incase you have
read my other posts.