> $ cat /dev/sg?
> cat: /dev/sga: Permission denied
> cat: /dev/sgb: Permission denied
> cat: /dev/sgc: No such device or address
> cat: /dev/sgd: No such device or address
> cat: /dev/sge: No such device or address
> cat: /dev/sgf: No such device or address
> cat: /dev/sgg: No such device or address
> cat: /dev/sgh: No such device or address
As far as I see, your scsi-devices are:
ID 3: SCSI-CDROM
ID 5: UMAX-SCANNER
and there is no SCSI-harddisc!
If that is so, the scanner should be on device /dev/sgb
So login as root and do
chmod 666 /dev/sgb
and I suggest to do:
ln -s /dev/sgb /dev/scanner
then try again and please tell if it works!
Bye
Oliver
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com