I've recently purchased a lenovo thinkpad e480 and have attempted to access the internet through the wifi manager. However, in 18.04, there is no option for WiFI networks and when I try to access the wifi settings it says there is no wifi adapter. I've also run iwconfig
, with emp3s0 and lo returning as 'no wireless extensions'. The problem persists when I try to run the laptop on 16.04. When I run sudo lshw -C Network
, it does return an Ethernet interface and I can view a few pcis through sudo lshw
. I've tried running through the wifi troubleshooting on the ubuntu website and cannot find the pci models in their supported chipsets. Could this mean the chipset isn't supported? If so, am I forced to buy a physical wifi adapter?
Thanks in advance
edit: Results of rfkill list all
1: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: No
Hard blocked: No
2: hci0: Bluetooth
Soft blocked: No
Hard blocked: No
Results of sudo lshw -C network
*-network
description: Ethernet interface
product: RTL811/8168/8411 PRI Express Gigabit Ethernet Controller
Running lspci
returns several pci bridges and the ethernet controller from the previous command.
lspci -nnk | grep 0280 -A3
and also:rfkill list all
Welcome to Ask Ubuntu. – chili555 Jun 09 '18 at 01:19lspci
command but there was no output. I did edit in therfkill
command though. – dropTableUsers Jun 09 '18 at 02:12iwconfig
, there are three results. The first two don't have wireless extensions, but the last one enumerates all the data. I'm not sure what exactly I did to fix the problem, but I know I used a wired connection to performsudo apt-get update
. That may have fixed the problem, but I'm not sure why it's working fine now – dropTableUsers Jun 11 '18 at 17:48