Atech Pro-9 9-in-1 Card Reader in Linux
I just purchased the Atech Pro-9 9-in-1 flash card reader. This thing is extremely cool- it has a number of different ports on the front to plug various storage items into. A bit pricey (CDN$100), but cool nonetheless!
Getting it to work under linux is trivial. If your kernel has CONFIG_SCSI_MULTI_LUN set, it will work out-of-the-box. If not (RedHat kernels don’t set this flag by default), just add the following line to your modprobe.conf file for 2.6.x:
options scsi_mod max_luns=512
Or, if you are running 2.4.x, add the following line to modules.conf:







