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

Astaro Security Gateway 7 - LCD (LCD4linux)

Hello,

I have here a hardware "Ibase IV" powered by Astaro.
But it had an old version of the security gateway software.

The Support department of Astaro advice me to update my version of the software.
With an IDE cdrom drive - I installed the new software version - clean software install
There was no update/upgrade to the new version.

Before the installation of the new version the LCD was showing status of the Hard drive - Network - performance. With the buttons I was enable to reset the Astaro Security Gateway to Factory settings or restart the device or shutdown the device etc...

My "Ibase IV" has four buttons with a LCD display on the front.
After the installation of the new version the LCD is blank (blacklight is on)

How do I get the LCD to work ?
I know that the Astaro software has a software program installed called LCD4Linux.
(LCD4Linux)

On the old version of the Astaro Security Gateway it was the same software.
And the LCD was configured using the pasport0 ( =Parallel Port )
I copy the old version of the config file to the new version and try it to start it up. 

Error:
loginuser@Gateway:/sbin > sudo ./lcd4linux -Fvv
Version 0.10.0-RC1 starting
plugin_cfg.c: Variable minute = '60000' (60000.000000)
plugin_cfg.c: Variable tack = '100' (100.000000)
plugin_cfg.c: Variable tick = '500' (500.000000)
lcd4linux.c: initializing driver HD44780
HD44780: using model 'LCM-162'
HD44780: using parallel port
HD44780: using 1 controller(s)
HD44780: using 8 bit mode
udelay: CPU supports Time Stamp Counter
udelay: CPU runs at 2799.930000 MHz
udelay: using TSC delay loop, 2800 ticks per microsecond
HD44780: using ppdev /dev/parport0
HD44780: open(/dev/parport0) failed: No such file or directory
HD44780: could not initialize parallel port!
HD44780: start display failed!

So I try to get it to work. But I need an parport0.
Does anyone know how to set it up. 

( And maybe how to get the serial port also at the front to work, That's my next project ;-) )

Many thanks for our response.

Regards,

Marco Broenink


This thread was automatically locked due to age.
Parents
  • Barry,

    Thanks for your response.
    I had try your command "sudo modprobe parport" with the root password.
    But I had an error message, don't know exactly the error message, 
    but "command not found" I think.

    But I have found a solution:
    With research I did, I found that Astaro Security Gateway is a special version of Suse.
    So I went to search for installing a parport on Suse and this is what I found

    http://forums.opensuse.org/hardware/392054-parallel-port-device-doesnt-exist-permissions-change.html#post1852102

    1. sudo mknod /dev/parport0 c 99 0 [Enter]
        ( The prompt say your for the root password. )
    2. chmod o+rw /dev/parport0 [Enter]
    3. l /dev/parport0 [Enter]
    crw-rw---- 1 root root 99, 0 Mar  5 18:06 /dev/parport0

    Next, Type to start up lcd4linux, voila It works..

    Thanks..

    Now up to the next project.... getting to get the serial connector to work again.

    Any Idea ??
Reply
  • Barry,

    Thanks for your response.
    I had try your command "sudo modprobe parport" with the root password.
    But I had an error message, don't know exactly the error message, 
    but "command not found" I think.

    But I have found a solution:
    With research I did, I found that Astaro Security Gateway is a special version of Suse.
    So I went to search for installing a parport on Suse and this is what I found

    http://forums.opensuse.org/hardware/392054-parallel-port-device-doesnt-exist-permissions-change.html#post1852102

    1. sudo mknod /dev/parport0 c 99 0 [Enter]
        ( The prompt say your for the root password. )
    2. chmod o+rw /dev/parport0 [Enter]
    3. l /dev/parport0 [Enter]
    crw-rw---- 1 root root 99, 0 Mar  5 18:06 /dev/parport0

    Next, Type to start up lcd4linux, voila It works..

    Thanks..

    Now up to the next project.... getting to get the serial connector to work again.

    Any Idea ??
Children
No Data