> detected SCSI generic sge at scsi0, channel 0, id 6, lun 0
> I created a device node for the scanner
> mknod -m 660 /dev/sge c 21 6
crw-r----- 1 root root 21, 4 Oct 3 1996 /dev/sge
I.e. mknod -m 660 /dev/sge c 21 4 would be right.
The 6 is only the SCSI device ID. Nothing to do with the Linux internal
counting. For Linux it is the fifth device (count starts at 0=a).
CU,ANdy
-- Andreas Beck | Email : <becka@sunserver1.rz.uni-duesseldorf.de>
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com