Hi, it seems that the Pearl is not detected by udev in Debian/testing at the moment. Attached patch should add the required lines to the udev-rules (taken from udev/10-blackberry.rules).
Cheers, Niels
Index: debian/postinst
===================================================================
RCS file: /cvsroot/barry/barry/debian/postinst,v
retrieving revision 1.1
diff -u -r1.1 postinst
--- debian/postinst 5 Jan 2007 03:47:25 -0000 1.1
+++ debian/postinst 21 Mar 2007 14:51:33 -0000
@@ -12,6 +12,10 @@
#BUS=="usb", SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0001", SYMLINK+="bb-%k", PROGRAM="/usr/sbin/bcharge"
# Ubuntu and Fedora:
BUS=="usb", ACTION=="add", SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0001", SYMLINK+="bb-%k", RUN="/usr/sbin/bcharge"
+#
+# Newer devices with USB Mass Storage, 0x0006 + 0x0004.
+BUS=="usb", SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0006", SYMLINK+="bb-%k", PROGRAM="/usr/sbin/bcharge"
+BUS=="usb", SYSFS{idVendor}=="0fca", SYSFS{idProduct}=="0004", SYMLINK+="bb-%k"
EOF
fi
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Barry-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/barry-devel
