我正在嘗試識別一個核心模組以使模擬視訊擷取卡在 video4linux 上工作。
lspci:
Multimedia video controller: Adaptec (formerly DPT) Device 9065
02:04.0 Class 0400: Device 1044:9065
Subsystem: Device 3344:1122
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=slow >TAbort- SERR-
名稱 -a:
Linux camhub1 3.16.7-35-default #1 SMP Sun Feb 7 17:32:21 UTC 2016 (832c776) i686 athlon i386 GNU/Linux
我該怎麼辦呢?
答案1
您的核心可能太舊,這可能不起作用,但您需要更新 video4linux 核心模組。
首先,請訪問這個維基: https://www.linuxtv.org/wiki/index.php/Hardware_device_information
https://www.linuxtv.org/downloads/
https://git.linuxtv.org/media_tree.git/about/ 若要複製主開發儲存庫,請安裝 git,然後執行:
git clone git://linuxtv.org/media_tree.git
make
make install