On Thu 09 Oct 2014 05:56:01 PM CDT, cra1g321 wrote:
So i 've recently gotten a HP G60 laptop that has a built-in Atheros
AR242x / AR542x wireless adapter and using the ath5k driver.
the wifi button shows orange when it’s not connected to a network and
blue when it is.
But with openSUSE it flashes constantly between the two colors and
sometimes looks purple, whenever the laptop is sending & receiving data.
I’ve searched around on a few forums, but most comments are for ubuntu
and for config files that aren’t in my opensuse install.
So how can i diable the blinking so the wifi button just stays the same
colour ?
Hi
With the ath5k doesn’t look like there is a module option to disable.
Is there info if you run;
cat /sys/class/leds/ath5k-phy0::rx/trigger
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
echo none | sudo tee "/sys/class/leds/ath5k-phy0::tx/trigger" > /dev/null
echo none | sudo tee "/sys/class/leds/ath5k-phy0::rx/trigger" > /dev/null
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On Thu 09 Oct 2014 07:46:01 PM CDT, cra1g321 wrote:
malcolmlewis;2668627 Wrote:
> Hi
> So if you re run the cat command, did it change?
I entered both those lines, opened a new webpage and it still was
flashing,
rebooted the laptop and still was flashing during network input/ouput.
Hi
If you run;
cat /sys/class/leds/ath5k-phy0::rx/trigger
Then;
echo none | sudo tee "/sys/class/leds/ath5k-phy0::tx/trigger" > /dev/null
echo none | sudo tee "/sys/class/leds/ath5k-phy0::rx/trigger" > /dev/null
Then;
cat /sys/class/leds/ath5k-phy0::rx/trigger
Does it change from [phy0rx] to [none]?
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
It’s stopped flashing !!! woohoo !!
going to reboot and see if it stays like this.
** UPDATE **
rebooted and its flashing again
after rebooting and logging in again, i did the first command, the one that has “tx” then loaded youtube and it flashed still,
then i did the second command and it stopped flashing.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Did all what you said, then i got a message about it failing and to check it’s status.
I forgot to copy and paste it, but it said something like /usr/sbin/ath5knoled: No such file or directory"
so i did cp /usr/bin/ath5knoled /usr/sbin/ath5knoled
and now when i do the systemctl start command i get no error output,
then doing the status one i get
linux:/etc/systemd/system # systemctl status ath5knoled.service
ath5knoled.service - Disable flashing leds with ath5k module
Loaded: loaded (/etc/systemd/system/ath5knoled.service; disabled)
Active: inactive (dead)
Oct 10 01:39:01 linux.site sh[2102]: /bin/sh: /usr/sbin/ath5knoled: No such file or directory
Oct 10 01:40:28 linux.site sh[2142]: /usr/sbin/ath5knoled: line 1: sable: command not found
Oct 10 01:42:40 linux.site sh[2224]: /usr/sbin/ath5knoled: line 1: sable: command not found
Hint: Some lines were ellipsized, use -l to show in full.
and there is no more flashing, so how should i set this to load at boot or login ?