servo888
03-06-2004, 10:54 PM
Hello,
I'm having some problems mounting my digital camera (via usb cable).
I'm running 2.6.3 kernel, with usb and scsi emulation support:
bash-2.05b$ lsmod
Module Size Used by
vfat 12032 0
fat 40384 1 vfat
usb_storage 26368 0
btaudio 15376 0
uhci_hcd 28176 0
ohci_hcd 16516 0
ehci_hcd 22276 0
snd_seq_midi 6688 0
snd_seq_midi_event 6144 1 snd_seq_midi
snd_seq 50576 2 snd_seq_midi,snd_seq_midi_event
snd_cs46xx 87208 0
snd_rawmidi 20128 2 snd_seq_midi,snd_cs46xx
snd_seq_device 6920 3 snd_seq_midi,snd_seq,snd_rawmidi
snd_ac97_codec 60676 1 snd_cs46xx
snd_pcm 84900 1 snd_cs46xx
snd_timer 20868 2 snd_seq,snd_pcm
snd 47076 9 snd_seq_midi,snd_seq_midi_event,snd_seq,snd_cs46xx ,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm ,snd_timer
gameport 3712 1 snd_cs46xx
snd_page_alloc 9604 2 snd_cs46xx,snd_pcm
tuner 16768 0
tvaudio 20352 0
msp3400 22528 0
bttv 137324 0
video_buf 17280 1 bttv
v4l2_common 4864 0
btcx_risc 3840 1 bttv
soundcore 7264 3 btaudio,snd,bttv
hid 30400 0
usbcore 89436 7 usb_storage,uhci_hcd,ohci_hcd,ehci_hcd,hid
nvidia 2071048 12
3c59x 34600 0
bash-2.05b$
When I plug in the camera dmesg shows:
usb 1-2.4: new full speed USB device using address 9
scsi4 : SCSI emulation for USB Mass Storage devices
Vendor: MAT****A Model: DMC-LC33 Rev: 0100
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 250881 512-byte hdwr sectors (128 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host4/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi4, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi4, channel 0, id 0, lun 0, type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 9
But when I mount it, it tells me that no media was found:
bash-2.05b# mount -t vfat /dev/sda /mnt/usb
mount: No medium found
Can anybody help me?
I'm having some problems mounting my digital camera (via usb cable).
I'm running 2.6.3 kernel, with usb and scsi emulation support:
bash-2.05b$ lsmod
Module Size Used by
vfat 12032 0
fat 40384 1 vfat
usb_storage 26368 0
btaudio 15376 0
uhci_hcd 28176 0
ohci_hcd 16516 0
ehci_hcd 22276 0
snd_seq_midi 6688 0
snd_seq_midi_event 6144 1 snd_seq_midi
snd_seq 50576 2 snd_seq_midi,snd_seq_midi_event
snd_cs46xx 87208 0
snd_rawmidi 20128 2 snd_seq_midi,snd_cs46xx
snd_seq_device 6920 3 snd_seq_midi,snd_seq,snd_rawmidi
snd_ac97_codec 60676 1 snd_cs46xx
snd_pcm 84900 1 snd_cs46xx
snd_timer 20868 2 snd_seq,snd_pcm
snd 47076 9 snd_seq_midi,snd_seq_midi_event,snd_seq,snd_cs46xx ,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm ,snd_timer
gameport 3712 1 snd_cs46xx
snd_page_alloc 9604 2 snd_cs46xx,snd_pcm
tuner 16768 0
tvaudio 20352 0
msp3400 22528 0
bttv 137324 0
video_buf 17280 1 bttv
v4l2_common 4864 0
btcx_risc 3840 1 bttv
soundcore 7264 3 btaudio,snd,bttv
hid 30400 0
usbcore 89436 7 usb_storage,uhci_hcd,ohci_hcd,ehci_hcd,hid
nvidia 2071048 12
3c59x 34600 0
bash-2.05b$
When I plug in the camera dmesg shows:
usb 1-2.4: new full speed USB device using address 9
scsi4 : SCSI emulation for USB Mass Storage devices
Vendor: MAT****A Model: DMC-LC33 Rev: 0100
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 250881 512-byte hdwr sectors (128 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host4/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi4, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi4, channel 0, id 0, lun 0, type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 9
But when I mount it, it tells me that no media was found:
bash-2.05b# mount -t vfat /dev/sda /mnt/usb
mount: No medium found
Can anybody help me?