最近在调试rtl8723bs模块,大伙是用哪里的驱动?我用了staging里面的驱动,但是monitor模式无法开起来,各位大神有没有支持monitor的驱动共享下?
离线
是的,想用airkiss来配网,ubuntu下是进入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链接估计是可以的, 但是那个看起来是根据官方驱动修改的, 而且还得和指定内核版本匹配才行.
离线