Debian Jessie 64비트를 실행하는 Dell Inspiron 5547(500 시리즈)이 있습니다.
내 lsusb 출력은 다음과 같습니다
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 8087:07dc Intel Corp.
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
내 dmesg | grep 'video'
결과는 다음과 같습니다
[ 6.138288] Linux video capture interface: v2.00
[ 6.240522] usbcore: registered new interface driver uvcvideo
v4l을 설치하고 uvcvideo 모듈을 로드했지만 Cheese에서는 "장치 비디오를 찾을 수 없습니다"라고 말합니다.
업데이트 1
ls -l /dev/video*
(파일 o 디렉토리가 존재하지 않습니다).
ls: no se puede acceder a /dev/video*: No existe el fichero o el directorio
Cheese를 루트로 실행해 보았지만 동일한 결과를 얻었습니다.
더욱 완전한 dmesg 출력:
[ 5.916313] media: Linux media interface: v0.10
[ 5.949843] Linux video capture interface: v2.00
[ 6.018736] usbcore: registered new interface driver uvcvideo
[ 6.018739] USB Video Class driver (1.1.1)
[ 6.186941] systemd-udevd[182]: starting version 215
[ 7.995104] ACPI Warning: SystemIO range 0x0000000000004040-0x000000000000405F conflicts with OpRegion 0x0000000000004040-0x000000000000404F (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-254)
[ 7.995111] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
어떤 아이디어가 있나요?