Aloha,

Am Donnerstag, 2. Oktober 2003 04:24 schrieb skeeterskip:

> I want to hookup my memory card reader to Linux. Does anyone know how to do
> this?

it depends on your linux distribution. If it is in USB-Cardreader, insert a 
card and just plug it in.

then type (as root)

tail /var/log/messages

and look what is found.

Sep 18 09:45:09 a1333 kernel: usb.c: USB device 3 (vend/prod 0x7cf/0x1001) is 
not claimed by any active driver.
Sep 18 09:45:12 a1333 /etc/hotplug/usb.agent: Setup usb-storage for USB 
product 7cf/1001/1000
Sep 18 09:45:12 a1333 kernel: Initializing USB Mass Storage driver...
Sep 18 09:45:12 a1333 kernel: usb.c: registered new driver usb-storage
Sep 18 09:45:12 a1333 kernel: scsi2 : SCSI emulation for USB Mass Storage 
devices
Sep 18 09:45:12 a1333 kernel:   Vendor: Casio     Model: QV DigitalCamera  
Rev: 1000
Sep 18 09:45:12 a1333 kernel:   Type:   Direct-Access                      
ANSI SCSI revision: 02
Sep 18 09:45:12 a1333 kernel: Attached scsi removable disk sdc at scsi2, 
channel 0, id 0, lun 0
Sep 18 09:45:12 a1333 kernel: usb-uhci.c: interrupt, status 3, frame# 519
Sep 18 09:45:12 a1333 kernel: SCSI device sdc: 96768 512-byte hdwr sectors (50 
MB)
Sep 18 09:45:12 a1333 kernel: sdc: Write Protect is off
Sep 18 09:45:12 a1333 kernel:  sdc: sdc1
Sep 18 09:45:12 a1333 kernel: USB Mass Storage support registered.


Here you can see that my Digital Camera (which acts as mass storage device)
is found as /dev/sdc1

so create a directory once:
mkdir /mnt/sdc1

if you have a card inserted try:
mount /dev/sdc1 /mnt/sdc1

you find your files now in /mnt/sdc1

after usage
umount /dev/sdc1


Regards, Mathias



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to