I have hp laptop. Most of the time my wifi can't connect to any network after 2-3 hours after booting up(it shows unavailable and no wifi adapter found). This problem gets solved by several time rebooting system. Sometimes wifi gets connected but it has no internet access. so tried this method but it doesn't work(I am assuming because of updated kernel of 20.04).
My output of lspci -v | grep -i network
0d:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter
Output of lspci -knn | grep Net -A3; rfkill list
0d: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
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
5: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Output of dmesg | grep rtl
after disabling fast startup in windows
[ 13.082292] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_fw.bin
[ 13.990240] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_config.bin
[ 13.990267] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[ 15.016968] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 15.019349] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 15.020078] rtlwifi: rtlwifi: wireless switch is on
[ 15.062183] rtl8723be 0000:0d:00.0 wlp13s0: renamed from wlan0
Output of grep iwl /etc/modprobe.d/*
/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi \
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 May 13 '20 at 20:14sudo rfkill unblock all
– Pilot6 May 13 '20 at 20:25soft blocked:yes
means that Airplane Mode is turned on in Network Manager. Please check. – chili555 May 13 '20 at 20:27sudo rfkill unblock all
. But problem is still there – Yogi Katba May 13 '20 at 20:28dmesg | grep rtl
– Pilot6 May 13 '20 at 20:29grep iwl /etc/modprobe.d/*
to your question. And internet access is another issue. You could spoil something else trying to fix it. – Pilot6 May 13 '20 at 21:04