우분투 14.04에서 웹캠이 작동하지 않습니다


10

우분투 14.04 x64 (Lenovo G510, Intel i5)를 사용하고 있지만 치즈가 작동하지 않거나 스카이프가 아닙니다.

내가 한 첫 번째 일은

sudo apt-get install build-essential linux-headers-`uname -r`

그런 다음 치즈를 설치하려고했지만 sudo apt-get install cheese이것이 출력 이었으므로 이미 있다고 생각합니다.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
cheese is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 322 not upgraded.


eric@eric:~$ sudo lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

eric@eric:~$ sudo modprobe uvcvideo 아무것도 ~ 출력하지 않습니다

동일 sudo rmmod uvcvideo

eric@eric:~$ dmesg | grep uvcvideo
[91469.832413] usbcore: registered new interface driver uvcvideo
[91839.384427] usbcore: deregistering interface driver uvcvideo
[92126.932716] usbcore: registered new interface driver uvcvideo
[92166.125643] usbcore: deregistering interface driver uvcvideo

그리고 나는 치즈를 실행할 때 이것을 얻습니다.

eric@eric:~$ cheese 
** Message: cheese-application.vala:291: Error during camera setup: No device found


(cheese:31540): cheese-CRITICAL **: cheese_camera_device_get_device_node: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed

(cheese:31540): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(cheese:31540): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion 'value != NULL' failed

(cheese:31540): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed

(cheese:31540): GLib-GIO-CRITICAL **: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given

** (cheese:31540): CRITICAL **: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed

편집하다:

eric@eric:~$ lsusb -t
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
    |__ Port 8: Dev 2, If 0, Class=Vendor Specific Class, Driver=rts5139, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M

? 의 출력에서 편집 할 수 lsusb -t있습니까?
Wilf

1
@Wilf : 편집했습니다! 편집 된 질문을보십시오
user3810188

@ user3810188은 우리가 LS는 / dev / VID * $ 표시
j0h

사용자가 비디오 그룹에 속해 있습니까? useradd -G video username작동하는지 다시 확인해 보십시오 ...
Jan

라이브 시스템을 사용 해보고 응답 결과가 작동하는지 캠을 확인 하시겠습니까?
αғsнιη

답변:


1

UVC 드라이버를 설치해야한다고 생각합니다. 이 링크에서 웹캠 문제 해결에 대한 정보를 얻을 수 있습니다. 여기를 클릭하십시오


질문 끝에 현상금 설명을 읽을 수 있으므로 guvcview를 설치했습니다. 이것은 실제로 13.10에 대한 나의 웹캠 문제를 해결했지만 14.04에 대한 속임수를하지 않습니다
Raffael

어떤 버전을 설치하셨습니까? 이 체크 아웃 할 수 링크 문제가 해결되는지 확인을
Avishek 사하를

1

또한이 문제가 발생했습니다 ... 키보드를 보면서 웹캠 아이콘이있는 다기능 키가 있는지 확인하십시오 ... 내 키보드의 경우 F6 키 다기능 아이콘이 웹캠처럼 보입니다 ... 그래서 Fn 키를 누르고 있습니다 키 (보통 자주색) 및 F6 키를 사용하여 웹캠을 사용 / 사용하지 않을 수 있습니다.

우분투 14.04 이상에는 기본적으로 필요한 드라이버가 제공됩니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.