Menu

Abort messages on SCSI Test Unit Ready

C. Sewell
2000-12-15
2000-12-30
  • C. Sewell

    C. Sewell - 2000-12-15

    I am attempting to attach and use a scsi device via the Adaptec SlimSCSI 1460D card on a Linux machine using 2.2.16 kernel and PCMCIA card services 3.1.21.  When I insert the card I get one
    beep and then my machine locks up. When I
    remove the card I get the following messages in
    the log and then another (somewhatlong) beep.

    I am attempting to use an external MO drive, and also attempted using an external harddrive and got
    the same messages.  The device is terminated and
    power is on.

    Could anyone give me an idea as to what may be going on or what I may be missing.

    Thanks,  

    ******** Contents in Log file *************

    Dec 13 09:21:43 cassie cardmgr[548]: initializing socket 1
    Dec 13 09:21:43 cassie cardmgr[548]: socket 1: Adaptec APA-1460 SlimSCSI
    Dec 13 09:21:43 cassie kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
    Dec 13 09:21:44 cassie cardmgr[548]: executing: 'modprobe aha152x_cs reset_delay=500'
    Dec 13 09:21:44 cassie cardmgr[548]: + Note: /etc/conf.modules is more recent than /lib/modules/2.2.16-pci/modules.dep
    Dec 13 09:21:51 cassie kernel: aha152x: processing commandline: ok
    Dec 13 09:21:51 cassie kernel: aha152x: BIOS test: passed, detected 1 controller(s)
    Dec 13 09:21:51 cassie kernel: aha152x0: vital data: PORTBASE=0x340, IRQ=10, SCSI ID=7, reconnect=enabled, parity=enabled, synchronous=disabled, delay=500, extended translation=disabled
    Dec 13 09:21:51 cassie kernel: aha152x: trying software interrupt, ok.
    Dec 13 09:21:51 cassie kernel: scsi0 : Adaptec 152x SCSI driver; $Revision: 1.7 $
    Dec 13 09:21:51 cassie kernel: scsi : 1 host.
    Dec 13 09:21:55 cassie kernel: SCSI device not inactive - rq_status=65535, target=0, pid=0, state=4099, owner=258.
    Dec 13 09:21:55 cassie kernel: Device busy???
    Dec 13 09:22:03 cassie kernel: scsi : aborting command due to timeout : pid 0, scsi0, channel 0, id 0, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:09 cassie kernel: scsi : aborting command due to timeout : pid 0, scsi0, channel 0, id 0, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:15 cassie kernel: scsi : aborting command due to timeout : pid 1, scsi0, channel 0, id 1, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:21 cassie kernel: scsi : aborting command due to timeout : pid 1, scsi0, channel 0, id 1, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:27 cassie kernel: scsi : aborting command due to timeout : pid 2, scsi0, channel 0, id 2, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:33 cassie kernel: scsi : aborting command due to timeout : pid 2, scsi0, channel 0, id 2, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:39 cassie kernel: scsi : aborting command due to timeout : pid 3, scsi0, channel 0, id 3, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:45 cassie kernel: scsi : aborting command due to timeout : pid 3, scsi0, channel 0, id 3, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:51 cassie kernel: scsi : aborting command due to timeout : pid 4, scsi0, channel 0, id 4, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:22:57 cassie kernel: scsi : aborting command due to timeout : pid 4, scsi0, channel 0, id 4, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:23:03 cassie kernel: scsi : aborting command due to timeout : pid 5, scsi0, channel 0, id 5, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:23:09 cassie kernel: scsi : aborting command due to timeout : pid 5, scsi0, channel 0, id 5, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:23:15 cassie kernel: scsi : aborting command due to timeout : pid 6, scsi0, channel 0, id 6, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:23:21 cassie cardmgr[548]: get dev info on socket 1 failed: No such device
    Dec 13 09:23:21 cassie kernel: scsi : aborting command due to timeout : pid 6, scsi0, channel 0, id 6, lun 0 Test Unit Ready 00 00 00 00 00
    Dec 13 09:23:21 cassie kernel: aha152x_cs: no SCSI devices found
    Dec 13 09:23:21 cassie cardmgr[548]: shutting down socket 1
    Dec 13 09:23:21 cassie cardmgr[548]: executing: 'modprobe -r aha152x_cs'
    Dec 13 09:23:21 cassie cardmgr[548]: + Note: /etc/conf.modules is more recent than /lib/modules/2.2.16-pci/modules.dep

     
    • David Hinds

      David Hinds - 2000-12-30

      There is a thread about this, with a solution, in the installation forum.  In short, this pattern of timeout messages during the SCSI device probe indicates that interrupts are not being delivered to the SCSI driver.

      -- Dave

       

Log in to post a comment.