On Tue, Jun 23, 2009 at 11:00 PM, Chris Frey <cdf...@foursquare.net> wrote:

> On Sun, Jun 21, 2009 at 06:36:31PM -0700, Richard Vickery wrote:
> > Hi Team:
> >
> > Every time I plug my Blackberry Curve into the computer and call the
> > command, barrybackup, I get the following result returned:
> >
> > (-1, error sending control message: Operation not permitted): Probe:
> > GetConfiguration failed
> >
> > Is this the result of the lack of permissions? Or is it something with
> > barry?
>
> Hi Richard,
>
> Yes, it's a permission issue.  This is handled by 10-blackberry.rules
> in the /etc/udev/rules directory.  Some things to check:
>
>        - what version are you using?
>        - what distro are you using?
>        - did you install via source or binary package?
>        - if via source, did you install the udev rules?
>

I can confirm the same issue on F11 with the latest git (June 26th 1am MST),
udev rules are in place:
BUS=="usb", SUBSYSTEM=="usb_device", ACTION=="add", SYSFS{idVendor}=="0fca",
SYSFS{idProduct}=="0001", SYMLINK+="bb-%k", RUN="/usr/sbin/bcharge -p %p"

BUS=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add",
SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0001", SYMLINK+="bb-%k",
RUN="/usr/sbin/bcharge -p %p"

#
# Newer devices with USB Mass Storage, 0x8004 + 0x0006 + 0x0004.
#

BUS=="usb", SUBSYSTEM=="usb_device", ACTION=="add", SYSFS{idVendor}=="0fca",
SYSFS{idProduct}=="0006", RUN="/usr/sbin/bcharge"
BUS=="usb", SUBSYSTEM=="usb_device", ACTION=="add", SYSFS{idVendor}=="0fca",
SYSFS{idProduct}=="8004", RUN="/usr/sbin/bcharge"
BUS=="usb", SUBSYSTEM=="usb_device", ACTION=="add", SYSFS{idVendor}=="0fca",
SYSFS{idProduct}=="0004", SYMLINK+="bb-%k", RUN="/usr/sbin/bcharge -p %p"

BUS=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add",
SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0006", RUN="/usr/sbin/bcharge"
BUS=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add",
SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="8004", RUN="/usr/sbin/bcharge"
BUS=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add",
SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0004", SYMLINK+="bb-%k",
RUN="/usr/sbin/bcharge -p %p"

but /dev/bus/usb/002/010 is

crw-rw-r--. 1 root root 189, 137 2009-06-26 01:20 /dev/bus/usb/002/010
------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to