On Wed, 28 Jan 2009 16:23:37 -0500 (EST) Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote: > On Wed, 28 Jan 2009, Dirk Hohndel wrote: > > > Any recommendations how to best approach debugging this? Attaching > > strace to some processes before inserting the usb stick? > > No really good recommendations. The guilty party is often hal, so you > can try turning off the haldaemon service before plugging in your > stick. I ran with that and figured it out. I rebooted into runlevel 3 and stopped one daemon after another. udev was the culprit. As part of the installation of a 3G modem a broken udev script had been installed (unbeknownst to me). That issued an eject on anything that identified itself as being removable (it was supposed to only do that for the specific device but a syntax error in it made it eject any removable device). So not a kernel issue at all. Thanks for all the help tracking this down. /D -- Dirk Hohndel Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html