Last weekend I got a new PC and of course installed aptosid to it. But I can't seem to get my webcam working properly. It's a Logitech Quickcam Pro 4000 which used to work on my old PC in aptosid, but doesn't on my new one, maybe it has something to do with having a 64 bits system now?
The only application where I got the webcam working without problems is guvcview. The webcam does *not* work in:
- camorama
- kopete
- amsn
- ekiga
The command line output I get when starting the above programs (or trying to access the video settings) is:
Code:
libv4l2: error turning on stream: No space left on device
VIDIOC_STREAMON error 28, No space left on device
Anyone has any clues on how to solve this?
Thank you!
Some relevant info:
Code:
dion@desktop:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 009: ID 0922:0020 Dymo-CoStar Corp.
Bus 001 Device 014: ID 059b:0370 Iomega Corp.
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 013: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000
Bus 001 Device 015: ID 046d:c505 Logitech, Inc. Cordless Mouse+Keyboard Receiver
Bus 001 Device 007: ID 04e8:328e Samsung Electronics Co., Ltd CLP-310 Color Laser Printer
Bus 002 Device 003: ID 058f:6377 Alcor Micro Corp. Multimedia Card Reader
Code:
dion@desktop:~$ lsmod | grep pwc
pwc 77112 0
videodev 63102 1 pwc
usbcore 135929 10 snd_usb_audio,snd_usbmidi_lib,usbhid,pwc,usblp,xhci_hcd,usb_storage,uas,ehci_hcd
Code:
dion@desktop:~$ lsmod | grep video
videodev 63102 1 pwc
v4l2_compat_ioctl32 6348 1 videodev
i2c_core 18292 6 videodev,radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
Code:
dion@desktop:~$ infobash -v
Host/Kernel/OS "desktop" running Linux 2.6.38-2.slh.2-aptosid-amd64 x86_64 [ aptosid 2011-01 Γῆρας - kde-full - (201102052200) ]
CPU Info 4x Intel Core i5-2500K @ clocked at [ 1900.000 MHz ]
Videocard ATI Redwood PRO [Radeon HD 5500 Series] X.Org 1.9.5 [ 1280x1024@60.0hz ]
Processes 167 | Uptime 5:23 | Memory 1074.3/3951.7MB | HDD Size 2000GB (34%used) | GLX Renderer Gallium 0.4 on AMD REDWOOD | GLX Version Yes | Client Shell | Infobash v3.35
|