Hello mdzin
The error message as shown in the first post is caused by trying to control the wireless card the wrong way. As you can see from the title bar of the applet, that is "Network Device Control". It lives on the System Menu in the illustration under Administration. There is another application there called 'Network' which will perform the same task and give the same error message.
Those two controllers are no longer the default way for connecting to wireless in F8 and F9. The new default method is something called NetworkManager which lives on the top Gnome Panel just to the left of the clock. For some reason it's not apparent on the picture in Post #1. It runs as a service and will actively prevent the other 'Network' control programs getting a look in.
Once you have the firmware cut then you should be able to left click on NetworkManager and see a list of available wireless networks. Left clicking on yours should prompt for any encryption key.
However, you do need to install the firmware first.
The notes below explain what to do for your card:
Quote:
Download this file and put it into a directory somewhere:
http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2
Acquire full root rights over your machine with this command in a terminal window:
That's a space and a minus sign after the su. It gives you full root rights over your machine rather than just root rights over your ordinary users environment without it.
Use the cd command to navigate into the directory where you downloaded the above file. Issue the command:
Code:
tar xjf broadcom-wl-4.150.10.5.tar.bz2
That unpacks the file archive you downloaded and will create you a new directory where you are working called 'broadcom-wl-4.150.10.5'.
cd into that and then the 'driver' directory within that and use the command:
Code:
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
That cuts the required firmware for your card from the downloaded file and places it in the correct place for the b43 driver to find it.
Check and see if you have NetworkManager showing on the top Gnome Panel to the right in the notification area. If you have ignore the next part.
Go to the "Gnome System Menu - Administration - Services", tick NetworkManager and NetworkMangerDispatcher, make sure they are started and the settings are saved so they start at next boot.
{The above paragraph is only necessary for Fedora 8 definitely not for Fedora 9}
Restart the machine and left clicking on the NetworkManager icon should bring up a list of wireless access points to connect to.
|
Be aware that the notes refer to both F8 and F9, the methods differ very slightly towards the end.
If you have trouble with any of that, post back and let me know exactly where the problem is and we'll see what we can do.