On Mon, Feb 9, 2009 at 8:14 AM, Bob Copeland <me@xxxxxxxxxxxxxxx> wrote: > On Sun, 8 Feb 2009 23:09:49 -0700, Russ Dill wrote >> I have an Acer Ferrari 5000 laptop with an ath5k wireless chipset. It >> has an LED built into the rfkill switch on the front of the laptop. I >> testing various settings within the ath5k driver an the led is on pin >> 1 (sc->led_pin = 1) and it is active high (sc->led_on). > > When you say it is hooked up to rfkill, do you mean that enabling > the rfkill turns off the led without the emachines patch? Some > laptops have the led tied to rfkill in such a way that we don't > actually need/want to program it from software. > I mean that there is a physical rfkill switch (actually more like a toggle button) on the laptop: http://i146.photobucket.com/albums/r245/MechNinja/IMG_2844.jpg Because they are just buttons and not actual switches, they are lights that should indicate whether or not a radio is on or off. This works for bluetooth, but not for wireless lan. Without informing the driver of the LED pin, the wireless lan LED never lights. Its a 100% soft LED. So no, the LED does not work with or without the emachines patch. It only works if I instead set sc->led_pin to 1 and sc->led_on to 1. I only mention the emachines patch because it tries to cover 100% of AMBIT systems, whereas my laptop wireless chipset identifies as AMBIT, but its LED is wired differently. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html