On my Dell Studio XPS 16, I sometimes accidentally hit this key. Wireless becomes disabled, and hitting it again does not re-enable wireless. I have to hit it an odd number of times, then restart my computer to re-enable wireless.
I can't imagine a situation in which I would want to disable wireless from my keyboard. Is it possible just disable the key all-together, so I can avoid this problem?
On a related note, what package do I file the bug against? I'm happy just disabling the key, but that's really just a workaround.
On the Dell Studio XPS 1340 those buttons the wireless button was control by the bios, and could not be changed in Ubuntu.
You should find out what wifi card there is in your machine. Since the button is properly hook directly to either the hardware or the kernel module.
To find out what module (driver) your wifi uses you can run the command
sudo lshw
and find a section looks like this one:in the
configuration:
line it says what the driver is, in the example ipw2200. Without this info there is no way to know where to report the bug.EDIT:
The iwlagn module has recently been merged into the main-line kernel, so there is multiple places to report bugs (and maybe find fixes) Have a look at http://bugzilla.intellinuxwireless.org/ and https://bugs.launchpad.net/ubuntu/+source/linux try to find out if the bug is already reported. If it is reported there might be some comments that can be help full.
If it isn't reported you should have a look at https://help.ubuntu.com/community/ReportingBugs and then file a bug report your self.