101 字
1 分钟
TrueNAS 25.10 B50 VF驱动教程

https://github.com/ChanningHe/truenas-intel-gpu-dkms-ko

下载Ko文件

KOVERSION=20251010
mkdir ./kofiles
wget -O ./kofiles/xe.ko https://github.com/ChanningHe/truenas-intel-gpu-dkms-ko/raw/refs/heads/main/kofiles-${KOVERSION}/xe.ko
wget -O ./kofiles/intel_sriov_compat.ko https://github.com/ChanningHe/truenas-intel-gpu-dkms-ko/raw/refs/heads/main/kofiles-${KOVERSION}/intel_sriov_compat.ko

关闭只读

zfs set readonly=off "$(zfs list -H -o name /usr)"

复制Ko文件

mkdir -p /lib/modules/$(uname -r)/updates/dkms/
cp ./kofiles/*.ko /lib/modules/$(uname -r)/updates/dkms/

刷新所有内核依赖

depmod -a

modinfo xe | grep -i filename检查一下在/lib/modules/$(uname -r)/updates/dkms/路径下就没问题

root@truenas[~]# modinfo xe | grep -i filename
filename: /lib/modules/6.12.33-production+truenas/updates/dkms/xe.ko

重启

reboot

检查一下有renderD128就是成了

root@truenas[~]# ls /dev/dri
by-path card0 card1 renderD128
TrueNAS 25.10 B50 VF驱动教程
https://www.homelabproject.cc/posts/truenas/truenas-2510-b50-vf驱动教程/
作者
Channing He
发布于
2025-11-04
许可协议
CC BY-NC-SA 4.0