On Fri, Sep 07, 2007 at 12:55:20PM -0700, Robert Denton wrote: > Here are the results of: > > [EMAIL PROTECTED] log]# lsmod | grep usb_storage > usb_storage 66049 0 > scsi_mod 137549 5 usb_storage,sr_mod,sg,libata,sd_mod > > So perhaps you are right... lemme try rm'ing it...
This probably means you have the device mounted somewhere. rmmod won't work alone. Try: df # see what's mounted umount /path/to/where/blackberry/is/mounted rmmod scsi_mod rmmod usb_storage lsmod | grep usb_storage Hopefully usb_storage will be gone by this point (until the next time you plug in your Blackberry). If not, this needs to be fixed before Barry will work. - Chris ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel