最近在调试rtl8723bs模块,大伙是用哪里的驱动?我用了staging里面的驱动,但是monitor模式无法开起来,各位大神有没有支持monitor的驱动共享下?
离线
是配网模式吗?
离线
是的,想用airkiss来配网,ubuntu下是进入monitor模式是可以配的
是配网模式吗?
离线
https://forum.armbian.com/topic/5769-monitor-mode-on-tinkerboard-r8723bs/
I saw that there were several projects geared at a proper driver for the chip like https://github.com/hadess/rtl8723bs
That is the driver that made it into mainline (4.12+). The legacy kernel is a different driver.
根据上面的讨论, 我估计上面的github链接估计是可以的, 但是那个看起来是根据官方驱动修改的, 而且还得和指定内核版本匹配才行.
离线
嗯,看了下github,主线的驱动应该是从rtl官方的改过去的,原版驱动很多功能他们认为多余的都删掉了。正如armbian上说的,用iw工具其实是可以查询到驱动是支持monitor模式的,但是实际使用才报的不支持。照理8723用的是softmac方式,肯定是能够监听数据的,有可能主线驱动删改的时候没考虑到、我先比较下官方的驱动看看。谢谢晕哥。
https://forum.armbian.com/topic/5769-monitor-mode-on-tinkerboard-r8723bs/
I saw that there were several projects geared at a proper driver for the chip like https://github.com/hadess/rtl8723bs
That is the driver that made it into mainline (4.12+). The legacy kernel is a different driver.
根据上面的讨论, 我估计上面的github链接估计是可以的, 但是那个看起来是根据官方驱动修改的, 而且还得和指定内核版本匹配才行.
离线
大神,有没有搞定这个monitor模式啊,小白盼着你的好消息呢!
嗯,看了下github,主线的驱动应该是从rtl官方的改过去的,原版驱动很多功能他们认为多余的都删掉了。正如armbian上说的,用iw工具其实是可以查询到驱动是支持monitor模式的,但是实际使用才报的不支持。照理8723用的是softmac方式,肯定是能够监听数据的,有可能主线驱动删改的时候没考虑到、我先比较下官方的驱动看看。谢谢晕哥。
晕哥 说:https://forum.armbian.com/topic/5769-monitor-mode-on-tinkerboard-r8723bs/
I saw that there were several projects geared at a proper driver for the chip like https://github.com/hadess/rtl8723bs
That is the driver that made it into mainline (4.12+). The legacy kernel is a different driver.
根据上面的讨论, 我估计上面的github链接估计是可以的, 但是那个看起来是根据官方驱动修改的, 而且还得和指定内核版本匹配才行.
离线
混杂模式是连接了AP,还能处于监听模式接收数据,发送数据?但是是以无线模式发送还是有线模式呢?正常连接ap后我用pcap库注入数据,会提示进入混杂模式,也有数据通过rtw_dump_xframe函数传到USB那边,可是无线没有输出……
最近编辑记录 whyabc666 (2021-02-02 13:46:50)
离线