Re: USB card reader

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2003-11-25 at 02:35, Taylor, ForrestX wrote:

> > Anyone know what's wrong?
> 
> You may have a problem like I did this weekend:
> 
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=110653
> 
> The Fedora/Red Hat kernels don't have multi-LUN support (basically one
> device with multiple disks).  You can manually add the LUNs in /proc:
> 
> echo "scsi-add-single-device 0 0 0 1" > /proc/scsi/scsi
> echo "scsi-add-single-device 0 0 0 2" > /proc/scsi/scsi
> echo "scsi-add-single-device 0 0 0 3" > /proc/scsi/scsi
> 
> See if that helps.
> 
> Forrest

In /etc/modules.conf:

options scsi_mod max_scsi_luns=<number_less_than_or_equal_to_128>

Then rebuild your initrd with:

# mkinitrd -f /boot/initrd-<kernel_version>.img <kernel_version>

Reboot, be happy with your new luns.

-- 
Chris Kloiber
Red Hat, Inc.




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux