Closed 7aitsev closed 6 years ago
I am not really sure that this is the right place to address my issue... forgot to mention: I use the latest code from the repo (master branch) and my system is running with the Linux kernel 4.4.x.
Not really. I have no idea where or what r8723au is. That is not found in any driver package that I know about.
If you want to complain about loss of speed when the MAC address is changed for rtl8xxxu, then you need to report that to the maintainer of that device. Send E-mails to linux-wireless@vger.kernel.org.
If you want to change the MAC address for this driver, you need to change it on module load with the "rtw_initmac=xx:xx:xx:xx:xx:xx" option. As far as I know, there is no code for changing it on the fly.
Thank you! The "rtw_initmac" thing is exactly what I'v been looking for a few days!
Hi!
I've been using the WiFI driver for about a year and everything has been fine. Today I had tried to change a MAC address for wlan0 but didn't succeed.
So I have this lines in my
/etc/modprobe.d/blacklist.conf
:To change MAC address, I execute this:
I've tried not only
ip
command, but alsoifconfig
andmacchanger
. Also I've edited something in/etc/udev/rules.d/70-persistent-net.rules
, but it hasn't helped me either.The thing is that if I block 8723au and add modules rtl8xxxu & r8723au, than there are no more problems with spoofing the address. But those drivers usually are able to provide me with 5-10 MB/sec. But if I change MAC address the speed becomes unusable. Every Web page loads so-o-o slo-o-w.
So you have any idea what the problem could be?