04-17-07 12:13 PM
PenguinsAnonymous@notAchance.org wrote:
> Any udev prodigies?
> I have the following 2 user rules defined.
>
> BUS=="usb", KERNEL=="sdc[1-9]",
> ATTRS{serial}=="0C01076160E298A4",
> SYMLINK="u3_drive",
> RUN+="/usr/bin/setsid /root/bu/partialbu.sh
> u3_drive"
Your UDEV probably doesn't understand ATTRS{} yet.
Either upgrade UDEV, or replace ATTRS{} with SYSFS{}.
>
> BUS=="usb", KERNEL=="sd??",
> ATTRS{serial}=="0002F775867C431A",
> SYMLINK="muvo_drive",
> RUN+="/usr/bin/setsid /root/bu/bu.sh muvo_drive"
Same here.
[ Post a follow-up to this message ]
|