I am having trouble getting the 8260 card to work with Ubuntu 16.04. I have 2 computers running kernel 4.13.0.38. One computer can connect to my wireless network, and the other cannot.
On the malfunctioning computer - the network interface is up according to ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2734 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:283045 (283.0 KB) TX bytes:283045 (283.0 KB)
wlp3s0 Link encap:Ethernet HWaddr 00:c2:c6:dc:1d:83
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The chipset is an Intel 8260 which appears to have many problems in Ubuntu. According to lshw, firmware v31 is loading:
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 3a
serial: 00:c2:c6:dc:1d:83
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.13.0-38-generic firmware=31.560484.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:127 memory:dc000000-dc001fff
I have restarted the iwlwifi using modprobe:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
I can see wireless networks, but I cannot connect to them. I have duplicated the network settings on the functioning computer, but to no avail. I have also copied the firmware ucode from /lib/firmware, and this also did not work.
Any ideas on how to perform a "diff" between the two computers?
Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled.
I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
– fermi Apr 22 '18 at 20:03Demon comp: https://paste.ubuntu.com/p/8xWcqCYG2m/ Working comp: https://paste.ubuntu.com/p/jRNKdJGxz7/
– fermi Apr 22 '18 at 20:09