First of all, I had to install drivers for Realtek RTL8723DU from https://github.com/lwfinger/rtl8723du.git. After that, I saw the wifi device both in rfkill and NetworkManager. It is not blocked according to rfkill. In NetworkManager, I see my wifi. When I choose it, it asks for password. I fill in the password, it is connecting and then it asks for password again and again and again until I press storno.
This device has no port for network cable, so I can install packages only by carrying the source using flash disc and installing them there.
I tried rebooting the router - no effect.
I tried writing [device] wifi.scan-rand-mac-address=no
to /etc/NetworkManager/NetworkManager.conf
- no effect.
I tried this - no effect.
I tried rebooting, restarting NetworkManager - no effect.
Once I read that this issue can be solved by installing wicd. I have no chance to install an AUR package because I can’t connect to internet. I downloaded and installed (hopefully) all dependencies. I tried compiling from source. I tried the newest version, older version, wicd-patched, I wasn’t able to compile any of them because of syntax errors.
EDIT: I noticed that python
stands for python3
and not for python2
so I had to change it. After I did the change, I finally managed to install wicd
but it doesn’t do anything. If I run it by sudo wicd --no-daemon
, it writes Starting automatic reconnect process
4 times and then it writes Throttling autoconnect
until I close it.
EDIT 2: I managed to open the wicd gui. When I chose the network, filled in password and pressed connect, it didn’t connect and threw this message to terminal:
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/home/ok1asw/Stažené/d1/dbus-python-1.2.16/build/lib.linux-x86_64-2.7/dbus/connection.py", line 232, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/share/wicd/gtk/gui.py", line 281, in handle_connection_results
error(self.window, language[results], block=False)
KeyError: dbus.String(u'bad_pass')
I also tried to make the router accessible without password for a short time. That didn’t help either.
any idea?