飞牛私有云论坛 fnOS

标题: Realtek RTL8852BE无线网卡驱动适配 [打印本页]

作者: floating_colon    时间: 2025-3-8 23:01
标题: Realtek RTL8852BE无线网卡驱动适配
[md]希望对Realtek RTL8852BE无线网卡驱动进行适配
[/md]
作者: 飞牛产品同学    时间: 2025-3-10 14:51
感谢反馈,这个我们评估一下
作者: Hoshino    时间: 2025-3-10 16:35
<p>rtw88都上了,rtw89不上吗,现在少小主机用的这个wifi6网卡</p>

作者: 蜗牛快跑    时间: 2025-3-19 08:44
坐等更新
作者: 张典x    时间: 2025-3-21 13:55
小主机是rtl8852BE,结果识别不了,现在插着一个usb无线网卡撑着,希望后面有更新
作者: dev    时间: 2025-3-21 17:03
同求更新
作者: 毛毛虫_R44aw    时间: 2025-3-22 22:35
我也是小主机,8852be的无法安装驱动使用WiFi6,哎,希望早点可以解决。

作者: nuvs    时间: 2025-3-22 22:50
我用的是rtl8851bu的usb网卡,用不了,坐等更新
作者: yijunhong    时间: 2025-3-29 01:20
本帖最后由 tcyy 于 2025-3-24 21:52 编辑


写一个dkms的安装方法
sudo apt install dkms debhelper dh-dkms
sudo dpkg -i dh-modaliases_0.9.6.2~0.22.04.8_all.deb
git clone https://github.com/lwfinger/rtw8852be
cd rtw8852be
dpkg-buildpackage -us -uc
sudo apt install ../rtw8852be-dkms_1.0.0_all.deb
sudo modprobe -v 8852be


dh-modaliases_0.9.6.2~0.22.04.8_all.deb需要前往dh-modaliases_0.9.6.2~0.22.04.8_all.deb Ubuntu 22.04 LTS Download自行下载

经测试,已成功安装了 8852 无线网卡驱动
作者: 南雁恋春    时间: 2025-3-30 16:43
我已经解决,ssh登录到nas执行以下命令安装驱动就可以了,你们试试看看
1. 下载驱动源码
git clone https://github.com/lwfinger/rtw8852be
cd rtw8852be

2. 编译与安装
make -j$(nproc)    # 多核编译加速
sudo make install    # 安装驱动到系统目录
sudo modprobe 8852be   # 加载内核模块

3. 验证驱动:
lsmod | grep 8852be # 查看模块是否加载
作者: 吴绍亮    时间: 2025-4-2 11:58
南雁恋春 发表于 2025-3-30 16:43
我已经解决,ssh登录到nas执行以下命令安装驱动就可以了,你们试试看看
1. 下载驱动源码
git clone https:/ ...

CC [M]  /root/rtw8852be/core/monitor/rtw_radiotap.o
make[3]: *** [scripts/Makefile.build:243: /root/rtw8852be/core/rtw_debug.o] Error 1
make[3]: *** Waiting for unfinished **s....
/root/rtw8852be/core/rtw_vht.c: In function ‘rtw_reattach_vht_ies’:
/root/rtw8852be/core/rtw_vht.c:1419:27: warning: the comparison will always evaluate as ‘true’ for the address of ‘IEs’ will never be NULL [-Waddress]
1419 |         if (pnetwork->IEs != NULL) {
      |                           ^~
In file included from /root/rtw8852be/include/drv_types.h:27,
                 from /root/rtw8852be/core/rtw_vht.c:17:
/root/rtw8852be/include/wlan_bssdef.h:249:13: note: ‘IEs’ declared here
  249 |         u8  IEs[MAX_IE_SZ];     /* (timestamp, beacon interval, and capability information) */
      |             ^~~
make[2]: *** [/usr/src/linux-headers-6.6.38-trim/Makefile:1921: /root/rtw8852be] Error 2
make[1]: *** [Makefile:234: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.6.38-trim'
make: *** [Makefile:635: modules] Error 2
root@5700G:~/rtw8852be# sudo make install
/bin/sh: 1: bc: not found
install -p -m 644 8852be.ko  /lib/modules/6.6.38-trim/kernel/drivers/net/wireless/
install: cannot stat '8852be.ko': No such file or directory
make: *** [Makefile:644: install] Error 1                                                               install -p -m 644 8852be.ko  /lib/modules/6.6.38-trim/kernel/drivers/net/wireless/
install: cannot stat '8852be.ko': No such file or directoryodules/6.6.38-trim/kernel/drivers/net/wireless/
root@5700G:~/rtw8852be#
作者: 吴绍亮    时间: 2025-4-2 11:59
yijunhong 发表于 2025-3-29 01:20
本帖最后由 tcyy 于 2025-3-24 21:52 编辑

您的教程也是出错 通不过
作者: 那个小伙儿    时间: 2025-4-3 08:39
安装驱动总报错,各种麻烦
作者: tcyy    时间: 2025-4-3 11:10
吴绍亮 发表于 2025-4-2 11:59
您的教程也是出错 通不过

什么报错
作者: 中恒x    时间: 2025-4-25 08:44
坐等更新
作者: xuemi01    时间: 2025-4-29 22:01
飞牛产品同学 发表于 2025-3-10 14:51
感谢反馈,这个我们评估一下

同样用RTL8852BE,希望官方可以早日支持,非常感谢
作者: 李云龙    时间: 2025-5-11 17:19
<p>坐等跟新,0.9.2跟新后又不行了</p>

作者: 李云龙    时间: 2025-5-11 17:21
飞牛产品同学 发表于 2025-3-10 14:51
感谢反馈,这个我们评估一下

希望可以跟进吧都属于rtw89一个大分支,自己怎么搞都不行,最近0.9.2跟新后之前的又失效了
作者: ARES蓝    时间: 2025-5-17 10:19
李云龙 发表于 2025-5-11 17:19
坐等跟新,0.9.2跟新后又不行了

我更新后也不行了,安装很简单,GITHUP下个包,传到飞牛后,WIN主机SSH连接后,安装
作者: 思折x    时间: 2025-5-18 12:13
<p>同样现在更新系统后 无法安装rtl8852be的驱动 望官方早日提供支持</p>

作者: 飞牛产品同学    时间: 2025-5-22 18:15
应用中心已上线驱动,欢迎体验
作者: 123    时间: 2025-5-25 19:02
飞牛产品同学 发表于 2025-5-22 18:15
应用中心已上线驱动,欢迎体验

这个可以
作者: hnhy123    时间: 2025-5-29 10:03
飞牛产品同学 发表于 2025-5-22 18:15
应用中心已上线驱动,欢迎体验

只能半双工吗?
作者: Heisenb_zO6G6    时间: 2025-7-12 11:21
吴绍亮 发表于 2025-4-2 11:58
CC [M]  /root/rtw8852be/core/monitor/rtw_radiotap.o
make[3]: *** [scripts/Makefile.build:243: /ro ...

sudo apt install gcc bc




欢迎光临 飞牛私有云论坛 fnOS (https://club.fnnas.com/) Powered by Discuz! X3.5