You are not logged in.
Pages: 1
Hi guys, I have a problem to mount old yashica ez5030 digital camera on usb.
Have tried slitaz4 slitaz5rc1 slitaz-cooking, but not succesfull. The same camera on windows it revealed as drive external without any optional driver.
This is the result of dmesg on my tests
on slitaz5-rc1
usb 3-2: new full-speed USB device number 2 using uhci_hcd
scsi6 : usb-storage 3-2:1.0
scsi 6:0:0:0: Direct-Access 5MP-CARD 1.00 PQ: 0 ANSI: 0 CCS
scsi 6:0:0:1: Direct-Access 5MP-CAMERA 1.00 PQ: 0 ANSI: 0 CCS
sd 6:0:0:0: Attached scsi generic sg2 type 0
sd 6:0:0:1: Attached scsi generic sg3 type 0
sd 6:0:0:1: [sdc] 27073 512-byte logical blocks: (13.8 MB/13.2 MiB)
sd 6:0:0:1: [sdc] Write Protect is off
sd 6:0:0:1: [sdc] Mode Sense: 00 00 00 00
sd 6:0:0:1: [sdc] Asking for cache data failed
sd 6:0:0:1: [sdc] Assuming drive cache: write through
sd 6:0:0:0: [sdb] Attached SCSI removable disk
sd 6:0:0:1: [sdc] Asking for cache data failed
sd 6:0:0:1: [sdc] Assuming drive cache: write through
sdc: sdc1
on this case have tried to manual mount sdc1, but no work, it freeze
on slitaz-4
usb 3-2: new full speed USB device using uhci_hcd and address 2
scsi4 : usb-storage 3-2:1.0
scsi 4:0:0:0: Direct-Access 5MP-CARD 1.00 PQ: 0 ANSI: 0 CCS
sd 4:0:0:0: Attached scsi generic sg1 type 0
sd 4:0:0:0: [sdb] Attached SCSI removable disk
same slitaz-4 but kernel 2.6.37 recompiled for me
usb 3-2: new full speed USB device using uhci_hcd and address 4
usb 3-2: New USB device found, idVendor=143c, idProduct=3005
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-2: Product: 5MP Digital Camera
usb 3-2: Manufacturer: 5MP Digital Camera
usb 3-2: SerialNumber: 012346
scsi6 : usb-storage 3-2:1.0
scsi 6:0:0:0: Direct-Access 5MP-CARD 1.00 PQ: 0 ANSI: 0 CCS
sd 6:0:0:0: Attached scsi generic sg1 type 0
sd 6:0:0:0: [sdb] Attached SCSI removable disk
anyone have a trick to put on kernel config?
Offline
Does it not have an SD or any kind of external card? Because if it does, that would probably be the prefered method of data transfer.
Offline
Yes the camera have a slot for sd memory, and if is inserted on slitaz view the content of sdcard
but the same operation on windows view two memory, the sdcard, and the internal memory.
Slitaz (or more kernel linux ) not access at internal memory, strange problem for me... :-/
any ideas?
Offline
Yeah I solved, probability to request is an a singular case
but anyway this is the voice interested on config file of kernel
CONFIG_SCSI_MOD=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=y
CONFIG_SCSI_PROC_FS=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_LOWLEVEL=y
CONFIG_SCSI_AIC7XXX=m
CONFIG_SCSI_DH=y
and this is the kernel messages at plug
usb 3-2: new full speed USB device using uhci_hcd and address 2
scsi4 : usb-storage 3-2:1.0
scsi 4:0:0:0: Direct-Access 5MP-CARD 1.00 PQ: 0 ANSI: 0 CCS
scsi 4:0:0:1: Direct-Access 5MP-CAMERA 1.00 PQ: 0 ANSI: 0 CCS
sd 4:0:0:0: Attached scsi generic sg1 type 0
sd 4:0:0:0: [sdb] Attached SCSI removable disk
sd 4:0:0:1: Attached scsi generic sg2 type 0
sd 4:0:0:1: [sdc] 27073 512-byte logical blocks: (13.8 MB/13.2 MiB)
sd 4:0:0:1: [sdc] Write Protect is off
sd 4:0:0:1: [sdc] Mode Sense: 00 00 00 00
sd 4:0:0:1: [sdc] Assuming drive cache: write through
sd 4:0:0:1: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 4:0:0:1: [sdc] Assuming drive cache: write through
sd 4:0:0:1: [sdc] Attached SCSI disk
normal mounted on pcmfm... solved :-)
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]