On 09/10/10 18:43, Brett Parker wrote:
Well, I'd personally do:
sudo vim /etc/udev/rules.d/025_agfa-snapscan.rules
Personally I wouldn't suggest vim as I think it's about as user friendly as being mugged, but YMMV.
A friendlier version if you're using ubuntu would be to type this in a terminal
gksu gedit /etc/udev/rules.d/025_agfa-snapscan.rules
Of course, this....
To edit the file, put the content in and save it...
Otherwise, create the file in your home directory as you using your favourite text editor, then copy it using: sudo cp ~/025_agfa-snapscan.rules /etc/udev/rules.d/
Once the file is place, unplugging and plugging in the scanner will mean that it has the right properties and you can use it as yourself.
...should work OK too! :-)
Steve