On Wed, Nov 30, 2005 at 12:46:04AM +0200, Mark Niven wrote:
> On Tuesday 29 November 2005 00:08, you wrote:
> > Hi,
> >
> > I have noticed you are using udev version 0.074-3, whereas the latest
> > version is 0.076-2. Could you please try again with this new version?
> > Both coldplugging and hotpluging work fine on my system, I hope it will
> > be the same for you.
> >
> > Aurelien
> Thank you - indeed libusb is using /dev/bus/usb/ . However, even with udev
> 0.076-2 the permissions are not set up properly - need to change group or
> access manually:
> [EMAIL PROTECTED]:~$ sane-find-scanner
> ...
> found USB scanner (vendor=0x055f, product=0x021a, chip=GT-6816?) at libusb:1:3
> ...
I may have found the problem, in /etc/udev/libsane.rules:
SYSFS{idVendor}=="055f", SYSFS{idProduct}=="021A", MODE="660", GROUP="scanner",
RUN+="/etc/hotplug.d/usb/libsane.hotplug"
Maybe SYSFS{idProduct}== is case sensitive. Could you please try to
change 021A into 021a ? Your scanner is the only one with an upcase
product ID.
You will have to restart udev to make sure it re-reads its configuration
files. killall -1 udevd should work, but maybe you should restart your
computer, this would also give you the possibility to test coldplugging.
Bye,
Aurelien
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' [EMAIL PROTECTED] | [EMAIL PROTECTED]
`- people.debian.org/~aurel32 | www.aurel32.net
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]