You are not logged in.

#1 2011-06-11 22:06:02

Skoll
Member
Registered: 2009-09-23
Posts: 36

[SOLVED] Blinking LED after update iwl3945

After I had updated Arch on my notebook yesterday, the LED of my Wi-Fi card started blinking again and putting "options iwlcore led_mode=1" in modprobe.conf doesn't work any more.
Is there a different way to stop the blinking now?

Module for Wi-fi card - iwl3945
Kernel26 after update - 2.6.39.1
linux-firmware - 20110512

Last edited by Skoll (2011-06-12 05:40:15)

Offline

#2 2011-06-11 22:09:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Blinking LED after update iwl3945

Offline

#3 2011-06-11 22:25:20

Skoll
Member
Registered: 2009-09-23
Posts: 36

Re: [SOLVED] Blinking LED after update iwl3945

I should have mentioned that I tried "options iwlagn led_mode=1" as well but it doesn't work because only iwl3945 and iwl_legacy are loaded.

Offline

#4 2011-06-12 01:37:20

rickdg
Member
From: The Lowlands
Registered: 2011-01-01
Posts: 24

Re: [SOLVED] Blinking LED after update iwl3945

Had this for a while, for me the blinking stops if I enable bluetooth, but that might be specific to my HP8510. If either wifi or bluetooth is turned off, my LED is annoyingly present

Last edited by rickdg (2011-06-12 01:38:01)

Offline

#5 2011-06-12 04:10:55

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

Re: [SOLVED] Blinking LED after update iwl3945

Try checking your wireless modules for an appropriate parameter with:
systool -m $MODULE -av

Offline

#6 2011-06-12 05:39:33

Skoll
Member
Registered: 2009-09-23
Posts: 36

Re: [SOLVED] Blinking LED after update iwl3945

Thanks egan, I used that command on iwl_legacy and found out that it has the same option for the led as iwlagn. So for those that have a "legacy" card which uses iwl_legacy instead of iwlagn:

echo "options iwl_legacy led_mode=1" >> /etc/modprobe.d/modprobe.conf
rmmod iwl_legacy
rmmod iwl3945
modprobe iwl_legacy
modprobe iwl3945

and the blinking stops.

Offline

Board footer

Powered by FluxBB