LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-28-2008, 09:56 AM   #1
liou
LQ Newbie
 
Registered: Nov 2003
Location: Taiwan
Posts: 10

Rep: Reputation: 0
Question Can't mount Olympus digital camera on USB


Hi!

I tried to mount my Olympus U760 digital camera connected to an USB port on my Chaintech portable desktop computer but this device is not recognized.

Helps will be greatly appreciated.

TIA

CN
----------------
#mount -t vfat /dev/sda1 /mnt
mount: /dev/sda1 is not a valid block device
#mount -t vfat /dev/sdb1 /mnt
mount: /dev/sdb1 is not a valid block device
#fdisk -l /dev/sda

#fdisk -l /dev/sdb

#ls -l /dev/sd[ab]*
brw-rw---- 1 root disk 8, 0 2008-03-27 21:11 /dev/sda
brw-rw---- 1 root disk 8, 1 2008-03-27 21:11 /dev/sda1
brw-rw---- 1 root disk 8, 10 2008-03-27 21:11 /dev/sda10
brw-rw---- 1 root disk 8, 11 2008-03-27 21:11 /dev/sda11
brw-rw---- 1 root disk 8, 12 2008-03-27 21:11 /dev/sda12
brw-rw---- 1 root disk 8, 13 2008-03-27 21:11 /dev/sda13
brw-rw---- 1 root disk 8, 14 2008-03-27 21:11 /dev/sda14
brw-rw---- 1 root disk 8, 15 2008-03-27 21:11 /dev/sda15
brw-rw---- 1 root disk 8, 2 2008-03-27 21:11 /dev/sda2
brw-rw---- 1 root disk 8, 3 2008-03-27 21:11 /dev/sda3
brw-rw---- 1 root disk 8, 4 2008-03-27 21:11 /dev/sda4
brw-rw---- 1 root disk 8, 5 2008-03-27 21:11 /dev/sda5
brw-rw---- 1 root disk 8, 6 2008-03-27 21:11 /dev/sda6
brw-rw---- 1 root disk 8, 7 2008-03-27 21:11 /dev/sda7
brw-rw---- 1 root disk 8, 8 2008-03-27 21:11 /dev/sda8
brw-rw---- 1 root disk 8, 9 2008-03-27 21:11 /dev/sda9
brw-rw---- 1 root disk 8, 16 2008-03-27 21:53 /dev/sdb
brw-rw---- 1 root disk 8, 17 2008-03-27 21:53 /dev/sdb1
brw-rw---- 1 root disk 8, 26 2008-03-27 21:53 /dev/sdb10
brw-rw---- 1 root disk 8, 27 2008-03-27 21:53 /dev/sdb11
brw-rw---- 1 root disk 8, 28 2008-03-27 21:53 /dev/sdb12
brw-rw---- 1 root disk 8, 29 2008-03-27 21:53 /dev/sdb13
brw-rw---- 1 root disk 8, 30 2008-03-27 21:53 /dev/sdb14
brw-rw---- 1 root disk 8, 31 2008-03-27 21:53 /dev/sdb15
brw-rw---- 1 root disk 8, 18 2008-03-27 21:53 /dev/sdb2
brw-rw---- 1 root disk 8, 19 2008-03-27 21:53 /dev/sdb3
brw-rw---- 1 root disk 8, 20 2008-03-27 21:53 /dev/sdb4
brw-rw---- 1 root disk 8, 21 2008-03-27 21:53 /dev/sdb5
brw-rw---- 1 root disk 8, 22 2008-03-27 21:53 /dev/sdb6
brw-rw---- 1 root disk 8, 23 2008-03-27 21:53 /dev/sdb7
brw-rw---- 1 root disk 8, 24 2008-03-27 21:53 /dev/sdb8
brw-rw---- 1 root disk 8, 25 2008-03-27 21:53 /dev/sdb9

----------------
#dmesg
Linux version 2.6.15.7 (root@athlon) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #4 PREEMPT Mon Mar 24 11:28:05 CST 2008
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Vendor: CBOX3 Model: USB Storage-SMC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 00
Vendor: CBOX3 Model: USB Storage-CFC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 00
Vendor: CBOX3 Model: USB Storage-MMC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 00
Vendor: CBOX3 Model: USB Storage-MSC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 00

####BEGIN: messages printed after the camera is connected to an USB port and "PC" is selected.
usb-storage: device scan complete
usb 2-1: new full speed USB device using ohci_hcd and address 3
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
Vendor: OLYMPUS Model: u760,S760 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
usb-storage: device scan complete
####END: messages printed after the camera is connected to an USB port and "PC" is selected.

----------------
#cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: CBOX3 Model: USB Storage-SMC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 01
Vendor: CBOX3 Model: USB Storage-CFC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 02
Vendor: CBOX3 Model: USB Storage-MMC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 03
Vendor: CBOX3 Model: USB Storage-MSC Rev: 300A
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: OLYMPUS Model: u760,S760 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
-----------------------
#lsmod
Module Size Used by
vfat 9472 0
fat 39964 1 vfat
usb_storage 28420 0
scsi_mod 73960 1 usb_storage
nfsd 194820 1
lockd 50824 1 nfsd
nfs_acl 2816 1 nfsd
sunrpc 117180 3 nfsd,lockd,nfs_acl
pppoe 9408 2
pppox 2568 1 pppoe
ppp_generic 18068 6 pppoe,pppox
slhc 5376 1 ppp_generic
usbhid 24196 0
ohci_hcd 16388 0
usbcore 86096 3 usb_storage,usbhid,ohci_hcd
sis900 16128 0
mii 4224 1 sis900

-----------------------
#cat /proc/scsi/usb_storage/0
Host scsi0: usb-storage
Vendor: Generic
Product: USB Storage Device
Serial Number: 20030129104215778
Protocol: Transparent SCSI
Transport: Bulk
Quirks:
#cat /proc/scsi/usb_storage/1
Host scsi1: usb-storage
Vendor: OLYMPUS
Product: u760,S760
Serial Number: C79501017
Protocol: Transparent SCSI
Transport: Bulk
Quirks:
 
Old 03-28-2008, 10:52 AM   #2
ciden
Member
 
Registered: Dec 2006
Location: New Delhi, India
Distribution: PCLinuxOS 2010
Posts: 246
Blog Entries: 1

Rep: Reputation: 31
Is your camera set to USB mass storage mode?
 
Old 03-29-2008, 03:20 AM   #3
liou
LQ Newbie
 
Registered: Nov 2003
Location: Taiwan
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ciden View Post
Is your camera set to USB mass storage mode?
I can't find the menu for this setting. Win XP is able to download files with the present settings without any problem.
 
Old 03-30-2008, 06:22 AM   #4
ciden
Member
 
Registered: Dec 2006
Location: New Delhi, India
Distribution: PCLinuxOS 2010
Posts: 246
Blog Entries: 1

Rep: Reputation: 31
My Sony DSC W35 has several modes, one of which is USB mass storage mode.
The other modes do not work for me.

I do not have any experience of other models though.
 
Old 03-30-2008, 06:30 AM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
if it wont mount try gphoto2
 
Old 04-01-2008, 11:49 AM   #6
liou
LQ Newbie
 
Registered: Nov 2003
Location: Taiwan
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H View Post
if it wont mount try gphoto2
Code:
gphoto2 --list-ports
outputs
ptpip:
usb:

Code:
gphoto2 --auto-detect
detects nothing.
By the way, I did not mention this:
After the camera is connected to the USB port on my PC, the camera pops up 4 menu options:
Code:
PC, easy print, custom print, exit.
Then I pressed "PC" button and the camera shows "one moment" and go blank and the red indicator lights up, and modules usb_storage and scsi_mod are automatically loaded. The problem is that the /dev/sda1 is not recognized as mentioned earlier.

Now I unloaded usb_storate and renamed file usb_storage.ko to bogo.ko so it would not be automatically loaded after "PC" button is pressed. Then I pressed "PC" button and the camera kept saying "one moment", and
Code:
gphoto2 --auto-detect
lists nothing.

Olympus µ760 is not on the list of:

http://www.teaser.fr/~hfiguiere/linux/digicam.html
 
Old 04-01-2008, 12:02 PM   #7
ciden
Member
 
Registered: Dec 2006
Location: New Delhi, India
Distribution: PCLinuxOS 2010
Posts: 246
Blog Entries: 1

Rep: Reputation: 31
Do not wish to discourage you,
but why not use a flash card reader?
 
Old 04-01-2008, 12:52 PM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You ran gphoto2 as root right ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Olympus camera mount problem phenixs Linux - Hardware 3 03-27-2007 07:28 AM
Olympus D-360L Serial Digital Camera germanyzulu Linux - Hardware 4 10-28-2005 11:24 PM
9.3 and my Olympus digital camera Calgarian SUSE / openSUSE 1 04-27-2005 10:41 AM
Digital Camera - Olympus D-360L TechSonic Linux - Hardware 1 10-23-2004 08:04 PM
Unable to mount usb digital camera mad_ady Linux - General 11 09-01-2004 02:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration