Hi,
I've compiled a custom kernel so I should be able to use my scanner. Now dmesg shows this:
SCSI subsystem initialized Initializing USB Mass Storage driver... scsi0 : SCSI emulation for USB Mass Storage devices Vendor: PHILIPS Model: JR24CDRW Rev: P1.1 Type: CD-ROM ANSI SCSI revision: 02 USB Mass Storage device found at 2 usbcore: registered new driver usb-storage USB Mass Storage support registered. USB Universal Host Controller Interface driver v2.2 ACPI: PCI interrupt 0000:00:07.2[D] -> GSI 5 (level, low) -> IRQ 5 uhci_hcd 0000:00:07.2: UHCI Host Controller sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda pop-up Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
and
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
and
scsi1 : IRQ0 not free, interrupts disabled
scsi1 : interrupts not enabled. for better interactive performance,
scsi1 : please jumper the board for a free IRQ.
scsi1 : at port 0x280 interrupts disabled options CAN_QUEUE=16 CMD_PER_LUN=2 release=1 generic options AUTOPROBE_IRQ AUTOSENSE USLEEP, USLEEP_POLL=1 USLEEP_SLEEP=20 generic release=7
scsi1 : Generic NCR5380/53C400 Driver
sane-find-scann: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
sane-find-scann: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
sane-find-scann: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
usb 1-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 100 ret -32
usb 1-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 100 ret -32
So ny question is actually how I can make sane-find-scanner look for the scsi1, i.e. my scanner, instead of my CD-RW drive.
Thanks
Huub