[parisc-linux] LED blinking ;-(
Helge Deller
deller@gmx.de
Sun, 6 Jan 2002 17:55:08 +0100
On Sunday 06 January 2002 17:33, Bjoern A. Zeeb wrote:
> Hi,
Hi Bjoern,
> had my apollo 715 updated this weekend and perhaps because the machine
> stood somewhere else I never had noticed that the LED 4 (OS running) has
> been blinking.
> Well I have no idea who is responsible for this the OS or the
> machine(firmware) but ...
AFAIK, I am.
> ... can one change this to a constant on ? - or at least not blinking
> that frequent or in a radom intervall ?
I assume you talk about the "Heartbeat LED" with which we blink in the
same frequency as a heart. That's also the behaviour under HP/UX.
You may see the actual values with:
pa64:~# cat /proc/pdc/led
Heartbeat: 1
Disk IO: 1
LAN Rx/Tx: 1
and change it with one of the following commands:
pa64:~# echo "0 1 1" > /proc/pdc/led
turns off only the heartbeat LED,
pa64:~# echo "0 0 0" > /proc/pdc/led
turns off all LEDs.
Helge