Hi! I have an Acer Aspire 5020 and i can't turn on wireless from the buttton....Any ideas????
The chipset is broadcom and i use ndiswrapper to load the driver....

Code: Select all
#!/bin/sh
modprobe ath_pci;
/etc/init.d/net.ath0 start;Code: Select all
# /etc/acpi/events/wifi
#
event=ibm/hotkey HKEY 00000080 00001005
action=/etc/acpi/wifi.sh
as many other people i am having the same problem. did anyone get it work on this model? i'm using an aspire 5024jimakt wrote:Hi! I have an Acer Aspire 5020 and i can't turn on wireless from the buttton....Any ideas????
The chipset is broadcom and i use ndiswrapper to load the driver....
How did you get the key of your wireless button? xev and and showkey didn't work. I have some other buttons that don't show any keys either but I found their keys in the discussion forum of the debian wiki for my notebook (and added them to the correspondig gentoo wiki, see signature). Did you find them too?Specialized wrote:[...]
Then you create an acpi-event which contains your Hotkey, in may case it looks like this:
[...]Code: Select all
# /etc/acpi/events/wifi # event=ibm/hotkey HKEY 00000080 00001005 action=/etc/acpi/wifi.sh

you have to google acerhk for 32 bit linux or acer_acpi for 64 bit linux... this activates the wireless lan in acpi bios...akb wrote:the problem is that the chip does not get power unless the corresponding windows app from "launch manager" is started. this program activates the power supply to the chip itself (thats what the acer support told me).