[sane-devel] HP C2502A 3503

2002-05-28 Thread Henning Meier-Geinitz
Hi, On Tue, May 28, 2002 at 06:13:19PM +0200, O-Zone wrote: > i'll try to install my SCSI scanner, an HP ScanJet 4C. > If i launch sane-find-scanner i have this reply: Which version of SANE? > sane-find-scanner: found SCSI processor "HP C2502A 3503" at device /dev/sg0 > sane-find-scanner: found

[sane-devel] HP C2502A 3503

2002-05-28 Thread O-Zone
Hi all, i'll try to install my SCSI scanner, an HP ScanJet 4C. If i launch sane-find-scanner i have this reply: sane-find-scanner: found SCSI processor "HP C2502A 3503" at device /dev/sg0 sane-find-scanner: found SCSI processor "HP C2502A 3503" at device /dev/sga i've created a link /dev/scanner

[sane-devel] HP C2502A 3503

2002-05-28 Thread Ray Curtis
> "o" == o-zone writes: o> Hi all, o> i'll try to install my SCSI scanner, an HP ScanJet 4C. o> If i launch sane-find-scanner i have this reply: o> sane-find-scanner: found SCSI processor "HP C2502A 3503" at device /dev/sg0 o> sane-find-scanner: found SCSI processor "HP

[sane-devel] HP C2502A 3503

2002-05-28 Thread Erik Riedel
Hi O-Zone, Did you run both commands as the same user? Or did you mix up the root user with a "normal" user? I had a similar problem and the solution was to give the devices /dev/sg0 and /dev/sga the proper permissions: Try 'chmod 666 /dev/sg0 /dev/sga' Hope this helps, Cheers, Erik O-Zone