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

lcd display (pyramid case) with v4

hi,

in asl 4 the lcd display on our pyramid boxes are disabled. any idea how to get them working again? there are always nice infos on it...

  


This thread was automatically locked due to age.
Parents
  • We had the same problem - after talking to Astaro Support we get the following solution.
    Login as root and do the following:

    # ln -s /usr/local/LCD/pyramid.conf /etc/hw.conf
    # /sbin/init.d/restart start

    PROBLEM: you will loose your console screen, cause all input and output will now be done by the LCD-display.
    To get back control to console you may enter the menu ADMIN->Turn LCD off
    To give back control to LCD-display just enter
    # /sbin/init.d/lcd start

    Hope it will help you  [:)].

    ---------------------------
    Tested with ASL 4.007  
  • Hi alltogether,

    you could edit /etc/rc.d/lcd line 33

    from 

    Code:
    ./start_LCDonTTY.sh  || ret_code=1   



    to

    Code:
    ./start_LCDonTTY.sh &

     

    This issue will be fixed in one of the coming Up2Dates.

    read you
    o|iver   
  • hoi oliver,

    thanks on this. it is working now :-)

    read you.

    seb 
Reply Children
No Data