On Friday 28 January 2005 1:25 am, Steven P. Ulrick wrote: > Hello, Everyone > I unplugged our USB2 burner from the port that it was in in the back of our > machine when it dissappeared. I came back about 15 minutes later, plugged > it in, and it popped right back up. Unless you say so, it seems pointless > to try to burn a cd just to see if it is fully functional. However, I just > got done ripping a song from a cd, and it turned out perfectly. > > Assuming that it will dissappear again, the next time I will try not > waiting so long to plug it back in. After that, I will try plugging it > back in right away in the other back port. I guess I don't need waste your > time with all the combinations, I'll just do them, and keep you posted with > the results. > > Steven P. Ulrick Hello, Again Check out the following output from ps aux | grep D: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 105 0.0 0.0 0 0 ? D Jan27 0:00 [khubd] nobody 10102 0.0 0.0 13700 1020 ? Ssl 00:44 0:00 mDNSResponder steve 10800 0.0 1.6 30420 17372 ? D 00:56 0:03 kinfocenter -caption KInfoCenter -icon hwinfo -miniicon hwinfo root 10968 0.0 0.0 0 0 ? D 01:16 0:01 [usb-storage] steve 11232 0.0 1.6 35048 17264 ? D 01:27 0:00 kooka -icon scanner -miniicon scanner root 11388 0.0 1.3 34368 14144 ? D 01:32 0:00 kooka steve 12133 0.0 0.1 6500 1212 ? D 01:38 0:00 scanimage -l steve 12845 0.0 1.5 28900 16456 ? D 01:43 0:00 kinfocenter -caption KInfoCenter -icon hwinfo -miniicon hwinfo All of these items are things that I tried to run relating to USB2 devices. As most of you know, "D" means the following (quoted from "man ps"): "D Uninterruptible sleep (usually IO)" I suspect that it is no coincedence that these USB2 related items are all in "Uninterruptible sleep" This could at least somewhat explain why I need to reboot to get the use of our devices back. On a side note, does anyone know of a way to kill the above processes, short of rebooting? "kill -9 PID" does not touch them. I am attempting to build a kernel from kernel.org right now. Even if that won't build, I will need to reboot soon to at least get rid of these "unkillable" processes. I bet that when I do, all of my devices will be functional.... Steven P. Ulrick