scsi

Marcel Kunath kunathma@pilot.msu.edu
Wed, 24 May 2000 00:34:47 -0400 (EDT)


A friend has got a scsi scanner and I am trying to get it to go.

I got scsi support(yes), scsi generic support and ahaxyz.o compiled as module.
Actually I am not sure which adapter my friend got. I was just going to try a
few til I hit gold.

How do I load the modules correctly?

I got:
panda:/usr/src/linux # cat /proc/interrupts
           CPU0
  0:   54435795          XT-PIC  timer
  1:      11619          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  5:          0          XT-PIC  Ensoniq AudioPCI
  9:     699622          XT-PIC  eth1
 10:     671396          XT-PIC  eth0
 12:     269219          XT-PIC  PS/2 Mouse
 13:          1          XT-PIC  fpu
 14:     165804          XT-PIC  ide0
 15:       7251          XT-PIC  ide1
NMI:          0

panda:/usr/src/linux # cat /proc/scsi/scsi
Attached devices: none

Any module I try it gives me the same error.
panda:/usr/src/linux # /sbin/modprobe aha152x
/lib/modules/2.2.15/scsi/aha152x.o: init_module: Device or resource busy
/lib/modules/2.2.15/scsi/aha152x.o: insmod /lib/modules/2.2.15/scsi/aha152x.o
failed
/lib/modules/2.2.15/scsi/aha152x.o: insmod aha152x failed

What about the sg.o module? Is that needed additionally? It loads but is
unused.

 -- Marcel Kunath