I've recently installed Ubuntu 20.04.1 LTS in my laptop, every time, when I turn on the laptop,
the Wifi option is disabled.
In order to enable it, I've had to run the below command and restart my laptop (everytime).
sudo service network-manager restart
Is there any way, to make Ubuntu automatically detect Wifi, without having to restart the network-manager
?
I've disabled Secure boot,
I was unable to connect to Wifi, when I was installing Ubuntu.
I'm dual booting Ubuntu with Windows 10
Please let me know, if you guys know, a permanent fix for this problem,
cat /etc/network/interfaces
output:
cat: /etc/network/interfaces: No such file or directory
cat /etc/netplan/*.yaml
output:
network:
renderer: NetworkManager
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManage
sudo lshw -C network
output:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 15
serial: b0:6e:bf:ab:d5:4e
capacity: 1Gbit/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 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:d000(size=256) memory:df304000-df304fff memory:df300000-df303fff
*-network
description: Wireless interface
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
logical name: wlp4s0
version: 78
serial: 00:e1:8c:42:0f:18
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-42-generic firmware=36.77d01142.0 ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:132 memory:df100000-df101fff
lshw
output:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 15
serial: b0:6e:bf:ab:d5:4e
capacity: 1Gbit/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 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:d000(size=256) memory:df304000-df304fff memory:df300000-df303fff
*-network UNCLAIMED
description: Network controller
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 78
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:df100000-df101fff
cat /etc/network/interfaces
andcat /etc/netplan/*.yaml
andsudo lshw -C network
. Start comments to me with @heynnema or I'll miss them. – heynnema Aug 06 '20 at 15:10