Author Topic: Flashed to a new kernel and boots into console mode.  (Read 2474 times)

cstrand1

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • http://www.swedes5.com
Flashed to a new kernel and boots into console mode.
« 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
SL-5600 PXA250
Opie 3.5.4/GPE 3.5.4 on SD (altboot)
Sandisk 1GB SD
Sandisk Ultra II 256MB CF
Ambicom WL1100C

cstrand1

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • http://www.swedes5.com
Flashed to a new kernel and boots into console mode.
« Reply #1 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
SL-5600 PXA250
Opie 3.5.4/GPE 3.5.4 on SD (altboot)
Sandisk 1GB SD
Sandisk Ultra II 256MB CF
Ambicom WL1100C

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Flashed to a new kernel and boots into console mode.
« Reply #2 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...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

Joshp

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • http://
Flashed to a new kernel and boots into console mode.
« Reply #3 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

cstrand1

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • http://www.swedes5.com
Flashed to a new kernel and boots into console mode.
« Reply #4 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
SL-5600 PXA250
Opie 3.5.4/GPE 3.5.4 on SD (altboot)
Sandisk 1GB SD
Sandisk Ultra II 256MB CF
Ambicom WL1100C