RTL8188FU 驱动程序因缺少内核树模块而无法安装?

问题描述 投票:0回答:1

我对 Arch Linux 比较陌生。

所以我已经处理这个问题很长时间了。我得到了这款新的 RTL8188FTV 无线 USB 网络适配器,并尝试使用 Paru AUR 助手为其安装驱动程序。安装似乎失败了,因为它最后抛出了这个错误:

==> ERROR: Missing 5.15.70-1-lts kernel modules tree for module 8188fu/r112.89d7288.

我可以确认无线适配器功能正常,因为它可以在 Windows 上运行
软件包名称:8188fu-kelebek333-dkms-git

有没有办法安装这个“内核模块树”以便我可以完成安装? 谢谢!

编辑:返回更多错误

Building module:
Cleaning build area...
'make' all KVER=6.0.5-arch1-1.............(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.0.5-arch1-1 (x86_64)
Consult /var/lib/dkms/8188fu/r113.f5df53d/build/make.log for more information.
error: command failed to execute correctly
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> dkms install --no-depmod 8188fu/r113.f5df53d -k 6.0.5-arch1-1
Error! Bad return status for module build on kernel: 6.0.5-arch1-1 (x86_64)
Consult /var/lib/dkms/8188fu/r113.f5df53d/build/make.log for more information.
==> WARNING: `dkms install --no-depmod 8188fu/r113.f5df53d -k 6.0.5-arch1-1' exited 10
==> ERROR: Missing 5.15.75-1-lts kernel modules tree for module 8188fu/r113.f5df53d.
(3/3) Performing snapper post snapshots for the following configurations...

命令

echo 'alias usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin* rtl8188fu' | sudo tee /etc/modprobe.d/r8188eu-blacklist.conf

似乎没有多大作用。 安装仍然失败。

driver archlinux
1个回答
0
投票

您的内核为 5.15,因此您必须重新列出 rl8188eu 驱动程序。你可以用这个命令来做到这一点

echo 'alias usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin* rtl8188fu' | sudo tee /etc/modprobe.d/r8188eu-blacklist.conf

代码取自与 aur 包相同的存储库 https://github.com/kelebek333/rtl8188fu

© www.soinside.com 2019 - 2024. All rights reserved.