On Saturday 06 September 2003 13:48, Greg KH wrote:
> On Sat, Sep 06, 2003 at 10:31:19AM +0800, Michael Frank wrote:
> > It's not loaded on boot, but only when needed. The scripts:
> > 
> > usb1)
> >   if [ ! -e /proc/bus/usb ]; then
> >     echo Loading USB
> >     modprobe usbcore
> >     mount -t usbdevfs usbdevfs /proc/bus/usb
> >     modprobe ohci_hcd
> >     modprobe sd_mod
> >     modprobe pl2303 
> >     modprobe lp
> >   fi
> >   ;;
> > 
> > usb0)
> >   echo Unloading USB
> >   rmmod  usb-storage sd_mod scsi-mod
> >   rmmod pl2303 usbserial
> >   rmmod  lp parport
> >   rmmod  ohci_hcd 
> >   umount usbdevfs
> >   rmmod  usbcore
> >   ;;
> > 
> > Perhaps this is too dumb and I should do some checking along the way,
> > however joe user should be unable to oops things up...
> 
> I agree.  Can you add that oops to a new bug at bugzilla.kernel.org?
> 

Yes, will do, and more testing as well.

Regards
Michael



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to