On 09 Oct 18:30, Bev Nicolson wrote:
Thanks Brett but I have what may be a silly question. How do log in as root to do this? (Or at least, once I've typed in sudo su then what would I do?) Bev.
Well, I'd personally do:
sudo vim /etc/udev/rules.d/025_agfa-snapscan.rules
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.
Thanks,