Hi,

On Fri, 22 Dec 2006 11:51:58 +0100 "Marco Calviani"
<[EMAIL PROTECTED]> wrote:

> and now i've changed it to be:
> 
> SUBSYSTEMS=="scsi",KERNEL=="sd*",ATTR{vendor}=="FUJIFILM",ATTR{model}
> =="USB-DRIVEUNIT",NAME=="%k",SYMLINK=="camera"

read and understand "man udev": matching is not assignment! The first
ones are checks for equality ("=="), but the last both seem to be meant
as assignments ("="), so you might want this instead:

SUBSYSTEMS=="scsi",KERNEL=="sd*",ATTR{vendor}=="FUJIFILM",ATTR{model}=="USB-DRIVEUNIT",NAME="%k",SYMLINK="camera"

-hwh
-- 
gentoo-user@gentoo.org mailing list

Reply via email to