Hi zonkers
first
you can't use acerhk on 64bit OS. You have to use acer_acpi. Go on this site
http://www.archernar.co.uk/acer_acpi...acpi_main.html and follow the instructions there for the installation.
After that you need bcm43xx-fwcutter. Type in the terminal as root:
yum install bcm43xx-fwcutter
And the last thing - you need to have the network manager and the network manager distpatcher running. To do that, type in the terminal as root:
/sbin/chkconfig --level 345 NetworkManager on
/sbin/chkconfig --level 345 NetworkManagerDispatcher on
/sbin/service NetworkManager start ; /sbin/service NetworkManagerDispatcher start
Now restart your machine.
After your machine is up and running again, you have to extract the firmware with the bcm43xx-fwcutter. To do this, download the tar.gz file attachment from my post and extract in an empty directory with the command:
gzip -cd wifi.tar.gz | tar xvf -
Now you will have the two files
bcmwl5.sys
bcmwl5a.inf
in this directory. Now still from the same directory type:
/usr/bin/bcm43xx-fwcutter -w /lib/firmware bcmwl5.sys
This will add some files in the /lib/firmware directory - you can verify that by the command
ls /lib/firmware
You should see about 15 files there starting with bcm43xx_. Now the final step - enable the wlan card. To do that first do
modprobe acer_acpi
this will load the acer_acpi kernel module, the one you will use to talk to your card
chmod 777 /proc/acpi/acer/wireless
This one you do to be able to "talk" to the card via the file in /proc/acpi
echo "enabled : 1" > /proc/acpi/acer/wireless
Now the final step - use the Network Manager that you enabled (in my Gnome it is on the top right, near the clock). to manage your Connections. Still first you have to go in administration of the Network card (system-->admnistration-->network) to assign an IP, SUBNET MASK, DNS, GATEWAY to your card. Do not assign the wep key there - leave it empty, this way it will ask you during connecting to the network.
Hopefully this will help, if not - write again and I will try to help you.
JoeF:
My advice is not to use ndiswrapper at all. Try the bcm43xx-fwcutter approach described above. But if you have 32bits installation, do not use acer_acpi but acerhk, it is described how in my previous post on the previous page
http://forums.fedoraforum.org/showpo...05&postcount=8