On Fri, 2011-06-10 at 00:37 -0700, Toralf FÃrster wrote: > Hello, > > Since years this worked at my Gentoo system : > > $ cat /etc/modprobe.d/iwlagn.conf > options iwlcore led_mode=1 > > However nowadays this doesn't work when I do the following : > > 1. dock the ThinkPad T400 (no WLAN, only DSL) > 2. boot it > 3. s2ram it > 4. undock it > 5. go into the office > 6. resume the undocked notebook (WLAN, no DSL) > > The led is blinking ... > > Putting however this line into the config file : > $ options iwlagn led_mode=1 > > works always. what kernel version you are using? the newer kernel (after .38), the iwlwifi driver split into 2 separate driver (iwlagn and iwlegacy). so there is no longer using iwlcore.ko putting options "iwlagn led_mode=1" in config file should do the job. Thanks Wey -- 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