From: Carlos P. <cp...@ro...> - 2001-05-17 22:44:10
|
Allen Barnett <ba...@lo...> wrote: > I've noticed now that since upgrading to RH 7.1 (which actually involved > reverting the kernel to an earlier rev.), that cold starting the USB > printer and the ptal daemons from hotplug doesn't work reliably anymore. > I have to re-plugin the printer and start the daemons manually after the > machine is up and stable. in the usb mailing list i got this: http://www.geocrawler.com/mail/msg.php3?msg_id=5775372&list=2571 Message: 5775372 FROM: David Brownell DATE: 05/17/2001 10:08:30 SUBJECT: RE: [linux-usb-devel] any success w/ asus a7v133 onboard controller? May 16 21:53:16 tcb kernel: hub.c: USB hub found > May 16 21:53:16 tcb kernel: hub.c: 2 ports detected > May 16 21:53:16 tcb /etc/hotplug/usb.agent: ... no drivers for USB product > 0/0/0 Likely unrelated ... but I think this means you've got a pretty old version of the hotplug scripts. Recent ones have a workaround for the kernel issue whereby the MODULE_DEVICE_TABLE in "hub.c" doesn't export the same info that hotplugging does. (Device match not interface match, or vice versa.) Does unplugging/replugging the printer make a difference? - Dave which may suggest that the hotpluf stuff you sent (to me in private email) may need some updating perhaps. > Carlos Puchol wrote: > > now, after restarting it, it does in fact seem like the > > printer is indeed now detected by the printer module: > > > > bash# lsmod | egrep "usb|printer|Module|uhci" > > Module Size Used by > > printer 4928 1 > > uhci 22144 0 (unused) > > usbcore 49664 1 [printer uhci] > > bash# > > > > i am astonished and embarrased > > to report that things just work now, > > after two *d@mned* days of fiddling with > > this problem in various ways. > > > Did it print at this point? yep, but never since then :-( |