My wifi connection doesnt work properly; it stays connected only for around 5 minutes after I turn on the PC. I'm using Ubuntu 16.04.
I've tried
sudo service network-manager restart
which makes no difference
Same with
killall nm-applet && nm-applet &
After that I tried
sudo gedit /etc/pm/config.d/config
where I insert this string
SUSPEND_MODULES = "drivername logicalchipname"
But since I don't have permission to modify that file I tried to use chmod
on it, which led to A problem that was solved but left me still in the same situation.
$ lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8821AE 802.11ac PCIe Wireless Network Adapter [10ec:8821]
Subsystem: XAVi Technologies Corp. RTL8821AE 802.11ac PCIe Wireless Network Adapter [1b9a:2482]
Kernel driver in use: rtl8821ae
Kernel modules: rtl8821ae
0: hci0: Bluetooth Soft blocked: yes Hard blocked: no
1: phy0: Wireless LAN Soft blocked: no Hard blocked: no
What do you suggest I do?
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Jul 25 '17 at 22:00