Be sure you have a fully updated Fedora Core 5 system with the most recent kernel. (Do a "yum -y update" as root and then reboot when the update finishes.)
Go to ftp://ftp.support.acer-euro.com/note...0_5020/driver/ and get ftp://ftp.support.acer-euro.com/note...ver/80211g.zip.
Unzip 80211g.zip. (Use the command "unzip 80211g.zip".) Do a "cp ./80211g/bcmwl5.sys ~/".
Install the fwcutter package from Fedora Extras by doing a "yum -y install bcm43xx-fwcutter" as root.
Extract the firmware from bcmwl5.sys by doing a "/usr/bin/bcm43xx-fwcutter -w /lib/firmware bcmwl5.sys" as root in the directory in which you saved bcmwl5.sys (in our case your home directory). You can verify that fwcutter extracted the firmware to /lib/firmware by doing a "ls /lib/firmware".
Set up Network Manger to automatically connect to your wireless and wired connections with the following commands, entering your root password as prompted after each command:
Code:
su -c '/sbin/chkconfig --level 345 NetworkManager on'
Code:
su -c '/sbin/chkconfig --level 345 NetworkManagerDispatcher on'
Code:
su -c '/sbin/service NetworkManager start ; /sbin/service NetworkManagerDispatcher start'
Reboot your machine. The network manager icon will appear on your panel and you will be prompted to enter a gnome keyring password and your wireless network WPA key and other information.
Note: You may have to change your wireless router's network mode from G only to mixed in order to connect.