CONFIG_SCSI_MULTI_LUN?

Chris Kloiber ckloiber at ckloiber.com
Mon May 3 07:44:54 UTC 2004


On Mon, 2004-05-03 at 15:25, Ben FrantzDale wrote:
> I just got Test 3 Installed. Great work!
> 
> 
> Is there any reason CONFIG_SCSI_MULTI_LUN isn't enabled in the kernel?
> 
> I ask because I tried to get my SanDistk ImageMate (CF/SD USB card
> reader) working. It is supposed to show up as two SCSI devices, sda1 and
> sdb1, but apparently that only happens if CONFIG_SCSI_MULTI_LUN is
> enabled in the kernel; without it, only the CF slot works, showing up
> as /dev/sda1.
> 
> See: http://www.linuxjournal.com/article.php?sid=6687
> 
> -- Ben

In /etc/modprobe.conf, add:

options scsi_mod max_scsi_luns=2

If your modprobe.conf does not have an "alias scsi_hostadapter <blah>"
in it, that should fix it. If it does, you will need to rebuild your
initrd using mkinitrd and reboot for this to work.

-- 
Chris Kloiber






More information about the fedora-test-list mailing list