你好,
宿主机是unraid。分配给飞牛的SRIOV核显无法驱动,之前版本好好的,从新安装最新的系统发现无法驱动,通过SSH连接得到如下:
dmesg | grep -i i915
[ 1.085754] i915: unknown parameter 'module_blacklist' ignored
[ 1.086005] i915: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 1.086006] i915: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 1.086007] i915: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
[ 1.432160] xe: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 1.432161] xe: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 1.432161] xe: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
use xe.force_probe='4682' and i915.force_probe='!4682'
CONFIG_DRM_I915_FORCE_PROBE='!4682' configuration options.
[ 310.090849] i915: unknown parameter 'module_blacklist' ignored
[ 367.977034] i915: unknown parameter 'module_blacklist' ignored
[ 534.586927] i915: unknown parameter 'module_blacklist' ignored
[ 534.587201] i915: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 534.587203] i915: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 534.587203] i915: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
[ 647.777221] i915: unknown parameter 'module_blacklist' ignored
[ 647.777525] i915: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 647.777526] i915: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 647.777527] i915: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
[ 659.291697] i915: unknown parameter 'module_blacklist' ignored
[ 659.291938] i915: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 659.291939] i915: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 659.291940] i915: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
按照你的方法修改过后。
dmesg | grep -i i915
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.18.18-trim root=UUID=c52db466-3c95-46b4-9620-c6ce9e891ec9 ro modprobe.blacklist=pcspkr pcie_aspm=off quiet splash intel_iommu=on iommu=pt i915.enable_guc=3 module_blacklist=xe
[ 0.014326] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.18.18-trim root=UUID=c52db466-3c95-46b4-9620-c6ce9e891ec9 ro modprobe.blacklist=pcspkr pcie_aspm=off quiet splash intel_iommu=on iommu=pt i915.enable_guc=3 module_blacklist=xe
[ 1.379337] i915: unknown parameter 'module_blacklist' ignored
[ 1.379517] i915: You are using the i915-sriov-dkms module, a ported version of the i915/xe module with SR-IOV support.
[ 1.379517] i915: Please file any bug report at https://github.com/strongtz/i915-sriov-dkms/issues/new.
[ 1.379518] i915: Module Homepage: https://github.com/strongtz/i915-sriov-dkms
lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller
00:01.0 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:01.1 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:01.2 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:01.3 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:01.4 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:01.5 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
00:07.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:07.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:07.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:07.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Red Hat, Inc. Virtio 1.0 network device (rev 01)
02:00.0 Communication controller: Red Hat, Inc. Virtio 1.0 console (rev 01)
06:00.0 VGA compatible controller: Intel Corporation Alder Lake-S GT1 [UHD Graphics 730] (rev 0c)
麻烦给指导一下吧,谢谢了!