LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
From: Benjamin Close <linux@senet.com.au>
To : tumor <tumor@numb.com>
Date: Thu, 3 Jun 1999 16:24:00 +0930 (CST)
Re: SCSI Device Detection
On Wed, 2 Jun 1999, tumor wrote:
> My Adaptec aha5240 is detected at Boot.
> I have three Scsi Devices, of which two are usually connected to the host card.
> (dont gimme anything about how you cant connect three machines to a single chip host card....ive been doin it for years...8o)
> I have a jaz drive, zip drive, and CD-Rom drive.
> How do i get these t be recognized.....?
Detection is kernel level. If you SCSI card is recognised at boot up then
all you need to do is install relevant modules for the appropriate
devices.
Have a look in /lib/modules/#kernelversionhere#/scsi
You'll find a number of modules.
In 2.2.x+
modprobe sr_mod
installs the modules for the SCSI cd driver.
Then it's a matter of: mount /dev/scd0 /mnt/mountpoint
to mount the cd.
The same applies for the other devices.
All this can be set to auto install by adding the appropriate entries in
/etc/conf.modules or compiling the required stuff in the kernel.
Cheers,
--
* Benjamin Close
* Benjsc@senet.com.au
* Web Page: http://users.senet.com.au/~benjsc
--
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
Return to the LinuxSA Mailing List Information Page