jotaziz n00b

Joined: 01 May 2005 Posts: 1
|
Posted: Sun May 01, 2005 1:53 am Post subject: Labtec Webcam 961307-0914 |
|
|
Hi,
I'm trying to set a labtec webcam 961307-0914 in my gentoo 2.6.
I followed the gentoo-wiki howto but got an error I don't seem to be able to get around even with the help of past posts on the forum...
Code: | bash-2.05b# gqcam
/dev/video: No such device |
Code: | bash-2.05b# ls -al /dev/video*|more
lrwxrwxrwx 1 root root 11 Apr 30 19:59 /dev/video -> /dev/video0
crw------- 1 jota sys 81, 0 Apr 29 20:22 /dev/video0 |
I've installed the qc-usb driver, then when that didnt seem to work I read some forums and installed the usb-pwc-re that should relate to some logitec webcams... but that didn't work either so I finished up installing the spca5xx driver... still no video device...
I'm all out of ideias...
Some system information on the cam:
Code: | bash-2.05b# lsusb
Bus 002 Device 002: ID 062a:0000 Creative Labs
Bus 002 Device 001: ID 0000:0000
[b]Bus 001 Device 002: ID 046d:0929 Logitech, Inc.
Bus 001 Device 001: ID 0000:0000[/b] |
Code: | bash-2.05b# dmesg |grep usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usb 1-1: new full speed USB device using uhci_hcd and address 2
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
usb 2-2: new low speed USB device using uhci_hcd and address 2
usbcore: registered new driver usb-storage
input: USB HID v1.10 Mouse [062a:0000] on usb-0000:00:07.3-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver Philips webcam
usbcore: registered new driver quickcam
usbcore: registered new driver spca50x
/var/tmp/portage/spca5xx-20041224/work/spca5xx-20041224/drivers/usb/spca50x.c: spca5xx driver 0.55 registered |
Code: | bash-2.05b# lsmod
Module Size Used by
spca50x 269016 0
quickcam 74084 0
pwc 80436 0
v4l1_compat 14148 0
v4l2_common 5184 0
videodev 8128 3 spca50x,quickcam,pwc
(Added the same drivers to the Module section on the xorg config file...) |
Code: | bash-2.05b# caminfo
CVideoDevice::ResetImagesRGB()
CVideoDevice::ResetImagesYUV()
...
...
Detected 0 Video4Linux devices. |
Regards and thanks for any help,
JF |
|