[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with udev rules under etch



Hi,

Apologies for the slow reply, was away for a few days

In article <[🔎] 20070423184126.GD1220@localhost>,
           Florian Kulzer<florian.kulzer+debian@icfo.es> wrote:
> 1) Use "==" instead of "=" for the KERNEL test. "=" for tests has been
>    depreciated for a while. (It was still supported long after that, but
>    maybe that has changed now.)

Doh. That was *exactly* the problem!

The following now does exactly what I need:

SUBSYSTEMS=="scsi", KERNEL=="sd?4", ATTRS{model}=="ZIP 100", \
	NAME="%k", SYMLINK+="zip"


Thanks for spotting the obvious mistake, and thanks also to all the others
who helped out.

Andy




Reply to: