On Tue, Apr 21, 2009 at 11:51:55AM -0700, pat minix wrote: > p...@pat:/usr/local/bin$ bjavaloader > bjavaloader: error while loading shared libraries: libbarry.so.0: cannot open > shared object file: No such file or directory
What location are you installing Barry? If you are using the default --prefix from the configure script, then it will be installed into /usr/local. You may need to run 'ldconfig' as root in order for the Barry library to be useful. > p...@pat:/usr/local/bin$ bcharge > Scanning for Blackberry devices... > Found device #002...already at 500mA...adjusting Pearl mode to dual > usb_control_msg failed: code: -1, error sending control message: Operation > not permitted > Detecting possible kernel driver conflict, trying to resolve... > Can't find Mass Storage interface, assuming 0. > usb_detach_kernel_driver_np() failed: could not detach kernel driver from > interface 0: Operation not permitted > usb_set_configuration() failed: could not set config 1: Operation not > permitted > usb_reset failed: could not reset: Operation not permitted > ...done > > My assumption is that the Mass Storage failure is due my not enabling that > yet on the BlackBerry (a Bold 9000). You shouldn't have to run bcharge manually, but it is ok to do so. Bcharge does a few extra things to try to make sure that power is given to the device so it can charge. Some older kernels need extra tweaking under /sys. It also tries to live in peace with the usb_storage module. That's what you're seeing. Take a look at the scripts under the udev/ directory and install the suitable script under /etc/udev/rules.d/ Bcharge should be run automatically as root by udev, each time you plug in your device. - Chris ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel