Webcam integrada no lenovo t410 não funciona com 12.04

5

Eu tenho um Lenovo T410 com uma webcam embutida e não consegui fazer a webcam funcionar. Eu tentei skype, queijo, ambos apenas me dão uma janela preta. O microfone funciona bem com o Skype, por sinal. Alguém pode fornecer alguma pista, por favor? A webcam está ativada na BIOS, mas não há luz indicando que a webcam esteja ligada (não tenho certeza se deveria, no entanto). Eu tentei isso no Kubuntu 11.10 e atualizei para o 12.04 com os mesmos resultados. A combinação de teclado Fn-F6 também não parece fazer nada.

EDIT: Eu tenho a webcam substituída, parece que foi um problema de hardware, porque funciona bem agora. Obrigado pessoal.

$ 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

E 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

Aqui está a saída do guvcview, menos muitas linhas descrevendo os formatos de captura disponíveis. Ele diz "não é possível começar com a configuração mínima. Por favor, reconecte sua câmera".

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.
    
por kristianp 12.05.2012 / 04:56

1 resposta

1

Tente isto:

sudo apt-get instala o guvcview

    
por Juan 22.05.2012 / 17:41