> lsmod | grep usb > usbcore 78784 1 > > rmmod usbcore > usbcore: Device or resource busy > > why is it so ? is there a way to rmmod usbcore ?
You must unmount /proc/bus/usb before unloading usbcore. Don't forget to remount it after loading the module back. Laurent Pinchart ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
