Has anyone managed to get the Olympus D-100 digital camera working with Linux? It uses a SmartMedia card and a USB connection to the computer.
I'm running Linux-Mandrake 8.0 with kernel 2.4.17. I have USB support working, along with SCSI support. (I found out that Linux is supposed to mount the SmartMedia card as a SCSI device.) The kernel recognizes the USB hub, and the camera. The kernel registers the SmartMedia card as usb storage device (thru the usb-storage module). Here is my problem: when I try: mount -t vfat /dev/sda /mnt/smart I get: � /dev/sda is not a valid block device I get the same message if I try: /dev/sda1 What am I missing? (More info below) Scott Boyd [EMAIL PROTECTED] the "mount" command returns: /dev/hda5 on / type ext2 (rw) none on /proc type proc (rw) /dev/hda7 on /home type ext2 (rw) /dev/hdb1 on /mnt/win95 type vfat (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) "lsmod" returns: Module � � � � � � � � �Size �Used by sd_mod � � � � � � � � 10160 � 0 �(autoclean) (unused) usb-storage � � � � �20352 � 0 sg � � � � � � � � � � 24272 � 0 �(unused) usb-ohci � � � � � � � 17888 � 0 �(unused) usbcore � � � � � � � � 49568 � 1 �[usb-storage usb-ohci] sis900 � � � � � � � � 11600 � 1 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
