Intel wireless 8260 driver problems

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
ojoe26

Intel wireless 8260 driver problems

Post by ojoe26 »

Hello, I started using Linux a day ago, but I can't figure out how to get my wifi working. As above mentioned my system is running an Intel 8260 Chip, but it isn't working.

I already followed the instructions from this post: viewtopic.php?t=219117 .

Code: Select all

uname -a; lspci -nnk | grep -iA2 net; rfkill list all
gave me:

Code: Select all

Linux linuxmasterrace 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
01:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
	Subsystem: CLEVO/KAPOK Computer Device [1558:2425]
	Kernel driver in use: r8169
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
	Subsystem: Intel Corporation Device [8086:1010]
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
I am using Mint 17.3 if that helps...

Thanks in advance for your help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

Post the results for

Code: Select all

modinfo iwlwifi | grep 1010; dmesg | grep iwl
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Code: Select all

alias:          pci:v00008086d0000095Asv*sd00001010bc*sc*i*
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

That one I have fixed in a patched module

Code: Select all

wget https://www.dropbox.com/s/1bvc5vqw4429w21/iwlwifi.ko
sudo cp ./iwlwifi.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
sudo depmod -a
Reboot and it should work
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Code: Select all

jules@linuxmasterrace ~ $ wget https://www.dropbox.com/s/1bvc5vqw4429w21/iwlwifi.ko
--2016-06-05 16:58:19--  https://www.dropbox.com/s/1bvc5vqw4429w21/iwlwifi.ko
Resolving www.dropbox.com (www.dropbox.com)... 162.125.66.1
Connecting to www.dropbox.com (www.dropbox.com)|162.125.66.1|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dl.dropboxusercontent.com/content_link/mw0GsP7pmi66xKPW2tG9ORo3Vui2AHGXpCgSKUY1tbHJ4UW3kteSiQxFG9arUx2X/file [following]
--2016-06-05 16:58:19--  https://dl.dropboxusercontent.com/content_link/mw0GsP7pmi66xKPW2tG9ORo3Vui2AHGXpCgSKUY1tbHJ4UW3kteSiQxFG9arUx2X/file
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 45.58.70.5
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|45.58.70.5|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 350339 (342K) [application/octet-stream]
Saving to: ‘iwlwifi.ko.5’

100%[======================================>] 350.339      230KB/s   in 1,5s   

2016-06-05 16:58:22 (230 KB/s) - ‘iwlwifi.ko.5’ saved [350339/350339]

jules@linuxmasterrace ~ $ sudo cp ./iwlwifi.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
[sudo] password for jules: 
Sorry, try again.
[sudo] password for jules: 
jules@linuxmasterrace ~ $ 
The terminal isn't recognizing my password. I am supposed to just type it in and then hit enter, after the terminal is telling me:

Code: Select all

[sudo] password for jules:
right?

Tried rebooting, still no Wifi :(
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

Post the results for

Code: Select all

modinfo iwlwifi | grep 1010; dmesg | grep iwl
It is normal for terminal to do nothing when you are typing the password.
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Code: Select all

alias:          pci:v00008086d000024F3sv*sd00001010bc*sc*i*
alias:          pci:v00008086d0000095Asv*sd00001010bc*sc*i*
[    3.570642] iwlwifi: module verification failed: signature and/or  required key missing - tainting kernel
[    3.571749] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    3.573097] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000B-13.ucode failed with error -2
[    3.573112] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000B-12.ucode failed with error -2
[    3.573123] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000B-11.ucode failed with error -2
[    3.573132] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000B-10.ucode failed with error -2
[    3.573135] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-8000B-10.ucode' failed.
[    3.573146] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000B-9.ucode failed with error -2
[    3.573148] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-8000B-9.ucode' failed.
[    3.573149] iwlwifi 0000:02:00.0: no suitable firmware found!
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

I don't think there ever was a file named iwlwifi-8000B. Lets try a rename of the 8000C

Code: Select all

cd /lib/firmware/
sudo cp iwlwifi-8000C-13.ucode iwlwifi-8000B-13.ucode
Reboot
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Done.

Code: Select all

jules@linuxmasterrace ~ $ cd /lib/firmware/
jules@linuxmasterrace /lib/firmware $ sudo cp iwlwifi-8000C-13.ucode iwlwifi-8000B-13.ucode
[sudo] password for jules: 
jules@linuxmasterrace /lib/firmware $ 
After rebooting still no wifi.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

Post

Code: Select all

dmesg | grep iwl; modinfo iwlmvm
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Code: Select all

[    3.444352] iwlwifi: module verification failed: signature and/or  required key missing - tainting kernel
[    3.456519] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    3.468814] iwlwifi 0000:02:00.0: loaded firmware version 25.30.13.0 op_mode iwlmvm
[    3.518840] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[    3.519217] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
[    3.519859] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
[    3.551173] iwlwifi 0000:02:00.0: Timeout on secure boot process, reg = 1
[    3.551179] iwlwifi 0000:02:00.0: Failed to start INIT ucode: -110
[    3.551518] iwlwifi 0000:02:00.0: Failed to run INIT ucode: -110
filename:       /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko
license:        GPL
author:         Copyright(c) 2003- 2014 Intel Corporation <ilw@linux.intel.com>
version:        in-tree:
description:    The new Intel(R) wireless AGN driver for Linux
srcversion:     107FF3619C29D6912CFC75C
depends:        iwlwifi,mac80211,cfg80211
intree:         Y
vermagic:       3.19.0-32-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        0C:8B:EF:E0:C1:E2:89:E4:D8:99:09:26:11:7A:DA:3B:DF:EB:41:9C
sig_hashalgo:   sha512
parm:           init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
parm:           power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

I don't want to patch the other module to fix, so it is time to use backports

Code: Select all

sudo apt-get install build-essential linux-headers-generic
wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.4.2/backports-4.4.2-1.tar.gz
tar -zxvf backports-4.4.2-1.tar.gz
cd backports-4.4.2-1
make defconfig-wifi
make
sudo make install
Reboot
ojoe26

Re: Intel wireless 8260 driver problems

Post by ojoe26 »

Wifi works now!

Thank you so much! :D
Sacha

Re: Intel wireless 8260 driver problems

Post by Sacha »

I have the same problem with a ThinkPad T500

Code: Select all

uname -a; lspci -nnk | grep -iA2 net; rfkill list all
Linux sacha-ThinkPad-T500 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM Gigabit Network Connection [8086:10f5] (rev 03)
	Subsystem: Lenovo Device [17aa:20ee]
	Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation Ultimate N WiFi Link 5300 [8086:4236]
	Subsystem: Intel Corporation Device [8086:1011]
	Kernel driver in use: iwlwifi
0: tpacpi_bluetooth_sw: Bluetooth
	Soft blocked: no
	Hard blocked: yes
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: yes
I notice that the wireless is hard blocked and have tried unblocking it with Fn + F5 as per user manual. I've also looked in the BIOS and it appears to be enabled. I've downloaded a driver 5300 from the Intel site and tried installing it without success.

Code: Select all

sudo inxi -Fxz
[sudo] password for sacha: 
System:    Host: sacha-ThinkPad-T500 Kernel: 3.13.0-37-generic x86_64 (64 bit gcc: 4.8.2)
           Desktop: Cinnamon 2.8.8 (Gtk 3.10.8~8+qiana)
           Distro: Linux Mint 17.3 Rosa
Machine:   System: LENOVO (portable) product: 20552LG v: ThinkPad T500
           Mobo: LENOVO model: 20552LG
           Bios: LENOVO v: 6FET92WW (3.22 ) date: 12/14/2011
CPU:       Dual core Intel Core2 Duo P8600 (-MCP-) cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 9575
           clock speeds: max: 2401 MHz 1: 1600 MHz 2: 800 MHz
Graphics:  Card-1: Intel Mobile 4 Series Integrated Graphics Controller
           bus-ID: 00:02.0
           Card-2: Advanced Micro Devices [AMD/ATI] RV635/M86 [Mobility Radeon HD 3650]
           bus-ID: 01:00.0
           Display Server: X.org 1.15.1 drivers: ati,radeon,intel (unloaded: fbdev,vesa)
           tty size: 80x24 Advanced Data: N/A for root
Audio:     Card Intel 82801I (ICH9 Family) HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k3.13.0-37-generic
Network:   Card-1: Intel 82567LM Gigabit Network Connection
           driver: e1000e v: 2.3.2-k port: 1840 bus-ID: 00:19.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Intel Ultimate N WiFi Link 5300
           driver: iwlwifi v: in-tree: bus-ID: 03:00.0
           IF: wlan0 state: down mac: <filter>
Drives:    HDD Total Size: 80.0GB (36.8% used)
           ID-1: /dev/sda model: HITACHI_HTS54168 size: 80.0GB temp: 35C
Partition: ID-1: / size: 72G used: 26G (38%) fs: ext4 dev: /dev/dm-0
           ID-2: /boot size: 236M used: 45M (21%) fs: ext2 dev: /dev/sda1
           ID-3: swap-1 size: 2.04GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 45.0C mobo: 44.0C
           Fan Speeds (in rpm): cpu: 3012
Info:      Processes: 166 Uptime: 1:15 Memory: 1012.2/1898.1MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (sudo) inxi: 2.2.28
Please help !
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

Is there another switch on the computer to enable/disable wifi?
Sacha

Re: Intel wireless 8260 driver problems

Post by Sacha »

Is there another switch on the computer to enable/disable wifi?
I've scoured the manual without success; apparently it's Fn + F5, which I presume is supposed to work with Windows, but maybe not Linux, only as I don't have duel-boot I can't verify that. Do you think this is uniquely a hardware problem? Bluetooth isn't activated either, although as I don't need it that doesn't bother me.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Intel wireless 8260 driver problems

Post by JeremyB »

You could try shutting down the laptop. Remove battery and power cable, then hold the power button for 20 seconds. Reconnect battery and power cable, then reboot and see if it clears the hard block
Sacha

Re: Intel wireless 8260 driver problems

Post by Sacha »

Yes I've already tried that, having researched the problem online, but I've just tried it again and it still doesn't work.

Presumably if it's hard-blocked and not soft-blocked the correct driver is installed and this is a problem with the machine?
Sacha

Re: Intel wireless 8260 driver problems

Post by Sacha »

Got it !
After days of searching online and going through the manual I've just discovered a little switch on the front left which enables wifi.
Thanks for your help.
gstanden

Re: Intel wireless 8260 driver problems

Post by gstanden »

@JeremyB your posts and help were awesome! Thank you so much! With your help I was able to configure wireless networking for Oracle Linux 7 UEK4 kernel. My blogpost here:

https://sites.google.com/site/nandydand ... 0-thinkpad

summarizes getting both wireless and wired networking up on Oracle Linux 7 UEK3 and UEK4 kernels on a Lenovo ThinkPad P70 Mobile Workstation with the Intel 8260 wireless and the I219-V wired intefaces. The Oracle Linux Red Hat Compatible Kernel which comes bundled with Oracle Linux 7 works with both the 8260 and the I219-V right out-of-the box no issues perfectly.
Locked

Return to “Networking”