lwfinger / rtl8723au

Repo for RTL8723AU code before Linux Kernel commit
126 stars 46 forks source link

Driver does not work on the kernel version 4.9.6 (ArchLinux) #61

Open Genues opened 7 years ago

Genues commented 7 years ago

Hi. The driver does not work on the kernel version 4.9.6. Do not show any networks around. Standard rtl8xxxu kernel module works slow - 20-30 mbit instead of 50-60 on 8723au. Help please run driver on the new kernel. Thank you.

dima74 commented 7 years ago

Arch Linux, kernel 4.9.8 --- driver works perfectly. What did you do? Did you add lines

blacklist rtl8xxxu
blacklist r8xxxu
blacklist rtl8723au
blacklist r8723au

to /etc/modprobe.d/blacklist.conf?

lwfinger commented 7 years ago

How could I do that? No, Arch fixed something in their user-space network-management code.

dima74 commented 7 years ago

@lwfinger, excuse me, is this answer to Genues or to me?

lwfinger commented 7 years ago

To you, but I now see that you were not addressing me. To stop rtl8xxxu from loading, then "blacklist rtl8xxxu" would be needed.

Genues commented 7 years ago

@dima74 yes, i do Do you use NetworkManager? Maybe problem in this package...

lwfinger commented 7 years ago

Arch changed something in their user-space network code. I'm not sure what, but numerous people have had problems.

Genues commented 7 years ago

It's bad news. Thank you for answer.

dima74 commented 7 years ago

@Genues, I don't use NetworkManager. I use wifi-menu. Every time I want to change wifi I open console and run wifi-menu. It is very unconvient. I use wifi-menu because I could not configure NetworkManager. I tried many times (about six months ago). When I installed NetworkManager it broke something.

@lwfinger, please tell me, how do you know that?

Genues commented 7 years ago

@dima74, I use NetworkManager for quick connect to some OpenVPN servers. if I disable NetworkManager, wlp0s26u1u4i2 interface are not up. After "ifconfig wlp0s26u1u4i2 up", iwlist scan show "not result".

lwfinger commented 7 years ago

Just based on reports/complaints in issue reports like this.

Genues commented 7 years ago

netctl work perfectly!

Genues commented 7 years ago

Downgrade Networkmanager to 1.0.10 - driver work.

dima74 commented 7 years ago

It's cool. Thank you for information!

dima74 commented 7 years ago

@Genues, thank you a lot! I install NetworkManager 1.0.10 and it works! No more pain with wifi-menu.