You are not logged in.

#1 2014-02-10 10:53:16

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

Disabling Wifi LED blink not retained upon reboot (systemd, tmpfiles)

I have followed the instructions laid out on the Wiki [1] on how to disable LED blinking, creating the file with the appropriate setting in /etc/tmpfiles.d/. However, the setting is not enabled/retained upon reboot. The LED keeps blinking happily.

Manually telling systemd to apply the rule works, and the LED's blinking is indeed disabled (until the next boot):

# systemd-tmpfiles --create phy0-led.conf

Is there something I missed?


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

Offline

#2 2014-02-10 14:08:12

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: Disabling Wifi LED blink not retained upon reboot (systemd, tmpfiles)

What kind of wireless card do you have and what driver is it using? Passing it the correct parameter through grub should silence it without the help of systemd.

You can find a hint with the command:

lspci -vvv

fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#3 2014-02-13 00:58:37

Kilzool
Member
From: Ireland
Registered: 2010-08-04
Posts: 232

Re: Disabling Wifi LED blink not retained upon reboot (systemd, tmpfiles)

I have that problem with a laptop wifi.  I created a systemd service that calls a script each time it boots, after network.service is reached...
the script  is a bash script, with two separate echo commands... which fixes it for me.  I will be happy to assist if you provide more info.

Offline

Board footer

Powered by FluxBB