收起左侧

更新至1.1.29(内核6.18.18-trim),仍不能使用xe驱动

1
回复
94
查看
[ 复制链接 ]

18

主题

62

回帖

0

牛值

初出茅庐

社区上线纪念勋章

设备环境:物理机及pve虚拟机、局域网/公网/域名、系统1.1.29(debian 12.13,6.18.18-trim内核)

BUG现象:直插intel B580显卡、265K xe核显,无法加载驱动

出现频率:必现

联系方式:微信群“飞牛私有云 fnOS32”,昵称“叮当的喵”

一、执行zgrep -i CONFIG_DRM_XE /proc/config.gz后,显示如下,说明内核带有xe驱动

CONFIG_DRM_XE=m
CONFIG_DRM_XE_DISPLAY=y
CONFIG_DRM_XE_DP_TUNNEL=y
CONFIG_DRM_XE_GPUSVM=y
CONFIG_DRM_XE_PAGEMAP=y
CONFIG_DRM_XE_FORCE_PROBE=""

执行lsmod | grep -E "xe|i915"进行验证,输出如入

xe 3883008 0
drm_gpuvm 53248 1 xe
drm_gpusvm_helper 40960 1 xe
gpu_sched 69632 1 xe
drm_ttm_helper 16384 1 xe
drm_exec 12288 2 drm_gpuvm,xe
drm_suballoc_helper 16384 1 xe
configfs 61440 2 xe
i915 4739072 24
drm_buddy 28672 2 xe,i915
fixed_phy 16384 1 of_mdio
ttm 118784 3 drm_ttm_helper,xe,i915
i2c_algo_bit 20480 2 xe,i915
libphy 192512 6 r8169,mdio_devres,fwnode_mdio,of_mdio,realtek,fixed_phy
drm_display_helper 307200 2 xe,i915
intel_vsec 28672 3 intel_pmc_ssram_telemetry,pmt_telemetry,xe
cec 77824 3 drm_display_helper,xe,i915
video 81920 2 xe,i915

二、执行lspci -k | grep -A 3 -i "VGA|display|graphics",显示如下,说明有xe驱动,但是使用的i915驱动

00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-S [Intel Graphics] (rev 06)
DeviceName: Onboard - Video
Subsystem: Micro-Star International Co., Ltd. [MSI] Arrow Lake-S [Intel Graphics]
Kernel driver in use: i915
Kernel modules: i915, xe

三、手动卸载i915驱动,并配置内核参数屏蔽i915驱动

#sudo modprobe -r i915
#sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on iommu=pt i915.force_probe=!* xe.force_probe=*"

#echo "blacklist i915" | sudo tee /etc/modprobe.d/blacklist-i915.conf

#sudo update-grub
#sudo update-initramfs -u
#sudo reboot

四、验证。重启完成,执行lspci -k | grep -A 3 -i "VGA|display|graphics",发现使用驱动没有加载(i915、xe驱动都没有)。如下:

00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-S [Intel Graphics] (rev 06)
DeviceName: Onboard - Video
Subsystem: Micro-Star International Co., Ltd. [MSI] Arrow Lake-S [Intel Graphics]
Kernel modules: i915, xe

收藏
送赞
分享

感谢反馈!彻底卸载显卡驱动后,在重新安装最新驱动看看。

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则