On Wed, 26 Jan 2005, C. Hurschler wrote:

> no that still doesn't seem to be enough to unload it normaly...
> 
> athlon:/home/stoffel# umount /proc/bus/usb
> athlon:/home/stoffel# modprobe -r usbcore
> FATAL: Module usbcore is in use.
> athlon:/home/stoffel# modprobe -r ehci_hcd
> athlon:/home/stoffel# modprobe -r ohci_hcd
> athlon:/home/stoffel# modprobe -r usbcore
> FATAL: Module usbcore is in use.
> 
> 
> there's still other stuff that uses it
> 
> athlon:/home/stoffel# lsmod | grep usb
> usb_storage            69184  1
> scsi_mod              125132  2 sd_mod,usb_storage
> usbcore               118564  1 usb_storage
> ide_core              1
> 
> is there an easy way to unload it without the -f parameter?

Yes.  Since the only thing still using usbcore is usb-storage, unload 
usb-storage first.  And make sure that nothing is using usb-storage, say 
by unplugging all your USB mass storage devices.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to