[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Knoppix hangs on boot



Hi Erik,

On Tue, Mar 16, 2004 at 23:34:12 +0100, Erik Schanze wrote:

> > "knoppix nohwsetup"
> > 
> It works (boots), thanks.
> 
> > then you can run (as root) "hwsetup -v" ...
> > 
> The same behavior, but green bar is 3 steps long, then spinning dash
> stops and system freezes.
> I have to reset my computer
> Are there any option to make "hwsetup" really verbose?

You could try "knoppix nohwsetup", then manually load necessary modules
for usb stick access:
modprobe usb-[uhci|ohci]
modprobe usb-storage

sync-mount the usb stick:
mount -t vfat -o sync /dev/sda1 /mnt/test

and run hwsetup in strace:
strace -f -F -v -s 128 -o /mnt/test/hwsetup.trace hwsetup -v

When the system hangs, unplug the usb stick and inspect the file
hwsetup.trace somewhere else. (you may want to dosfsck the usb stick
first)

bye,
  Chris
-- 
Christian Perle                                    chris AT linuxinfotag.de
Grunaer Str. 31                                    http://silmor.de/~chris/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: