Package: nslu2-utils
Version: 0.10+r71-1
Severity: minor
i think the senses of "fast" and "slow" are reversed in the way that
/usr/bin/leds sets up the lamps. I tend to think "fast" should be
high frequency (short period), and "slow" should be low frequency
(long period).
the following patch fixes this for me:
--- /usr/bin/leds.orig 2006-11-09 00:48:07.000000000 -0500
+++ /usr/bin/leds 2006-11-09 00:48:34.000000000 -0500
@@ -50,16 +50,16 @@
case "$setting" in
flash) echo -n 60;;
blink) echo -n 540;;
- slow) echo -n 500;;
- fast) echo -n 1500;;
+ fast) echo -n 500;;
+ slow) echo -n 1500;;
panic) echo -n 3000;;
esac >"$1/delay_on"
case "$setting" in
flash) echo -n 540;;
blink) echo -n 60;;
- slow) echo -n 500;;
- fast) echo -n 1500;;
+ fast) echo -n 500;;
+ slow) echo -n 1500;;
panic) echo -n 3000;;
esac >"$1/delay_off";;
Then again, i often get "input" and "output" confused too (not to
mention left and right), so maybe /usr/bin/leds is fine and i'm the
one with the problem :/
Thanks for packaging the nslu2-utils for debian. I just upgraded my
NSLU2 to 2.6.18, and the upgrade worked like a charm. I'm happy to
have free drivers for the onboard NIC. This is a very exciting
platform.
Regards,
--dkg
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable')
Architecture: arm (armv5tel)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages nslu2-utils depends on:
ii devio 1.2-1 correctly read (or write) a region
ii flash-kernel 0.7 utility to write kernel and initra
ii slugimage 0.10+r58-6 NSUL2 firmware image manipulation
nslu2-utils recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]