Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] 10-local.rules and udev-103
Date: Fri, 22 Dec 2006 10:59:48
Message-Id: da5cd1900612220251q1f2e74aap66e03c5089c81e37@mail.gmail.com
1 Hi users,
2 with the promotion of udev-103 to stable i've encountered some
3 problem with some local rules i've defined in the past. Looking at the
4 README files it seems that some keywords have changed, like SYSFS
5 (became ATTR/ATTRS) and BUS (became SUBSYSTEM). However also with
6 these changes the rules are not working.
7
8 For example for a digital camera:
9 before upgrading the original version was
10
11 BUS="scsi",KERNEL="sd*",SYSFS{vendor}="FUJIFILM",SYSFS{model}="USB-DRIVEUNIT",NAME="%k",SYMLINK="camera"
12
13 and now i've changed it to be:
14
15 SUBSYSTEMS=="scsi",KERNEL=="sd*",ATTR{vendor}=="FUJIFILM",ATTR{model}=="USB-DRIVEUNIT",NAME=="%k",SYMLINK=="camera"
16
17 but when i try to mount it this is the kernel's reply:
18
19 mount: special device /dev/camera does not exist. I didn't made any
20 changes to the /etc/fstab :
21 /dev/camera /mnt/camera auto noauto,user 0 0
22
23 Any ideas or similar experiences,
24 Thanks in advance,
25 m
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 10-local.rules and udev-103 Hans-Werner Hilse <hilse@×××.de>