indeed, everything seems to be fine, but:
> 4)
> > ls -l /dev/sga /dev/sg0 /dev/scanner
> lrwxrwxrwx 1 root root 3 Nov 27 22:38 /dev/scanner -> sg0
> crw-rw---- 1 root scanner 21, 0 Apr 5 1999 /dev/sg0
^^^
> lrwxrwxrwx 1 root scanner 3 May 5 1999 /dev/sga -> sg0
Maybe this is your problem:
Are you sure your user is in the group scanner ??
Either you put the user in group scanner or change the permissions of /dev/sg0
to world-read and -writable, e.g. chmod o+rw /dev/sg0 as root.
Klaas
-- -------------------------------------------------------------------------- Klaas Freitag, SuSE GmbH, Schanzaeckerstr. 10, D-90443 Nürnberg, Germany E-Mail: freitag@suse.de http://www.suse.de --------------------------------------------------------------------------
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com