Open sargyrop opened 5 years ago
I'm not sure if the problem with the password is related to a NetworkManager bug.
Thease read https://github.com/Mange/rtl8192eu-linux-driver/issues/46#issuecomment-325977795
And check also issue #57
The wifi.scan-rand-mac-address=no line is already there. Also, the rtl8xxxu driver is already blacklisted.
Can you please test this branch? https://github.com/CGarces/rtl8192eu-linux-driver/tree/realtek-5.x.x
The Makefile does not have an CONFIG_PLATFORM_ARM_AARCH64 = y
entry. Shall I edit it manually?
Using the above entry CONFIG_PLATFORM_ARM_AARCH64 = y
the problem is still there.
However, in dmesg
, now I see the following:
RTL871X: module init start
[ 2.484791] RTL871X: rtl8192eu v4.4.1_17696.20160509_BTCOEX20160412-0042
[ 2.484794] RTL871X: build time: Nov 14 2019 10:15:58
[ 2.484796] RTL871X: rtl8192eu BT-Coex version = BTCOEX20160412-0042
[ 2.679486] RTL871X: hal_com_config_channel_plan chplan:0x21
[ 2.684468] RTL871X: Wrong rate section: (CCK,2T)
...
RTL871X: Wrong rate section: (CCK,2T)
[ 2.684468] RTL871X: Wrong rate section: (CCK,2T)
...
[ 2.684681] RTL871X: duplicate tx power limit combination [band 2.4G][regulation FCC][bw 20M][rate section HT][rf path 2T][chnl 01]
[ 2.684684] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 01]
Try to reeboot? https://forum.manjaro.org/t/solved-cant-connect-to-any-wifi-network-using-rtl8192eu-dlink-dwa-131/92023/26
I'm not sure if I should merge the 5.x.x branch, I don't now if it will cause more problems than solutions.
The reboot did not help. I also tried connecting to an open WiFi to make sure the password-check part is not the problem here. Same result, no connection to open WiFi SSID.
On Thu, 14 Nov 2019 at 16:24, Carlos Garcés notifications@github.com wrote:
Try to reeboot?
I'm not sure if I should merge the 5.x.x branch, I don't now if it will cause more problems than solutions.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Mange/rtl8192eu-linux-driver/issues/147?email_source=notifications&email_token=ABI7H4IUKCAHEO6XLJBOND3QTVNRLA5CNFSM4JJUZ2E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEB76OQ#issuecomment-553910074, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABI7H4PFRDVRZRTFHGWR3DDQTVNRLANCNFSM4JJUZ2EQ .
I am trying to install the TP-Link WN-823N v2 usb dongle (Bus 001 Device 005: ID 2357:0109 from lsusb) in NVIDIA Jetson Nano (stock image, Ubuntu 18.04.3 LTS). I have followed the instructions in the README. The wireless networks appear correctly but I cannot connect: it keeps asking for the password (even though it is 100% correct).
Also, using
nmcli dev wifi
I see that the signal strength is 94% and the rate is 2Mbit/s.Some debugging output: