Stephen J. Gowdy wrote:
> You probably need to recopile your kernel with CONFIG_SCSI_MULTI_LUN on 
> (it is off by default in RedHat).

Thanks, that did the trick, it's very impressive now. Maybe this should 
be in a FAQ somewhere.

I wonder if it's possible to detect cards being inserted/removed too? 
Also the usb-storage module remains loaded even after the device is removed.

-Cam

PS for the record and the search engines:
PQI travel flash 6 in 1
P:  Vendor=0aec ProdID=5010 Rev= 1.00
RedHat 7.3
rebuild kernel as above
add the following to /etc/updfstab.conf.default:

device smartmedia {
     partition 1
     match   hd "USB Storage-SMC"
}

device compactflash {
     partition 1
     match   hd "USB Storage-CFC"
}

device multimediacard {
     partition 1
     match   hd "USB Storage-MMC"
}

device memorystick {
     partition 1
     match   hd "USB Storage-MSC"
}

you don't need to put any entries in /etc/fstab



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to