101 字
1 分钟
TrueNAS 25.10 B50 VF驱动教程
https://github.com/ChanningHe/truenas-intel-gpu-dkms-ko
下载Ko文件
KOVERSION=20251010mkdir ./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 -amodinfo xe | grep -i filename检查一下在/lib/modules/$(uname -r)/updates/dkms/路径下就没问题
root@truenas[~]# modinfo xe | grep -i filenamefilename: /lib/modules/6.12.33-production+truenas/updates/dkms/xe.ko重启
reboot检查一下有renderD128就是成了
root@truenas[~]# ls /dev/driby-path card0 card1 renderD128 TrueNAS 25.10 B50 VF驱动教程
https://www.homelabproject.cc/posts/truenas/truenas-2510-b50-vf驱动教程/