Making the F828 work with USB mass storage |
bash$ dmesg ohci_hcd 0001:01:1b.1: wakeup usb 5-1: new full speed USB device using address 5 scsi1 : SCSI emulation for USB Mass Storage devices Vendor: Sony Model: Sony DSC Rev: 5.00 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 466944 512-byte hdwr sectors (239 MB) sda: assuming Write Enabled sda: assuming drive cache: write through /dev/scsi/host1/bus0/target0/lun0: p1 Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0, type 0 USB Mass Storage device found at 5 SCSI device sda: ... ???the sda tells you to refer to /dev/sda and you probably need the partition /dev/sda1. If this can change please send me some info on what happened for you we'll put more in here :-) bash# mount /dev/sda1 /mnt/floppy/ |
Making the F828 work with gphoto2 |
bash$ gphoto2 --summary Camera summary: Model: Sony Digital Still Camera device version: 02.0000 serial number: (null) Vendor extension ID: 0x00000000 Vendor extension description: (null) gphoto2 --list-files gphoto2 --get-all-files |
This document is licensed under the GNU GPL. I'm not responsible for the content of the hyperlinks here. If you follow a link, it's your own fault not mine.
Note: I'm not responsible for any damage (software or hardware) this document could cause. Use this document on your own risk!