我在我的 Lenovo IdeaPad 3 Ryzen 5 5625u 中以双启动配置安装了 Ubuntu 和 Windows 11。网络适配器 RTL8852BE。
尝试更新内核,并尝试编辑 ssl 文件。它还在设置中显示蓝牙,但没有被任何设备发现,也无法发现任何设备。
这是某些 Realtek WiFi 芯片组的常见问题。您可以在这里构建自己的驱动程序:https ://github.com/HRex39/rtl8852be
首先,您需要sudo apt install linux-headers-generic gcc make git并且必须禁用安全引导才能插入未签名的内核模块。然后,来自github自述文件:
git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be
Run Code Online (Sandbox Code Playgroud)
如果您不想禁用安全启动,则必须签署自己的驱动程序 - 更多信息请参见:https://superuser.com/questions/1438279/how-to-sign-a-kernel-module-ubuntu- 18-04
| 归档时间: |
|
| 查看次数: |
4443 次 |
| 最近记录: |