The 'Airplane Mode' key on my laptop is not working in ubuntu since I have dual booted my laptop on windows and Ubuntu. Wifi hardware is Realtek RTL8723BE. Please help.
I have the Realtek rtl8723be driver on my HP-Pavillion Notebook.
While installing Ubuntu 18.04 LTS through plug-n-play option, I tried the following commands before actual installation:
sudo modprobe -r rtl8723be
sudo modprobe rtl8723be ant_sel=2
and the wifi was working just fine.
But after installation alongside Windows 10, somehow the wifi stopped working properly, and now only wifi networks very close to the device appear.
I tried installing realtek software from here on GitHub as mentioned in the README. But still no progress.
I even tried changing ant_sel
parameters, then saving them to my /etc/modprobe.d/rtl8723be.conf
and then performing a cold boot. But still no progress.
I also tried installing from this branch, but I got errors.
sudo lshw -class network
*-network
description: Wireless interface
product: RTL8723BE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlo1
version: 00
serial: 70:77:81:bf:a7:b9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723be driverversion=4.15.0-36-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 ioport:5000(size=256) memory:c6100000-c6103fff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:09:00.0
logical name: eno1
version: 0a
serial: 3c:a8:2a:ba:12:6f
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8107e-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:4000(size=256) memory:c6004000-c6004fff memory:c6000000-c6003fff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20u2
serial: ea:f8:17:e8:82:30
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.6 link=yes multicast=yes
Can anyone suggest what to do now?
This question is duplicate of this question. I am running 18.04 and having same problems as that of the linked question that is my hotspot created by linux gives very slow internet speed on my mobile. The linked question did not have any answer that's why I am asking this question again. I have ethernet connection which provides 80Mbps download speed. Also hotspot created using Windows provides better speed.
Please do not downvote this question. Either ask me to delete it or edit it accordingly.
Related Information
My wireless driver is rtl8723be
Kernel Version and other things-
Linux puru-PC 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Output of iwconfig
lo no wireless extensions.
eno1 no wireless extensions.
wlo1 IEEE 802.11 Mode:Master Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Power Management:off
Output of ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.24.1.73 netmask 255.255.248.0 broadcast 172.24.7.255
inet6 fe80::5675:a79e:1107:813a prefixlen 64 scopeid 0x20<link>
ether 70:5a:0f:2a:1e:bc txqueuelen 1000 (Ethernet)
RX packets 7078311 bytes 8373543554 (8.3 GB)
RX errors 0 dropped 2981 overruns 0 frame 0
TX packets 2811337 bytes 295452598 (295.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 40240 bytes 3773824 (3.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40240 bytes 3773824 (3.7 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.42.0.1 netmask 255.255.255.0 broadcast 10.42.0.255
inet6 fe80::b278:4297:4437:1448 prefixlen 64 scopeid 0x20<link>
ether 68:14:01:66:72:fb txqueuelen 1000 (Ethernet)
RX packets 56291 bytes 35741642 (35.7 MB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 67298 bytes 88097804 (88.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Output of lspci | grep Wireless
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
I am removed all type of power saving modes by using these parameters in my /etc/modprobe.d/rtl8723be.conf
-
options rtl8723be fwlps=0 ant_sel=2 ips=0 swlps=0
I also used this command to disable powersave for wireless connections-
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
My entropy as given by cat /proc/sys/kernel/random/entropy_avail
is 3742
Output of sudo lshw -class network
*-network
description: Wireless interface
product: RTL8723BE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlo1
version: 00
serial: 68:14:01:66:72:fb
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723be driverversion=4.15.0-34-generic firmware=N/A ip=10.42.0.1 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:17 ioport:4000(size=256) memory:94100000-94103fff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: eno1
version: 0a
serial: 70:5a:0f:2a:1e:bc
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8107e-2_0.0.2 02/26/15 ip=172.24.1.73 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:16 ioport:3000(size=256) memory:94004000-94004fff memory:94000000-94003fff
Output of lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:b006 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 0408:50b0 Quanta Computer, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Output of lspci
00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940M] (rev a2)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 0a)
Output of rfkill list all
6: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
10: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Output of dmesg | grep -i firmware
[ 0.032837] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.080030] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.435586] [Firmware Bug]: Invalid critical threshold (0)
[ 2.369155] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[ 2.381629] [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[ 21.967208] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[ 22.297776] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 1380.179431] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 4132.061459] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[10383.619526] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[10423.544817] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[11441.006608] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[31225.151414] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[31567.860581] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[31587.048842] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[32189.414759] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
**Output of the difference of dmesg
before connecting to hotspot and after connecting to hotspot **
[35243.538760] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35243.549651] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[35251.991517] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35251.991704] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35252.020276] rtlwifi: -----hwsec_cam_bitmap: 0x0 entry_idx=4
[35269.022094] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35269.042912] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[35270.151052] wlo1: authenticate with 1c:5f:2b:5c:e8:68
[35270.161140] wlo1: send auth to 1c:5f:2b:5c:e8:68 (try 1/3)
[35270.166785] wlo1: authenticated
[35270.168701] wlo1: associate with 1c:5f:2b:5c:e8:68 (try 1/3)
[35270.173415] wlo1: RX AssocResp from 1c:5f:2b:5c:e8:68 (capab=0x411 status=0 aid=8)
[35270.173576] wlo1: associated
[35270.242194] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[35272.761996] wlo1: deauthenticating from 1c:5f:2b:5c:e8:68 by local choice (Reason: 3=DEAUTH_LEAVING)
[35272.828998] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35284.074902] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35284.075154] netlink: 'wpa_supplicant': attribute type 213 has an invalid length.
[35284.177442] rtlwifi: -----hwsec_cam_bitmap: 0x0 entry_idx=4
I have tried to include as much technical details as possible by looking at the details of the linked question. I will attach other information if needed. Thanks in advance.
When I installed Ubuntu for the first time I had to do some work with the terminal because my Wi-Fi reception was lower than on Windows:
echo "options rtl8723be ips=0 fwlps=0 ant_sel=1" | sudo tee /etc/modprobe.d/rtl8723be.conf
After updating Ubuntu to bionic beaver my Wi-Fi randomly stops and my browser says that I am not connected to internet. I need to turn off and on my Wi-Fi to use the network.
I searched on internet and I followed instructions in this answer. Now my pc says "no Wi-Fi adapter found"
I tried doing:
sudo apt-get install --reinstall bcmwl-kernel-source
with a reboot. And I have also tried:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
but nothing.
lshw -C
network says that my wireless net adapter is unclaimed:
*-network UNCLAIMED
description: Network controller
product: RTL8723BE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:2000(size=256) memory:91200000-91203fff
What can I do? I am fairly new with Ubuntu.
Edit:
I have tried this answer, but it says "Unable to locate package rtlwifi-new-dkms"
I am using HP Pavilion. The wifi switches off and the Airplane mode is switched ON after a suspend. It prompts me to use the Hardware Switch to disable it. But that does not work.
From what I have observed, after this happens, even if I plug in an external wifi adapter, it refuses to work! I don't believe the issue has something to do with Wifi per se, but a deeper rooted problem
This is a common issue that I have looked over in the internet. None of the solutions have worked for me. List of solutions I've tried:
/etc/init.d/network-manager restart
service network-manager restart
sudo systemctl restart network-manager.service
rfkill unblock all
sudo rfkill list
This produced:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
nmcli nm sleep false
which gave meError: argument 'nm' not understood. Try passing --help instead.
nmcli r wifi off && nmcli r wifi on
nmcli general permissions
This gave me:
PERMISSION VALUE
org.freedesktop.NetworkManager.enable-disable-network yes
org.freedesktop.NetworkManager.enable-disable-wifi yes
org.freedesktop.NetworkManager.enable-disable-wwan yes
org.freedesktop.NetworkManager.enable-disable-wimax yes
org.freedesktop.NetworkManager.sleep-wake no
org.freedesktop.NetworkManager.network-control yes
org.freedesktop.NetworkManager.wifi.share.protected yes
org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.settings.modify.system yes
org.freedesktop.NetworkManager.settings.modify.own yes
org.freedesktop.NetworkManager.settings.modify.hostname auth
org.freedesktop.NetworkManager.settings.modify.global-dns auth
org.freedesktop.NetworkManager.reload auth
org.freedesktop.NetworkManager.checkpoint-rollback auth
org.freedesktop.NetworkManager.enable-disable-statistics yes
org.freedesktop.NetworkManager.enable-disable-connectivity-check yes
lspci -knn | grep Net -A2
This gave me:
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
lspci -knn | grep Ether -A2
This gave me:
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:8096]
Kernel driver in use: r8169
Kernel modules: r8169
sudo rmmod r8169 && sudo modprobe r8169
sudo lshw -class network
Output:
*-network DISABLED
description: Wireless interface
product: RTL8723BE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlo1
version: 00
serial: 70:77:81:bf:70:0d
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723be driverversion=4.15.0-20-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 ioport:5000(size=256) memory:c6100000-c6103fff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:09:00.0
logical name: eno1
version: 0a
serial: 3c:a8:2a:bc:22:b3
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8107e-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:52 ioport:4000(size=256) memory:c6004000-c6004fff memory:c6000000-c6003fff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20u1
serial: 32:34:f6:b6:94:0e
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.143 link=yes multicast=yes
sudo apt update
sudo apt dist-upgrade
lspci
Output:
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation Broadwell-U Processor Thermal Subsystem (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #5 (rev e3)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 0a)
0a:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940M] (rev a2)
dmesg | egrep 'wmi|rtl|hp'
Output:
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.036390] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.276037] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.276044] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.278065] clocksource: Switched to clocksource hpet
[ 0.674100] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.899214] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.056592] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 1.056595] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 1.056598] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 1.056600] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 1.056823] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[ 1.056850] wmi_bus wmi_bus-PNP0C14:01: WQBJ data block query control method not found
[ 1.406258] ata2.00: ATAPI: hp DVDRW DU8A6SH, DH61, max UDMA/133
[ 1.445218] scsi 1:0:0:0: CD-ROM hp DVDRW DU8A6SH DH61 PQ: 0 ANSI: 5
[ 21.801406] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 21.819430] hp_accel: laptop model unknown, using default axes configuration
[ 21.874652] rtlwifi: loading out-of-tree module taints kernel.
[ 21.874720] rtlwifi: module verification failed: signature and/or required key missing - tainting kernel
[ 21.893336] hp_wmi: query 0xd returned error 0x5
[ 21.893897] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 21.901113] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 22.129284] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 22.129600] rtlwifi: rtlwifi: wireless switch is on
[ 22.253606] rtl8723be 0000:08:00.0 wlo1: renamed from wlan0
[ 22.936466] psmouse serio1: synaptics: Your touchpad (PNP: SYN1ef2 SYN1e00 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to [email protected].
[ 23.014105] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x12e800/0x0, board id: 2997, fw id: 1665536
[ 137.112311] hp_wmi: bad event status 0x5
[ 4818.272734] pciehp 0000:00:1c.1:pcie004: Slot(1): Link Down
[ 4818.274010] rtlwifi: rtlwifi: wireless switch is on
[ 4862.465069] pciehp 0000:00:1c.1:pcie004: Slot(1): Link Down
[ 4862.466258] rtlwifi: rtlwifi: wireless switch is on
[ 7062.841235] pciehp 0000:00:1c.1:pcie004: Slot(1): Link Down
[ 7062.842172] rtlwifi: rtlwifi: wireless switch is on
- I also tried re-installing the drivers :(
"No wifi adapter found" in settings - screenshot
I have attached the output of this command wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
https://www12.zippyshare.com/v/gBZnOz7G/file.html
This has become increasingly difficult to work with. Any help is appreciated. Thanks in advance :)