You are not logged in.

#1 2015-01-28 23:45:19

fixles
Member
Registered: 2012-09-15
Posts: 101

Disabling LED blink

Hello,

I'm not using the wifi card on my laptop and the led blinks erratically.  I'm using the iwlwifi driver and the wiki says you can disable it but doesn't actually say how. Can anyone explain it to me please?

https://wiki.archlinux.org/index.php/Wi … _LED_blink

Thanks.

Offline

#2 2015-01-28 23:51:24

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: Disabling LED blink

The wiki says to create a file called /etc/tmpfiles.d/phy0-led.conf, put "w /sys/class/leds/phy0-led/trigger - - - - phy0radio" there and run "systemd-tmpfiles --create phy0-led.conf".

Offline

#3 2015-01-28 23:59:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: Disabling LED blink

The "older" method seems simpler to me, and it works perfectly here:

$ cat /etc/modprobe.d/wireless.conf 
options iwlwifi led_mode=1

Create that file, add that line, reboot, enjoy.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

Board footer

Powered by FluxBB