USB Camera

Gene Heskett gene.heskett at verizon.net
Tue Apr 3 01:18:05 UTC 2007


On Monday 02 April 2007, david walcroft wrote:
>Andy Green wrote:
>> david walcroft wrote:
>>> My usb connection to FC6 is not being detected automatically,
>>> What do I do to check where my problem is.
>>
>> First job if nothing is happening is to find out the USB ID of your
>> camera and google on it with "Linux" in the search.
>>
>> If you do
>>
>> tail -f /var/log/messages
>>
>> and plug the camera in, look for something with the USB vendor:product
>> ID in hex, eg, 0ABC:1234 mentioned.
>>
>> Some webcams are supported by Fedora but most need an out-of-tree
>> driver.
>>
>> -Andy
>
>It seems the camera is detected but what device is used to connect to
>KDE graphics [Picasa etc] and to bring it up automaticaly.
>
>[david at reddwarf ~]$ sudo tail -f /var/log/messages
>
>Apr  3 09:16:59 reddwarf kernel: usb 1-1: new full speed USB device
>using ohci_hcd and address 6
>Apr  3 09:16:59 reddwarf kernel: usb 1-1: configuration #1 chosen from 1
>choice
>Apr  3 09:16:59 reddwarf kernel: scsi3 : SCSI emulation for USB Mass
>Storage devices
>Apr  3 09:17:04 reddwarf kernel: scsi 3:0:0:0: Direct-Access
>FUJIFILM USB-DRIVEUNIT    1.00 PQ: 0 ANSI: 0 CCS
>Apr  3 09:17:04 reddwarf kernel: sd 3:0:0:0: Attached scsi removable
>disk sda
>Apr  3 09:17:04 reddwarf kernel: sd 3:0:0:0: Attached scsi generic sg0
>type 0
>
>   Thanks  david

Your first item about the Picasa I don't know about.  But that camera is 
in all probability, a usb storage device, in other words, 

modprobe usb_storage, then
mount -t vfat /dev/sda1 /media/camera

and you should then be able to inspect the contents of the memory in the 
camera just as if it was a real msdos or similar clone fat file system.

One caveat though, if moving pictures from the camera to the computers 
hard drive, and since this is a fat system complete with the fat systems 
bugs, always start at the bottom of the listing.  If you start from the 
top, you may run into one of msdos's nastier bugs and lose all the 
pictures after the first 8 you just moved.  Been there, done that, lost 
the rest of the wedding shots, and had to format the card, which had gone 
read-only.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Wait!  You have not been prepared!
		-- Mr. Atoz, "Tomorrow is Yesterday", stardate 3113.2




More information about the fedora-list mailing list