LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-06-2004, 03:22 PM   #1
kimchee411
Member
 
Registered: Sep 2004
Posts: 30

Rep: Reputation: 15
Mounting digicam


I can't figure out what device my digicam is. When I plug it in and turn it on and type dmesg I get

usb 3-2: new USB full speed device using address 8

Additionally, /proc/bus/usb/devices has the following entry:

T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 8 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS=32 #Cfgs= 1
P: Vendor=04a9 ProdID=304f Rev= 0.01
S: Manufacturer=Canon Inc.
S: Product=PowerShot A10
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 64 Ivl=96ms

So it seems that the camera is being detected, but I can't mount it as /dev/sda1 or /dev/sd## for that matter. I tried several devices under /dev/usb/ also.

I have a Canon Powershot A10, using Fedora Core 2
 
Old 10-06-2004, 03:50 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
What output do you get from
lsmod
?


Cheers,
Tink
 
Old 10-06-2004, 04:12 PM   #3
MartinN
Member
 
Registered: Nov 2003
Location: Ronneby, Sweden
Posts: 555

Rep: Reputation: 30
I'm not sure it is an USB storage device. Try accessing it with the "Digital Camera Tool" instead.

Martin
 
Old 10-06-2004, 05:52 PM   #4
kimchee411
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Tinkster
What output do you get from
lsmod
?


Cheers,
Tink
Module Size Used by
snd_pcm_oss 40740 0
sd_mod 16384 0
vfat 10496 0
fat 33472 1 vfat
snd_mixer_oss 13824 3 snd_pcm_oss
snd_intel8x0 26280 4
snd_ac97_codec 50436 1 snd_intel8x0
snd_pcm 68872 2 snd_pcm_oss,snd_intel8x0
snd_timer 17156 1 snd_pcm
snd_page_alloc 7940 2 snd_intel8x0,snd_pcm
gameport 3328 1 snd_intel8x0
snd_mpu401_uart 4864 1 snd_intel8x0
snd_rawmidi 17184 1 snd_mpu401_uart
snd_seq_device 6152 1 snd_rawmidi
snd 38372 13 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi, snd_seq_device
soundcore 6112 3 snd
nls_utf8 1536 2
ntfs 81516 2
ipv6 184288 48
parport_pc 19392 1
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
forcedeth 10624 0
ipt_REJECT 4736 1
ipt_state 1536 6
ip_conntrack 24968 1 ipt_state
iptable_filter 2048 1
ip_tables 13440 3 ipt_REJECT,ipt_state,iptable_filter
floppy 47440 0
sg 27552 0
scsi_mod 91344 2 sd_mod,sg
joydev 6976 0
usblp 9476 0
dm_mod 33184 0
ohci_hcd 14748 0
ehci_hcd 21896 0
button 4504 0
battery 6924 0
asus_acpi 8472 0
ac 3340 0
ext3 102376 2
jbd 40216 1 ext3

What does this mean?
 
Old 10-06-2004, 05:57 PM   #5
kimchee411
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
Ah, I was successfully able to grab files using "Digital Camera Tool." Guess it automounts.

It would be nice to know how to figure out what device it's mounted as though... just as general linux knowledge, and for when I switch to a different distro...

Thanks!
 
Old 10-06-2004, 06:15 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by kimchee411
Module Size Used by
snd_pcm_oss 40740 0
sd_mod 16384 0
vfat 10496 0
fat 33472 1 vfat
snd_mixer_oss 13824 3 snd_pcm_oss
snd_intel8x0 26280 4
snd_ac97_codec 50436 1 snd_intel8x0
snd_pcm 68872 2 snd_pcm_oss,snd_intel8x0
snd_timer 17156 1 snd_pcm
snd_page_alloc 7940 2 snd_intel8x0,snd_pcm
gameport 3328 1 snd_intel8x0
snd_mpu401_uart 4864 1 snd_intel8x0
snd_rawmidi 17184 1 snd_mpu401_uart
snd_seq_device 6152 1 snd_rawmidi
snd 38372 13 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi, snd_seq_device
soundcore 6112 3 snd
nls_utf8 1536 2
ntfs 81516 2
ipv6 184288 48
parport_pc 19392 1
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
forcedeth 10624 0
ipt_REJECT 4736 1
ipt_state 1536 6
ip_conntrack 24968 1 ipt_state
iptable_filter 2048 1
ip_tables 13440 3 ipt_REJECT,ipt_state,iptable_filter
floppy 47440 0
sg 27552 0
scsi_mod 91344 2 sd_mod,sg
joydev 6976 0
usblp 9476 0
dm_mod 33184 0
ohci_hcd 14748 0
ehci_hcd 21896 0
button 4504 0
battery 6924 0
asus_acpi 8472 0
ac 3340 0
ext3 102376 2
jbd 40216 1 ext3

What does this mean?
Those are your loaded modules, I was curious whether the
Cam is a sotrage device or not, but since there's no usb-storage
module loaded I guess it isn't ...

If it were, and had been detected automagically, you could
see the device in either "cat /proc/scsi/scsi" or when you do
"fdisk -l" (as root).


Cheers,
Tink
 
  


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
Digicam and tools jaakkop Linux - Software 2 03-09-2005 11:50 AM
Problems mounting digicam kodak dx6340 xindL23 Linux - Hardware 4 10-02-2004 09:43 AM
Automounting my Digicam DrD Linux - Newbie 5 02-14-2004 09:24 AM
How to sync digicam xcarder Linux - Newbie 1 01-17-2004 09:23 AM
Digicam tip saavik Linux - Hardware 2 06-29-2003 04:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:40 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