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をrootとして実行してみましたが、同じ結果が得られました。
より完全な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
どんなアイデアがありますか?