I am _such_ an idiot. When I downloaded the hotplug package, I got the SRPM and rebuilt and intalled it. Something must have gone wrong somewhere because the hotplug script wasn't starting on boot anymore. I double-checked the SRPM, rebuild the package, reinstalled it and checked the startup script and it's in there now... I'm sure it was some of my own special brain damage. I'm very sorry for taking up your time. Everything's working now. /crawls back into his hole. Thanks, pete On Tue, 06 Mar 2001, David Brownell wrote: > So what did the "sh -x" invocation tell you about exactly why > the USB agent did nothing when it contemplated loading > "printer"? We know the result is wrong. We don't know why, > but the answer is surely in that part of your "sh -x" output. > > - Dave > > > ----- Original Message ----- > From: "Pete Toscano" > To: "David Brownell" > Cc: > Sent: Tuesday, March 06, 2001 7:09 PM > Subject: Re: "Cold"-plugging my printer > > This is weird... (Not a good sign, eh? =) I tried what you said. I > rebooted into single-user mode and ran "sh -x /etc/..." Errrr, oops. I > just realized that I ran /etc/init.d/hotplug start (which, in turn, ran > /etc/hotplug/usb.rc start). After, when I ran lsof, I noticed that the > printer module was indeed loaded. Being a little surprised by this, I > ran hotplug stop and then start and this time, a lot more debugging was > printed out (all that USB setup info) and the printer module was not > loaded. I tried it again and the same thing happened. > > pete > > On Tue, 06 Mar 2001, David Brownell wrote: > > > Or there could be something wrong in the boot-time init code, so that > > a bit of shell script debugging is in order on your system. Maybe you > > can boot in single-user mode and "sh -x /etc/hotplug/usb.rc start" to > > watch what it's doing wrong! (Called by "/etc/rc.d/init.d/hotplug start", > > as Greg suggested.)