I am newish to Linux. I have dual booted on old laptops and I managed to get my wireless driver working back then by downloading it and installing but I cannot remember how i managed that.
I am worried that there is no driver for my wireless card:
GIGABIT LAN & WIRELESS INTEL® AC-8260 M.2 (867Mbps, 802.11AC)
I'm looking for a linux driver from intel and i'm worried there isn't one available;
https://downloadcenter.intel.com/product/86068/Intel-Dual-Band-Wireless-AC-8260
Please could someone help me out. I bought a new laptop without windows installed, hoping to get involved with Linux and learn all about it and I'm struggling at the first hurdle!
sudo rfkill
Usage: rfkill [options] command
Options: --version show version (0.5-1ubuntu1 (Ubuntu))
Commands: help event list [IDENTIFIER] block IDENTIFIER unblock IDENTIFIER where IDENTIFIER is the index no. of an rfkill switch or one of:
<idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm nfc
I have the wifi option in the top right corner, but nothing is happening. Wifi is ok on my other laptop.
lspci -nnk | grep
0280 -A2 01:00.0 Network controller
[0280]: Intel Corporation Wireless 8260
[8086:24f3] (rev 3a) Subsystem: Intel Corporation Dual Band Wireless-AC 8260 [8086:0010]
Can you suggest anything else i can look at?
– Pigeon Dec 04 '15 at 19:43sudo rfkill
and seeing if it shows up there. Everything should be on. – TheWanderer Dec 04 '15 at 19:45Sorry that didn't format well.
Yeah i have the wifi option in the top right corrner, but nothing is happening, wifi is ok on my other laptop.
– Pigeon Dec 04 '15 at 19:51lspci -nnk | grep 0280 -A2
Welcome to askubuntu. – chili555 Dec 04 '15 at 19:53Thank you for taking the time to help the new guy :)
What do i do next?
– Pigeon Dec 04 '15 at 19:57iwlwifi
in newer Ubuntu versions. Please verify:modinfo iwlwifi | grep 24F3 | grep 0010
One of the lines should include:pci:v00008086d000024F3sv*sd00000010bc*sc*i*
Is that what you see? What is your kernel version?uname -r
– chili555 Dec 04 '15 at 20:043.19.0-25.generic
Thanks for the fast replys
– Pigeon Dec 04 '15 at 20:08