HELP! SCSI controller doesn't work.

HELP! SCSI controller doesn't work.

Post by Urs Thuerma » Sat, 12 Feb 1994 02:26:16



When I tried to install Linux on my PC, which I bought yesterday, I had
problems with my Adaptec compatible SCSI controller.
This is my setup
        AMD 486DX2 66MHz
        16 MB RAM
        Cirrus Logic VGA, 1 MB RAM, VESA Local Bus
        I/O with 1 parallel, 2 serial, 1 game port
        VESA Local Bus SCSI Controller with floppy controller
                3.5" HD disk drive (TEAC)
                500 MB SCSI drive (Quantum LPS540S)

The SCSI controller is a Adaptec clone which the manual says is
        "Fully compatible with Adaptec AHA-1522A in H/W & S/W
         (Using Adaptec's AIC-6360 SCSI chip & ASPI software family)"

All switches are set to the factory default which is:
        SW1: ON:                I/O port = 340h - 35Fh
        SW2: ON:                BIOS enable (enable boot from SCSI BIOS)
        SW3: ON,  SW4: ON:      BIOS address  DC000h
        SW5: OFF, SW6: ON:      SCSI IRQ port = 11
        ...

With debug under MSDOS I get

-d dc00:0
DC00:0000  55 AA 20 E9 42 00 E9 3B-22 E9 46 09 41 64 61 70   U. .B..;".F.Adap
DC00:0010  74 65 63 20 42 49 4F 53-3A 41 49 43 2D 36 33 36   tec BIOS:AIC-636
DC00:0020  30 20 56 65 72 20 31 2E-30 31 4C 01 00 43 6F 70   0 Ver 1.01L..Cop
DC00:0030  79 72 69 67 68 74 20 41-64 61 70 74 65 63 2C 49   yright Adaptec,I

DC00:0050  B8 00 00 8E C0 FF 36 6C-00 FF 36 6E 00 C7 06 6C   ......6l..6n...l
DC00:0060  00 00 00 C7 06 6E 00 00-00 E8 86 0D E8 DE 0D 73   .....n.........s
DC00:0070  05 BD 01 00 EB 0C E8 E7-08 E8 1B 00 E8 11 1E E8   ................
-q

The controller has SCSI ID 7, the drive SCSI ID is set to 0.

When booting from the "uniboot" bootdisk of the slackware package without
giving parameters to LILO I get the following messages ( cat /proc/kmsg )

<6>Console: colour EGA+ 80x25, 8 virtual consoles
<6>Serial driver version 3.96 with no serial options enabled
<6>tty00 at 0x03f8 (irq = 4) is a 16450
<6>tty01 at 0x02f8 (irq = 3) is a 16450
<6>lance_init(0x336d00, 0x1000000).
<6>Calibrating delay loop.. ok - 26.63 BogoMips (tm)
<6>aha152x: Probing: BIOS test: failed
<6>scsi : 0 hosts.
<6>scsi : detected 0 SCSI disks 0 tapes 0 CD-ROM drives total.
<6>Memory: 13720k/16384k available (624k kernel code, 384k reserved, 1656k data)
<6>This processor honours the WP bit even when in supervisor mode. Good.
<6>Floppy drive(s): fd0 is 1.44M
<6>Swansea University Computer Society Net2Debugged [1.24]
<6>IP Protocols: ICMP, UDP, TCP
<6>dl0: D-Link DE-600 pocket adapter: not at I/O 0x378.
<6>Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.

<6>RAMDISK: 1474560 bytes, starting at 0x1ced00
<6>RAMDISK: Loading 1440 blocks into RAM disk..........................................................................................
<6>done
<6>VFS: Mounted root (minix filesystem).
<6>VFS: Disk change detected on device 2/0

cat /proc/version gives (as above)


I also tried pressing ALT to run the boot kernel with the following
commandline:

        ramdisk aha152x=0x340,11,7,1

After some messages, which look OK, I get a screenfull of the following
message:

        aha152x: more data than expected (130 bytes)

Then comes a lot of other weird (at least to me) messages and the systems
hangs.

Is there a way to get this controller to work with Linux.  Just to see
if the controller isn't damaged, I booted with a friends MSDOS boot disk,
partioned and formatted the drive, and everything went fine.

Any suggestions?

Thanx
Urs

 
 
 

HELP! SCSI controller doesn't work.

Post by Keith Hea » Sat, 12 Feb 1994 03:23:47




>When I tried to install Linux on my PC, which I bought yesterday, I had
>problems with my Adaptec compatible SCSI controller.
>This is my setup
>    AMD 486DX2 66MHz
>    16 MB RAM
>    Cirrus Logic VGA, 1 MB RAM, VESA Local Bus
>    I/O with 1 parallel, 2 serial, 1 game port
>    VESA Local Bus SCSI Controller with floppy controller
>            3.5" HD disk drive (TEAC)
>            500 MB SCSI drive (Quantum LPS540S)

>The SCSI controller is a Adaptec clone which the manual says is
>    "Fully compatible with Adaptec AHA-1522A in H/W & S/W
>     (Using Adaptec's AIC-6360 SCSI chip & ASPI software family)"

The current 152x driver does not deal well with the 6360. Juergen
  Fischer (the driver's author) and I have come up with a patch that
  seems to be working. I'm not sure when it will actually make it into
  a released kernel. You'd have to contact Juergen to find that out.

The problem seems to be a timing problem caused by the bus being
  faster than the 20MHz clock on the 6360. It's what causes the 'more
  data than expected' error. With the patch my system is
  working fine. The driver isn't recognizing your controller because
  it's copyright string isn't built into the driver.

  Keith
--
Keith Hearn                   \    There are times when

Pyramid Technology Corporation  \            might benefit mankind.
(408) 428-7304 or (408) 263-2701 \  Delenda est Barney.

 
 
 

HELP! SCSI controller doesn't work.

Post by Fairlig » Mon, 14 Feb 1994 08:14:21




: >
: >When I tried to install Linux on my PC, which I bought yesterday, I had
: >problems with my Adaptec compatible SCSI controller.
: >This is my setup
: >  AMD 486DX2 66MHz
: >  16 MB RAM
: >  Cirrus Logic VGA, 1 MB RAM, VESA Local Bus
: >  I/O with 1 parallel, 2 serial, 1 game port
: >  VESA Local Bus SCSI Controller with floppy controller
: >          3.5" HD disk drive (TEAC)
: >          500 MB SCSI drive (Quantum LPS540S)
: >
: >The SCSI controller is a Adaptec clone which the manual says is
: >  "Fully compatible with Adaptec AHA-1522A in H/W & S/W
: >   (Using Adaptec's AIC-6360 SCSI chip & ASPI software family)"

: The current 152x driver does not deal well with the 6360. Juergen
:   Fischer (the driver's author) and I have come up with a patch that
:   seems to be working. I'm not sure when it will actually make it into
:   a released kernel. You'd have to contact Juergen to find that out.

: The problem seems to be a timing problem caused by the bus being
:   faster than the 20MHz clock on the 6360. It's what causes the 'more
:   data than expected' error. With the patch my system is
:   working fine. The driver isn't recognizing your controller because
:   it's copyright string isn't built into the driver.

:   Keith
: --
: Keith Hearn                   \    There are times when

: Pyramid Technology Corporation  \            might benefit mankind.
: (408) 428-7304 or (408) 263-2701 \  Delenda est Barney.

He also might try getting a kernel later than 14d if he's already got
linux installed.  if he doesn't have it installed, i have a 14z kernel
up and running, and if someone can tell me how to make an installation
bootdisk, i'd be more than happy to do so.

mark->

 
 
 

HELP! SCSI controller doesn't work.

Post by Huang-wen Ch » Thu, 24 Feb 1994 13:07:00



: : The current 152x driver does not deal well with the 6360. Juergen
: :   Fischer (the driver's author) and I have come up with a patch that
: :   seems to be working. I'm not sure when it will actually make it into
: :   a released kernel. You'd have to contact Juergen to find that out.
: He also might try getting a kernel later than 14d if he's already got
: linux installed.  if he doesn't have it installed, i have a 14z kernel
: up and running, and if someone can tell me how to make an installation
: bootdisk, i'd be more than happy to do so.

        Hi... I'm new to Linux . I suffer the same problem.
        Who can help me ?? Please .....

 
 
 

1. Future Domain TMC-3260 PCI SCSI controller doesn't work

I've got a problem with my Future Domain TMC-3260SVP (chip 36C70, bios 2.0)
PCI SCSI host adapter. The new Slackware 3.0 scsi kernel doesn't recognize
it, and neither did the previous versions. They just put out "scsi : 0
hosts".

I checked out the SCSI-HOWTO, but didn't find anything useful regarding my
card, like autoprobe override info. The BIOS is ok at 0xC8000 and there are
no jumpers to worry about. So, what am I going to do?

Thanks for any help!

--

2. MSWord docs in X?

3. Symbios Logic NCR810A PCI SCSI-Controller doesn't work...

4. yet another koffice question.

5. SCSI Controller Tekram DC-390U doesn't work

6. Lack of Faith in Linux (was Re: Linux Word Processor)

7. Help, install doesn't see my SCSI controller

8. .kshrc being ignored

9. Re. bffcreate -X doesn't work Re: bffcreate -X Doesn't Work

10. SCSI read works, SCSI write doesn't

11. SCSI CD works, SCSI tape doesn't

12. HELP SCSI cd doesn't work w/linux