Thanks for the follow-up in the thread, Marcus :) I really appreciate
yoru help.
Do you konw if the SanDisk's SDDR-09 work on Kernl2.2.18 also? I am
decided to go back to 2.2.18 from 2.4.9... I will wait until my
distribution releases an RPM for kernel upgrade, since it requires
more efforts and time to complete with tarball.
The some method to read the smartmedia, is the last step to completely
remove Windows! (It's for Olympus D200L Digital Camera, but I lost the
serial cable. And the serial cable kit costs $29, almost as same as a
USB reader nowadays.)
By the way, here is what I tried to get my usb reader:
KERNEL2.1.18
#1, enable usbmgr[M], usb-mass-storage suppoort [M], scsi-support[*]...
etc... (everything that needs to be enabled according to usb-linux.org)
#2, VendorID/ProductID: 0x7c4/0xa003 (checked from /var/log/message)
(<- it's different from usb-linux.org posted as FlashLink...maybe, my model
is not supported?)
#3, added the line in /etc/usbmgr/usbmgr.conf
vendor 0x7c4 product 0xa003 module scsi_mod , sd_mod , usb-storage
----------------------------------------------------------
#4, mkdir /etc/usbmgr/vendor/7c4
#5, mkdir /etc/usbmgr/vendor/7c4/a003
#6, vi /etc/usbmgr/vendor/7c4/a003/module
scsi_mod
usb_mod
usb-storage
(added three lines above)
----------------------------------------------------------
I know that the step#4~#5 can be automated by
/sbin/update_usbdb /etc/usbmgr/usbmgr.conf
but, I needed to confirm.
cat "/proc/scsi/scsi" tells me "no device attached"
I am not brave enough to unscrew the device to open up the case,
then find out the chip maker, etc...
> > Do you know any device to read Smartmedia memory, that works under
> > LINUX? In the past, I've had that Floppy-Adaptor by Fujifilm. They do
> > have driver for LINUX, but it didn't seem to work for me...
> I'm using the Microtech ZiO, and it works just fine. It uses the
> SanDisk SDDR-09 driver, so I assume SanDisk's SDDR-09 works as well :)
> Marcus