1
6000 - Tosa / booting into single user mode
« on: August 21, 2004, 08:23:02 pm »
Hi, I am having the same trouble here.
What I did is doing a reset(use the switch you switch of when replacing your battery)restart the Zaurus.
To really enter a user mode console options, one has to push the "/" key, when it does the runlevel count down from 5.
The problem here is the system is frozen at INIT: Entering runlevel 5, it never goes to the count down step.
If I remmeber right, before my SL 5600 frozen, I editted /etc/hotplug/usb.agent to automate the usbd0 hotplug function. something like:
...
if
ifconfig usbd0 $IP
route add default gw x.x.x.x
fi
...
iroute del default
ifconfig usbd0 down
...
Then it stuck forever!
What I did is doing a reset(use the switch you switch of when replacing your battery)restart the Zaurus.
To really enter a user mode console options, one has to push the "/" key, when it does the runlevel count down from 5.
The problem here is the system is frozen at INIT: Entering runlevel 5, it never goes to the count down step.
If I remmeber right, before my SL 5600 frozen, I editted /etc/hotplug/usb.agent to automate the usbd0 hotplug function. something like:
...
if
ifconfig usbd0 $IP
route add default gw x.x.x.x
fi
...
iroute del default
ifconfig usbd0 down
...
Then it stuck forever!