Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

aha1542 scsi does not detect

0 views
Skip to first unread message

Oktokie

unread,
Mar 5, 1999, 3:00:00 AM3/5/99
to
Dear Guru,
Can you show me the light? I need some enlightenment over here.
Okay..I've first compiled scsi low level driver (aha1542.o) and some
part of scsi
operation into modules(scsi hard / scsi tape / scsi cdrom supports) then
I realized
that my scsi card was not even being detected....

I've already tried linux boot prompt parameter passing into kernel.
aha1542=<port address>[<buson>,<busoff>[<dmaspeed>]] but it did not
work.

So, I decided to compile every things into kernel instead of modules...
so I did it. It appears to be detecting my scsi adapter all right but it
screws up after
my card is probed. I am stuck now....somebody enlighten me.

I am not using any internal scsi devices and the card is properly
terminated. I am
using only Iomega extrnal scsi zipdrive to test this new scsi kernel.

Below is the error messages that I get when my kernel detects with newly
build all
necessary scsi options buildin(not as modules)...

Info: baseaddress=ox334, irq=9, dma=6 on aha1542 scsi host adapter.

error messages:
SCSI: ABOARTING COMMAND DUE TO TIMEOUT: PID0, SCSI CHANNEL
ID0, LUN0, TEST UNIT READY 00 00 00 00 00
SCSI HOST 0 ABOART(PID0) TIMED OUT - RESETTING
SCSI BUS IS BEING RESET FOR HOST 0 CHANNEL 0

Hem...somebody help me out. Thanks in advance


Roger Atkinson

unread,
Mar 5, 1999, 3:00:00 AM3/5/99
to
I'm not sure if this will help but here are few things to check. Open a
shell and "cd" into /proc. The type:
more interrupts
more ioports
more dma

I have my AHA1542CF set at IO 0x334 IRQ 11 DMA 7 and it works fine. You
might have a conflict with your Video Card as a lot of them are on IRQ 9
and Linux will not share and IRQ like Windoze. WHen I "more
/proc/interrupts" on my machine the video card doesn't list but it works
fine. Here is what my machine looks like in case you want to compare.
more /proc/interrupts
0: 276765 timer
1: 792 keyboard
2: 0 cascade
3: 68931 + ide2
5: 1 soundblaster
8: 1 + rtc
10: 36672 + serial
11: 18 aha1542
12: 72505 PS/2 Mouse
13: 1 math error
15: 0 + ide1

more /proc/dma
1: SoundBlaster8
4: cascade
5: SoundBlaster16
7: aha1542

more /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-009f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : npu
0170-0177 : ide1
0220-022f : soundblaster
0330-0333 : MPU-401 UART
0334-0337 : aha1542
0376-0376 : ide1
0388-038b : Yamaha OPL3
03c0-03df : vga+
03e8-03ef : serial(set)
03f0-03f5 : floppy
03f7-03f7 : floppy DIR
03f8-03ff : serial(set)
7000-7007 : ide2
7018-7018 : ide2
7030-7037 : ide3
7048-7048 : ide3

As you can see my Sound Card is real close to my SCSI but they don't
conflict.

Hope this helps,
--
Roger Atkinson Unix Sys Admin (Solaris, IRIX, HP-UX, DUX)
Work: roger.a...@cubic.com Linux newbie and thinkin it's great !
Home: roge...@cts.com

Landon Humphrey

unread,
Aug 27, 1999, 3:00:00 AM8/27/99
to
/* How do you recompile the aha1542.c file after editing. I had ti edit
the file for 0x230 and 0x234 and now I need to do what

Help */


------------------ Posted via CNET Linux Help ------------------
http://www.searchlinux.com

0 new messages