LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-24-2004, 10:54 PM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
Weird Digital camera setup


I have gotten a Flatfoto digital camera for a present for a realative and he only has Red hat to my knowledge. I think it would be cool if I could give him the how-to instructions on how to make it work on his computer.

This camera is one made by Radio Shack ( http://www.radioshack.com/product.as...t%5Fid=16-3831 )
and I can't find any place via google to make it work. What would be the best way to make it work on Red Hat Linux 9? Any info would be much appreciated.
 
Old 12-25-2004, 08:12 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Many of these cameras can be mounted as external USB drive.
 
Old 12-25-2004, 12:26 PM   #3
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
OK is that hard to do?
 
Old 12-25-2004, 05:21 PM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally posted by SnowSurfAir
OK is that hard to do?
No. Plug your camera in. If you can see on console new device recognized as /dev/sda1 (or whatever is your first free SCSI device) then you are on half way. Now try to mount it.

mount -t vfat /dev/sda1 /mnt/camera
 
Old 12-25-2004, 07:54 PM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
Sorry, it has been a while since Ive been on linux, but what do you mean 'console'?
 
Old 12-26-2004, 08:54 AM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Terminology has never been my strong side. Had to look up in Wiki:

The console is the text output device for system administration messages. These messages come from the kernel, from the init system and from the system logger.
On modern small computers the console is usually the computer's attached monitor and keyboard.
On many older computers, the console is an RS-232 link to a terminal such as a DEC VT100. This terminal is in a locked room and is continually observed by the minicomputer's operators. Large systems from Sun, Hewlett-Packard and IBM still use serial consoles.
It is usually possible to login from the console. A login session from the console is treated by many parts of the operating system as being more trustworthy than a login session from other sources. Logging in as the root super-user from the console is the Command Line of Last Resort when faced with a misbehaving system.

You can depress Alt+Ctrl+F1 for tty1 - the console 1.
 
Old 12-26-2004, 12:23 PM   #7
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
Ah, I see, Terminology has never been my strong suite either. Well I get into console, but how do I tell where the digital camera is on my system?
 
Old 12-26-2004, 12:43 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Just plug it into USB port and see if it is recognised as SCSI device. Make sure your camera is switched on of course :-)
 
Old 12-26-2004, 12:55 PM   #9
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
OK, but how do I find out if it is? Sorry, I haven't been on linux in like 5 months.
 
Old 12-26-2004, 01:40 PM   #10
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I do not understand. Are you telling me you plugged your camera in and there was no visible response on console output?
 
Old 12-26-2004, 01:54 PM   #11
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I got it to give me output. and it says this:
Code:
Usb.c: USB device 2 (vend/prod 0xdca/0x29) is not claimed by any active driver
Is that what it is supposed to say? Or is it supposed to say something else?
 
Old 12-26-2004, 02:39 PM   #12
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Not good. Maybe your kernel has no SCSI support or maybe your camera cannot mounted this way. I've heard there is s/w for handling cameras available as rpm package. Do not know details though. You better start new thread.
 
Old 12-26-2004, 06:25 PM   #13
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
Well I have had a USB mouse, and I never had this error. Does that mean for sure that it cannot be mounted as a USB mass storage device?

What exactlty do I need to make it work? Or what should I call the thread.

Last edited by SnowSurfAir; 12-26-2004 at 06:28 PM.
 
Old 12-26-2004, 06:41 PM   #14
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Your system has to have hotplug support and SCSI support for this to work. Most newer distros-kernels have all this enabled by default. I can mount my camera this way, never investigated it in depth. Thus, cannot answer anything for sure. Search LinuxQuestions hardware forum. I think I saw the software mentioned there.
 
  


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
Digital Camera Help? cereal83 Linux - Hardware 1 01-19-2005 12:25 AM
digital camera to cd poof! Linux - Software 3 11-07-2004 08:00 PM
digital camera andrewlkho Linux - Hardware 1 08-05-2003 01:48 PM
What digital camera ? phoeniXflame General 12 04-30-2003 03:22 PM
what digital camera do i get? skeletal29 Linux - Hardware 6 10-09-2002 09:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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