
我嘗試使用英特爾嵌入式 HD 4400 顯示卡。據我所知,需要載入 i915 核心模組(並且核心模組載入器也嘗試載入它)但沒有成功,因為它依賴 intel_agp 模組。
root@Laptop:/# lsmod | grep -i intel_
root@Laptop:/# modprobe intel_agp
root@Laptop:/# lsmod | grep -i intel_
當我嘗試加載模組時,沒有錯誤訊息,但模組未加載。
比我搜尋內核模組檔:
find /lib/modules/3.2.0-4-amd64 | grep -i intel_agp
(no result)
但它並不存在。我怎麼才能得到這個模組?
在大多數驅動程式主題中,lsmod 的輸出表示該模組已載入。