[Angstrom-distro-users] Testing latest Angstrom + Opie 1.2.3 image on h2210 - Suspend not working + black screen after reboot

Zdenek Kunicky ZdenekKunicky at seznam.cz
Wed Apr 23 11:08:31 CEST 2008


>  >  > Hello,
>  >  >   I tried the latest (r14) Angstrom opie image on my h2210. When booted
>  for
>  >  > the first time after the fresh install, opie starts well (touchscreen
>  >  > calibration, etc..). However, whenever restarting the machine, opie won't
>  >  > start at all (black screen with cursor) and a complete reinstall is
>  >  > required.

I figured out the problem. When restarting the device, the directories
/var/tmp and /var/log are removed. Adding those two lines to the 
script /etc/init.d/S99opie solves the problem and Opie finally starts:

        [ -d /var/tmp ] || mkdir /var/tmp
        [ -d /var/log ] || mkdir /var/log


>  I also noticed that the suspend is not working. The device resumes immediately
>  after
>  the suspend event is issued. Here is the output from terminal:
>  
>   [  234.210000] Stopping tasks ... done.
>  [  234.250000] Suspending console(s)
>  [  234.260000] SACR0 = 0x8, SADIV = 0x1a
>  [  234.260000] mq11xx: mismatch power on/off request count for subdevice 301
>  [  234.260000] h2200_pm: no valid bootloader; suspend cancelled
>  [  234.310000] mmc0: host does not support reading read-only switch. assuming
>  write-enable.
>  [  234.470000] SACR0 = 0x8, SADIV = 0x1a
>  [  234.500000] Restarting tasks ... done.
>  

Still didn't realize why this happens. Any suggestions are welcome. Kind regards, Zdenek



More information about the Angstrom-distro-users mailing list