nec scsi controller

1997-06-24 Thread Rick Hawkins

I have nearly everything working; i've even mounted afs.  The last piece
is the scsi cdrom.  It's a NEC 16 bit controller, probably about 3 years
old.  As near as I can tell from the kernel documentation, I need the
eato driver.  I compiled this into a kernel, but I get:

bash-2.00# mount /dev/sda3 /cdrom -t iso9660
mount: the kernel does not recognize /dev/sda3 as a block device
   (maybe `insmod driver'?)

however, the driver is built into the kernel.

rick


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nec scsi controller

1997-06-24 Thread Ben Gertzfield
 Rick == Rick Hawkins [EMAIL PROTECTED] writes:

Rick I have nearly everything working; i've even mounted afs.
Rick The last piece is the scsi cdrom.  It's a NEC 16 bit
Rick controller, probably about 3 years old.  As near as I can
Rick tell from the kernel documentation, I need the eato driver.
Rick I compiled this into a kernel, but I get:

Rick bash-2.00# mount /dev/sda3 /cdrom -t iso9660 mount: the
Rick kernel does not recognize /dev/sda3 as a block device (maybe
Rick `insmod driver'?)

SCSI CD-ROMs are usually /dev/scd0 and up. Check dmesg | less to see
exactly where it is (but it's most likely /dev/scd0.)

-- 
Brought to you by the letters S and R and the number 18.
* denotes Hot and Spicy! -- *Ben Gertzfield
Ben Gertzfield http://www.imsa.edu/~wilwonka/ Finger me for my public
PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nec scsi controller

1997-06-24 Thread Rick Hawkins


 Rick bash-2.00# mount /dev/sda3 /cdrom -t iso9660 mount: the
 Rick kernel does not recognize /dev/sda3 as a block device (maybe
 Rick `insmod driver'?)
 
 SCSI CD-ROMs are usually /dev/scd0 and up. Check dmesg | less to see
 exactly where it is (but it's most likely /dev/scd0.)


hmm:

EATA0: address 0x1f0 in use, skipping probe.
EATA0: address 0x170 in use, skipping probe.
scsi : 0 hosts.
scsi : detected total.

something is already getting at it.  The controller does make some kind
of attempt to boot from the cd, at least sometimes--i get a reference
when there is no hard disk partition bootable.

So how do i clear whatever has its grubby paws on the controller?

rick


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nec scsi controller

1997-06-24 Thread Carey Evans
Rick Hawkins [EMAIL PROTECTED] writes:

[snip]

 EATA0: address 0x1f0 in use, skipping probe.
 EATA0: address 0x170 in use, skipping probe.
 scsi : 0 hosts.
 scsi : detected total.

[snip]

 So how do i clear whatever has its grubby paws on the controller?

cat /proc/ioports (or run lsdev) should give you some idea.  FWIW,
0x1f0 is the PIIX IDE controller on mine.

-- 
Carey Evans  *  [EMAIL PROTECTED]

   Our mail program accidentally deleted our remove list.
 - Real quote from UCE


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nec scsi controller

1997-06-24 Thread Paul Wade
On Mon, 23 Jun 1997, Rick Hawkins wrote:

 hmm:
 
 EATA0: address 0x1f0 in use, skipping probe.
 EATA0: address 0x170 in use, skipping probe.
 scsi : 0 hosts.
 scsi : detected total.
 
 something is already getting at it.  The controller does make some kind
 of attempt to boot from the cd, at least sometimes--i get a reference
 when there is no hard disk partition bootable.

1f0 is the standard address for IDE0, 170 for IDE1

If you are not using any IDE drives, maybe you have the interfaces enabled
on the motherboard( if they're builtins) or multi I/O card.

Try disabling them or changing the nec card to another address.

+--+
+ Paul Wade Greenbush Technologies Corporation +
+ mailto:[EMAIL PROTECTED]  http://www.greenbush.com/ +
+--+
+ http://www.greenbush.com/cds.html Special Linux CD offer +
+--+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .