OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: cstrand1 on April 30, 2004, 10:49:42 am

Title: Flashed to a new kernel and boots into console mode.
Post by: cstrand1 on April 30, 2004, 10:49:42 am
I have a 5600 and openzaurus and decided to flash to a new kernel, one of the special ones.  Now when it boots, it boots into console mode.  What did I do wrong?

Chuck
Title: Flashed to a new kernel and boots into console mode.
Post by: cstrand1 on April 30, 2004, 11:46:45 am
More information.  If I run /etc/init.d/opie start, nothing happens...  Shall I reflash back to the prior kernel or which kernel should I be using?

Chuck

Sharp SL5600
OpenZaurus 3.3.6pre1
Title: Flashed to a new kernel and boots into console mode.
Post by: cvmiller on April 30, 2004, 11:53:42 am
Call me old fashioned, but I am pretty happy with the Sharp 3.13 ROM on my SL-5500.

Craig...
Title: Flashed to a new kernel and boots into console mode.
Post by: Joshp on April 30, 2004, 12:06:37 pm
Try this:
vi /etc/init.d/opie
 
Go down to where it reads

case $1 in
\'start\' )
cd $HOME
rm -f /etc/rc2.d/S99x # Can\'t have both running!

And add

$OPIEDIR/bin/qpe ] /dev/null 2]&1
exit

After you get done it should read like this:

case $1 in
\'start\')
    cd $HOME
    rm -f /etc/rc2.d/S99x # Can\'t have both running!
    $OPIEDIR/bin/qpe ] /dev/null 2]&1
    exit


Hope this helps.

JP
Title: Flashed to a new kernel and boots into console mode.
Post by: cstrand1 on April 30, 2004, 02:36:28 pm
Well, I flashed back to the original kernel that I downloaded with OZ3.3.6pre1.  I could not get it to work.

Thank you for the replies.

Chuck