Code:
[root@alarm sbin]# fw_setenv arcNumber 3542
-bash: fw_setenv: command not found
Would this process work: http://archlinuxarm.org/forum/viewtopic.php?f=27&t=2612
[root@alarm sbin]# fw_setenv arcNumber 3542
-bash: fw_setenv: command not found
[LEFT][COLOR=#333333][FONT=monospace]fw_setenv arcNumber 3542 now says [/FONT][/COLOR][/LEFT]
Cannot parse config file: Invalid argument.
# Configuration file for fw_(printenv/saveenv) utility.
# Up to two entries are valid, in this case the redundand
# environment sector is assumed present.
# MTD device name Device offset Env. size Flash sector size
#/dev/mtd2 0x0000 0x20000 0x20000
# segate dockstar:
# /dev/mtd0 0xc0000 0x20000 0x20000
# iomega iconnect
# /dev/mtd0 0xa0000 0x20000 0x20000
sudo pacman -Sy uboot-env
nano /etc/fw_env.config
sudo [COLOR=#333333]fw_printenv[/COLOR]
fw_setenv arcNumber 3542
Depending on the Kernel you are using, this may or may not work
Code:echo none > /sys/class/leds/dockstar\:orange\:misc/trigger echo heartbeat > /sys/class/leds/dockstar\:green\:health/trigger
If it doesn't work, just check the /sys/class/leds/ folder, the name of the LED maybe different, so just substitute it accordingly. Put the above two lines in /etc/rc.local to preserve the LED behaviour.
I am running arch. 3542 works for the kernel used in arch.
did you try the method on the last post of this thread : • View topic - [RESOLVED] VNC on pink pogoplug (also run pacman -Sy x11vnc along with this).