Chinon 535 SCSI CDROM & Adaptec AIC-6360 BIOS

Chinon 535 SCSI CDROM & Adaptec AIC-6360 BIOS

Post by Robert D Acos » Thu, 24 Aug 1995 04:00:00



Help!  SCSI problems.

I purchased the QUE book and the accompaning CD of LINUX.  I then tried
to load the CDROM onto a computer at work.  This computer had an Adaptec
SCSI controller (AIC 6360, ID=7) with a SCSI hard drive (ID=0) and a Chinon 535
CDROM (ID=2, tried ID at 1 and 5 also).  The computer is a 486 with 16MB
of memory.  Created boot disks and began the load procedure.  The LILO
indicated that it could see the hard drive and all of its partitions.  It
also indicated from what little I could catch while the screen scrolled
through the Linux loader messages on the screen, that it saw the Chinon
535 CDROM (it was too fast to see what ID and LUN).  However, while trying
to load from CDROM using SETUP, it failed to mount.  Yes, I did run LILO
with a CD in the drive, and I could hear and see the drive checking during
LILO.  I tried to mount the drive every way "that I knew", with NO LUCK.
I later encountered problems at home with my TEAC-55a (yeah I know, how does
this relate, sit tight and I will explain).  I figured that, just maybe a
later version of the kernal would help, so, I went out and purchased the
book LINUX Configuration and Installation by MIS press, this came with
Slackware version 2.3 (kernal version 1.2.8).  This helped a little with
the TEAC-55a (still kinda buggy) and even added something new with the
Chinon 535 CDROM.  I was able to read the LILO messages on the CDROM.
The LILO saw the Chinon 535 and showed ID=2, LUN=0 and said that the
CDROM mounted as 'SR0'.  Again, I said maybe this time I can access the
CDROM and install the full LINUX package, Yes, you can probably guess this one.
No dice;  while trying to access source in the 'SETUP', I receive the following
screen display:

Disk Change detected on device 11/0
scsi: aborting command due to timeout: pid418, scsi0, id2, lun0 0x 08 00 00 10 01 00
aha142x: abort( ), SCpnt=0x003989a0, QUEUE STATUS:
issue_SC:
current_SC:
0x003989a0 target=2; lun=0; cmnd=(0x08 00 00 10 01 00); residual=1024;
buffers=1; phase | send_ident|; in other (MESSAGE_IN); next=0x00000000
disconnected_SC:

on bus: SCSISEQ( ); SCSISIG(MESSAGE_IN); INSTAT(lo); SSTAT (SELDI PHASE CHG REQINIT);
SSTAT( ); SXFRCTL0(CH1); SIGNAL(BSYI REQI); SELID(84)

I also received the following on repeated mounting attempts:

Disc change detected
VFS: Disk change detected on device 11/0
MAX size: 321935    Log zone size: 2048
First datazone: 76  Root inode number 155648

aha152x abort( ), SCpnt=0x003989a0, Queue status
issue_SC
current_SC
0x003989a0: target=2; lun=0; cmnd (0x08 00 00 4c 01 00);
residual=1024;buffers=1; and like the above etc...

Can somebody please help me with this.  I am new to LINUX
and eventually would like to dig into the heart of Linux.
Just the installation problems have taught me quite a bit.

PLEASE HELP!

Thanks to all of the great responses to my TEAC-55a help
from Mr. Brian Wood, Ray Ingles and Gregory D. Nowicki.
I will certainly get on the Internet and get the latest
valid (somewhat safe) kernals.  The QUE book is ok, I do
like the LINUX book by MIS Press (authors= Patrick Volkerding,
Kevin Reichard, and Eric F. Johnson) a little bit better.
I also like the Running Linux book.

What is 'dmesg'.  Is this a command or file.  I tried to
use it as command and then tried to find it as file.
No luck.  If command what is syntax for use.  If file, where
is it?

 
 
 

Chinon 535 SCSI CDROM & Adaptec AIC-6360 BIOS

Post by Ken L » Thu, 24 Aug 1995 04:00:00



writes:
|> This computer had an Adaptec
|> SCSI controller (AIC 6360, ID=7) with a SCSI hard drive (ID=0) and a Chinon
|> 535
|> CDROM (ID=2, tried ID at 1 and 5 also).

I don't know what an Adaptec 6360 is, but I am using a Chinon 535 with an
Adaptec 1522 controller.  I had to use this boot command to get it to work:
aha152x=0x340,11,7,0 (the last 0 is not the default).

Maybe you need something similar.

--


 
 
 

Chinon 535 SCSI CDROM & Adaptec AIC-6360 BIOS

Post by r.. » Sun, 27 Aug 1995 04:00:00




> Help!  SCSI problems.

> I purchased the QUE book and the accompaning CD of LINUX.  I then tried
> to load the CDROM onto a computer at work.  This computer had an Adaptec
> SCSI controller (AIC 6360, ID=7) with a SCSI hard drive (ID=0)
> and a Chinon 535
> CDROM (ID=2, tried ID at 1 and 5 also).  The computer is a 486 with 16MB
> of memory.

I recently added a Chinon CDS-525 drive, which connects to an
Adaptec 1522 SCSI controller. It works fine with Windows 3.1 and DOS,
but so far I do NOT have the Chinon working with Linux 1.2.1

I know my SCSI adapter is OK, because my SyQuest removable
200 MB drive works OK within Linux (to read DOS files).

If anybody can advise on this topic, maybe I'll solve
this problem: I'm trying to recompile the kernel, and it "almost"
works. Briefly, here's what I do:

1 cd /usr/src/linux
2 make dep
3 make clean
4 make

I end up with what I think is a link to the (newly compiled) file
vmlinux in /usr/src/linux  It's big (810,000 bytes or so). Next I do:

5. rdev vmlinux /dev/hdb2   (hdb2 is my Linux partition)

When I boot from a floopy, when it gets to teh first promt I type:
mount root=/dev/hdb2 ro aha152x=0x340,12,7,1

I boot OK, but as best I can tell it is NOT the image I just compiled.

When I copy that image to a DOS filesystem and try to use LOADLIN,
I get the message that it is "not an image file"

There's clearly something I don't understand. I'm obviously
in the weeds on this. Can somebody give me a clue?

THANKS.

Ron Jeffries


 
 
 

Chinon 535 SCSI CDROM & Adaptec AIC-6360 BIOS

Post by Ken L » Mon, 28 Aug 1995 04:00:00


|> I recently added a Chinon CDS-525 drive, which connects to an
|> Adaptec 1522 SCSI controller. It works fine with Windows 3.1 and DOS,
|> but so far I do NOT have the Chinon working with Linux 1.2.1

|> When I boot from a floopy, when it gets to teh first promt I type:
|> mount root=/dev/hdb2 ro aha152x=0x340,12,7,1

I use a Chinon 535 with an Adaptec 1522.  My boot line is aha152x=0x340,12,7,0
The 0 at the end appears to be necessary for this drive.

--