|
||||||||
Didn't know about that hack in nono. Well tthere is a way to make power light blinking whlile booting and then make it steady, but tha would require editing linux boot up manager ... something like when kernel is loaded flas the led, and then when mono config is loaded solid the light. I can try to do that with pfSense but not on mono, still didn't get my dev image with shell -----Original Message----- From: Steve Thomas [mailto:sthomas at consultant dot com] Sent: Wednesday, January 10, 2007 2:39 AM To: Alex M; Monowall Support List Subject: RE: [m0n0wall] LEDs on Wrap board >> How did u manage to change config? Save your config under Diagnostics-Backup/Restore. Open the file with Wordpad (not Notepad). Add these two lines in the "<system>" block. I added them right at the end before the "</system>". <shellcmd>echo f5> /dev/led/led2</shellcmd> <shellcmd>echo f5> /dev/led/led3</shellcmd> >> How about making LED flashing during boot up and go off when boot is gone, Nope, no can do. How do you give the commands to flash if it's not booted yet? It's a cart vs. horse thing. :) >>As to rail road, well buy a toy for that Hey, leave my cool new blinky lights alone! :) ----- Original Message ----- From: "Alex M" To: "'Steve Thomas'" , "Monowall Support List" Subject: RE: [m0n0wall] LEDs on Wrap board Date: Wed, 10 Jan 2007 00:57:11 -0500 How did u manage to change config? How about making LED flashing during boot up and go off when boot is gone, that would make more sense for me. As to rail road, well buy a toy for that :-P -----Original Message----- From: Steve Thomas [mailto:sthomas at consultant dot com] Sent: Wednesday, January 10, 2007 12:19 AM To: Alex M; 'Hans Mojave'; Monowall Support List Subject: RE: [m0n0wall] LEDs on Wrap board LOL adding "echo fx> /dev/led/led3" now make LED2 & LED3 alternate like railroad crossing lights! ----- Original Message ----- From: "Steve Thomas" To: "Alex M" , "'Hans Mojave'" , "Monowall Support List" Subject: RE: [m0n0wall] LEDs on Wrap board Date: Wed, 10 Jan 2007 00:11:03 -0500 Cool! Thanks for posting that. I just added "echo f5> /dev/led/led2" to the "system" block in my config. Now the second LED flashes when the box is up & running after rebooting. ----- Original Message ----- From: "Alex M" To: "'Hans Mojave'" , "Monowall Support List" Subject: RE: [m0n0wall] LEDs on Wrap board Date: Tue, 9 Jan 2007 22:16:58 -0500 You can send the commands using shell to the leds: echo 1 > /dev/led/led2 <- Turns LED 2 on echo 0 > /dev/led/led2 <- Turns LED 2 off echo fx> /dev/led/led2 <- Flashes LED 2 at intervals where x=1-9. 1 is fastest 9 is slowest Have fun! -----Original Message----- From: Hans Mojave [mailto:root1981 at gmail dot com] Sent: Tuesday, January 09, 2007 5:37 PM To: m0n0wall at lists dot m0n0 dot ch Subject: [m0n0wall] LEDs on Wrap board Hi there, i build a monowall on a Pc-Engines Wrap1E2 today. Wonder if there is a way to use the 3 front LEDs for some stuff. Left led is power, but the other two seem to be unused. One for traffic and the other one for Firewallfilter or something would be nice. Does anybody know a way to do that with monowall? best regards and sorry for bad englisch Hans --------------------------------------------------------------------- To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch --------------------------------------------------------------------- To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |