联想 t410 中的集成网络摄像头不适用于 12.04

kri*_*anp 5 thinkpad lenovo webcam kubuntu 12.04

我有一台带有内置网络摄像头的 Lenovo T410,但网络摄像头无法正常工作。我试过Skype,奶酪,都只是给我一个黑色的窗口。顺便说一下,麦克风在 Skype 上运行良好。任何人都可以提供任何线索吗?网络摄像头在 bios 中已启用,但没有指示灯指示网络摄像头已打开(但不确定是否应该有)。我在 Kubuntu 11.10 上尝试过这个,并且已经升级到 12.04,结果相同。Fn-F6 键盘组合似乎也没有任何作用。

编辑:我更换了网络摄像头,看起来是硬件问题,因为它现在工作正常。谢谢你们。

$ ls /dev/v4l/*
/dev/v4l/by-id:
usb-Chicony_Electronics_Co.__Ltd._Integrated_Camera-video-index0

/dev/v4l/by-path:
pci-0000:00:1a.0-usb-0:1.6:1.0-video-index0
Run Code Online (Sandbox Code Playgroud)

和 lsusb:

$ 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:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
Bus 001 Device 004: ID 0a5c:217f Broadcom Corp. Bluetooth Controller
Bus 001 Device 005: ID 17ef:480f Lenovo Integrated Webcam [R5U877]
Bus 002 Device 003: ID 05c6:9204 Qualcomm, Inc. 
Bus 002 Device 004: ID 17ef:1003 Lenovo Integrated Smart Card Reader
Run Code Online (Sandbox Code Playgroud)

这是 guvcview 的输出,减去许多描述可用捕获格式的行。它说“无法以最低设置启动。请重新连接您的相机。”。

guvcview 1.5.3
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
video device: /dev/video0 
Init. Integrated Camera (location: usb-0000:00:1a.0-1.6)
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 
 ....
{ discrete: width = 1600, height = 1200 }
    Time interval between frame: 1/15, 
vid:17ef 
pid:480f 
driver:uvcvideo
checking format: 1196444237
libv4l2: error setting pixformat: Device or resource busy
VIDIOC_S_FORMAT - Unable to set format: Device or resource busy
Init v4L2 failed !! 
Init video returned -2
trying minimum setup ...
video device: /dev/video0 
Init. Integrated Camera (location: usb-0000:00:1a.0-1.6)
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
 ....
vid:17ef 
pid:480f 
driver:uvcvideo
checking format: 1448695129
libv4l2: error setting pixformat: Device or resource busy
VIDIOC_S_FORMAT - Unable to set format: Device or resource busy
Init v4L2 failed !! 
ERROR: Minimum Setup Failed.
 Exiting...
VIDIOC_REQBUFS - Failed to delete buffers: Invalid argument (errno 22)
cleaned allocations - 100%
Closing portaudio ...OK
Terminated.
Run Code Online (Sandbox Code Playgroud)

小智 1

尝试这个:

sudo apt-get install guvcview