LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2003, 01:37 PM   #1
psx-dude
LQ Newbie
 
Registered: Mar 2003
Location: Thousand Oaks, California, USA, Earth, Solar System, Milky Way
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Canon Powershot Cameras


I'm running Slack 9.0 with Dropline Gnome and I'm wondering how do i get my pictures off my Canon Powershot S400 Digital Camera. What program provides a GUI for looking at the pictures before I download them?
 
Old 08-15-2003, 03:50 PM   #2
Zb7
Member
 
Registered: Jul 2003
Location: Cincinnati, Ohio
Distribution: Slackware 9 (current), Gentoo 1.4, Redhat shrike
Posts: 86

Rep: Reputation: 15
I'm assuming the camera connects through the usb. In that case it's pretty simple, just use


mkdir /mnt/camera

then mount the camera to the point (On my computer I do a mount /dev/sda1 /mnt/camera, but it may be different on yours)

Nautilus or Konqueror will usually show thumbnails and you can browse the pictures before copying them to a hard disk.
 
Old 08-15-2003, 03:51 PM   #3
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
Depends ... :)

If the cam is detected as a USB storage
device (many are) you can use any viewer
while the cam is connected. As for the
specific model I don't know whether it
would work with gPhoto2 or not, but other Quickshot cams are
supported.


Cheers,
Tink
 
Old 08-15-2003, 07:32 PM   #4
psx-dude
LQ Newbie
 
Registered: Mar 2003
Location: Thousand Oaks, California, USA, Earth, Solar System, Milky Way
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
mounting didn't work.
I compiled libgphoto2, gphoto2, and gtkam. they installed alright, but gtkam won't run, it says it can't find libgphoto2.so.2 but it exists in /usr/local/lib...
 
Old 08-15-2003, 09:14 PM   #5
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
OK, here is a step-by-step guide which I am providing via 100% pure recall from my not-so-good but still working memory... added to the fact that I'm now at work and couldn't confirm 100% until I return back home within a few hours.

1)Shutdown your PC.

2) Plug your camera into a USB port and power it on (camera first, then PC).

3) Log in as root

4) Run dmesg | grep "usb"

5) This step depends on (1), find something resembling cameras or USB storage devices. Take note of the device location, usually it'll be /dev/sdaX where X is a number.

6) Make a mount point for your camera, eg. mkdir /mnt/camera

7) Edit your /etc/fstab file and add this line:
Code:
/dev/sdaX    /mnt/camera         vfat       noauto,user,ro 0 0
8) Logoff root and login as normal user.

9) try to mount the camera by typing mount /mnt/camera

10) Browse the camera by using Konqueror or your favourite picture viewer/file browser by pointing it to /mnt/camera

If you still can't get it working, please tell me at which particular step did it fail.

To gurus: I know a reboot is not necessary, but this is to make sure that psx-dude's camera gets detected from the start. Thanks!
 
Old 08-19-2003, 12:30 AM   #6
Tenover
Member
 
Registered: Mar 2003
Posts: 123

Rep: Reputation: 15
I need your help....I have a Canon S230, which IS listed in the built in Digital Camera Tool, yet when I try and "detect " it, or put the model in manually, it says there's no camera...I did what you said in the above post, and here's what I get...

[root@66-74-230-47 sdrew]# dmesg | grep "usb"
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: $Revision: 1.275 $ time 17:59:01 Mar 13 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xff80, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: USB UHCI at I/O 0xff60, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
usb-uhci.c: USB UHCI at I/O 0xff40, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
usb.c: USB device 2 (vend/prod 0x4a9/0x3070) is not claimed by any active driver.

Any ideas? Thanks much in advance.
 
Old 08-19-2003, 04:32 AM   #7
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
Try steps 5 to 7 by replacing /dev/sdaX with /dev/sda1

You must also have kernel support for USB Mass Storage Device either as a module or built in, I compiled my kernel with this support built in, so I don't know the module name that u need to load.
 
Old 08-19-2003, 08:55 AM   #8
Tenover
Member
 
Registered: Mar 2003
Posts: 123

Rep: Reputation: 15
Thanks. Already tried that. I put a USB pocket hard drive in the same USB slot and bam!, works great. the camera however, can't be seen.
 
Old 08-19-2003, 09:40 AM   #9
GOBY
Member
 
Registered: Feb 2003
Location: Austin TX
Distribution: ArchLinux
Posts: 67

Rep: Reputation: 15
Canons are very proprietary and generally don't show up as usb storage devices.. you will probably not get yours to mount as an external usb drive. Gphoto2 has some drivers for canons, but I have found it much easier to just use a flash card reader.. see this rigamarole for how I get the pictures out of my canon. It's also neat to use the card as a portable drive
 
Old 08-19-2003, 12:18 PM   #10
tipaul
Member
 
Registered: Apr 2003
Location: Laval, Quebec, Canada
Distribution: Ubuntu
Posts: 121

Rep: Reputation: 15
Canon S200

I'm using a Canon S200 but I always use a USB FlashCard Reader... Works 100% from my Slackware 9.0 system!!!

I've used my Camera with GTKam and GPhoto2.1 last year on another distro (RedHat I think)... Worked fine but I prefer the CF Reader method... Better control, faster, etc...
 
Old 08-20-2003, 06:26 AM   #11
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
http://wintersun.org/linux/ixus.html
http://www.gphoto.org/

 
Old 08-20-2003, 01:42 PM   #12
Tenover
Member
 
Registered: Mar 2003
Posts: 123

Rep: Reputation: 15
Azmeen-
Thanks VERY much....That first link worked perfectly. I don't understand why I can now access the camera and photos using gphoto2 in a terminal, but not through the GUI.....there's got to be a way.

-Scott
 
Old 08-20-2003, 07:43 PM   #13
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
I don't use gphoto myself, but there should be a GUI frontend of it called gtkam. It's a GTK2 app, so you need to install the GTK2 package from the Slack CD or download it from a mirror.
 
Old 08-28-2003, 02:07 AM   #14
freychef
Member
 
Registered: May 2003
Location: Montreal
Distribution: Slack, Libranet
Posts: 92

Rep: Reputation: 15
Hey Azmeen,

I just used your instructions (post #5) to get my new Olympus up and running. Thanks. Totally awsome!
 
Old 08-28-2003, 09:28 AM   #15
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
Quote:
Originally posted by freychef
Hey Azmeen,

I just used your instructions (post #5) to get my new Olympus up and running. Thanks. Totally awsome!
Good for you freychef! Now you can teach others as well

Cheers!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Canon PowerShot A400 - does anyone use it? ditch* Linux - General 7 03-31-2006 09:41 PM
How to get my Canon powershot working woopud Slackware 6 10-01-2005 12:41 AM
Canon Powershot 195 FriedLice MEPIS 2 05-29-2005 09:28 PM
Canon Powershot G5 - corruption? beebop Linux - Hardware 1 10-23-2004 02:15 PM
Canon PowerShot S50 oskar_27de Linux - Hardware 0 11-03-2003 04:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:57 PM.

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