This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ifled with Astaro?

I'm sure alot of folks, if not the majority run their Astaro's headless.  Has anyone ever tried setting up ifled?  In case you've never heard of it, it lets you use your keyboard LEDs.. (Caps, Scroll and Number) in place of the specified eth interface's status.  Like Caps for tx, and Num for rx activity.  However in the normal implementation of ifled it did not affect the keyboards operation.. as in if the caps/num led's are blinking away that doesn't mean that your keybaord is switching those options on and off.
Its just making the lights blink.

Just wondering.
Thanks


This thread was automatically locked due to age.
Parents
  • WOOT

    ifled works like a champ.. here's the commands Im putting into an .sh

    ifled console eth0 -c cnn -d 10 -f
    ifled console eth0 -c nan -d 10 -f
    ifled console eth1 -c nna -d 10 -f


    ok so obviously the "eth" part is where your specifying an interface to poll.
    in the first line the "-c cnn" is specifying to poll collisions on num-lock. Think of "cnn/nan/nna" like the arrangement of the LEDs on a keyboard.  first is num-lock, second is caps-lock and third is scroll lock.
    It makes sense when looking at the second line n=none a=activity n=none.. and on the third line n=none n=none a=activity.

    the "-d" switch is setting the update delay parameter in milliseconds.  Default is 50.  well one of the things that irritated me about the smoothwall implementation was that there were no switches, so my LED's blinked rather slowly.  As you see form my example I'm using a 10ms delay rate.
    And "-f" forks the process into the background.

    So on my box, I have drilled three cooresponding holes through a blank 5.25 faceplate.  I dismantled a ps/2 keyboard and just ran the cable thru an empty expansion bay cover to the port.
    I'm able to use a usb keyboard if the need arises while ifled is running and it's never messed with my usb keyboard's led's at all.

    YMMV.

    Enjoy.
  • cool. too bad my mini-ITX box is USB only.

    Barry
Reply Children
No Data