1

I installed Ubuntu 16.04 on my HP laptop today, but I'm unable to connect to any networks. Network manager shows an option to Enable Networking but not to Enable Wireless, and says "No network devices available" (this was the same even on USB boot).

I ran sudo lshw -C network and got *-network UNCLAIMED, configuration:. I tried lspci, lsmod, but got no result. Finally, sudo iwconfig gave lo no wireless extensions.

I've been stuck on this all day and tried many solutions, including this one. One of the biggest problems is that my laptop doesn't have an ethernet port and I don't have an adapter.

I saw some older questions about the Intel 8265 card, but most of them said it wasn't supported yet because it was new, however, these sites: [1], [2] say that it is supported since a recent kernel.

daladier
  • 115

1 Answers1

1

Your wireless device, the Intel 8265, is indeed supported in later kernel versions; specifically 4.6 and later. Ubuntu 16.04 uses the slightly older 4.4.0-xx kernel. You can verify from the terminal:

uname -r

I recommend that you install Ubuntu 16.10 which runs kernel version 4.8.0-xx and fully supports your device.

chili555
  • 60,188