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 on pyramid / asl version 4.002

hi,

we have a new astaro running on pyramid hardware. at the moment the lcd display is not working. after loading the module (lcd-module.o) the display is at least reporting some stuff about the lcd-driver.
1) where (which file)  can i add additional modules to be loaded at startup ??? 
2) the startup script (/sbin/init.d/lcd) is searching for a file (/etc/hw.conf) which is not present. can somebody tell me what is needed in this file ?

thanks in advance,

gnjb

  


This thread was automatically locked due to age.
Parents Reply Children
  • that was fast ;-) thanks !

    the display is now working and shows some informations  (interfaces etc.)

    BUT:
    after the reboot the local login hangs. here ist the output:
    ----------------------------------------------------------------------
    STARTING LCD Support

    STARTING CONF:
    PAR_LCD_POL_KYBD

    IO devices
    INPUT: /dev/null  2>/dev/null
      516 ?        S      0:00 ./lcdttygraph /dev/lcd_pyramid
    --------------------------------------------------------------------------- 

    any ideas why the login hangs ???

    thanks,

    gnjb 
  • another small modification will bring the console back to life [:)]

    joe /etc/rc.d/lcd line 33 from

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



    to

    Code:
     ./start_LCDonTTY.sh & 



    read you
    o|iver