Results 1 to 3 of 3
i have a webcam/camera with removable storage
it is a Logitech Clicksmart 510 and i got some pics on it i want to send to my friends
i do tail ...
- 07-22-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- look out your window
- Posts
- 72
USB webcam/camera troubles
i have a webcam/camera with removable storage
it is a Logitech Clicksmart 510 and i got some pics on it i want to send to my friends
i do tail -f /var/log/messages and then i plug it in, i get:
Jul 22 14:26:09 localhost kernel: ohci_hcd 0001:10:18.0: wakeup
Jul 22 14:26:10 localhost kernel: usb 1-1: new full speed USB device using address 6
Jul 22 14:26:10 localhost kernel: usb 1-1: new full speed USB device using address 7
what do i do?
my fstab is this
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/sda1 /mnt/usb vfat noauto,user 0 0
im lost.......
- 07-22-2005 #2
if u try (as root)
it will tell you what partitions are connected to your computer, hopefully including the webcam.Code:fdisk -l
If not, you will need the driver."I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 08-27-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- look out your window
- Posts
- 72
i've got a problem with mine too.... Logitech ClickSmart 510.
/var/log/messages says:
when i disconnect it.Code:Aug 26 18:17:36 localhost kernel: usb 1-2: USB disconnect, address 5 Aug 26 18:17:41 localhost kernel: usb 1-2: new full speed USB device using address 6 Aug 26 18:17:41 localhost kernel: usb 1-2: new full speed USB device using address 7
fdisk -l shows nothing related to the webcam:
my kernel is: Linux debian 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/LinuxCode:Device Boot Start End Blocks Id System /dev/hda1 * 1 1216 9767488+ 7 HPFS/NTFS /dev/hda2 1217 4713 28089652+ 83 Linux /dev/hda3 4714 4865 1220940 5 Extended /dev/hda5 4714 4865 1220908+ 82 Linux swap / Solaris
i found a driver online....http://spca50x.sourceforge.net/spca50x.php?page=cams
tar -xvzf 'ed it
cd'ed into the dir it made and ran "make clean" and "make"
gave me this: http://pastebin.com/347288
i asked around in #spca50x on freenode.net they suggested i email the guy that started it...
i did, waiting for a reply...but, a reply here would be helpful as well....


Reply With Quote
