How to get Intel Dual Band Wireless-AC 3168 work on Ubuntu 16.04?
I searched many solutions on this site but most of them were referring to Broadcom Wifi drivers while mine has Intel one.
Output of lspci -knn | grep Net -A2
arijit@HP-AU134TX:~$ lspci -knn | grep Net -A2
05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Device [8086:2110]
Output of rfkill list
arijit@HP-AU134TX:~$ rfkill list
arijit@HP-AU134TX:~$
i.e No Output
Output of uname -a; dmesg | grep iwl
arijit@HP-AU134TX:~$ uname -a; dmesg | grep iwl
Linux HP-AU134TX 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

16.04 drivers wireless hp intel-wireless
add a comment |
I searched many solutions on this site but most of them were referring to Broadcom Wifi drivers while mine has Intel one.
Output of lspci -knn | grep Net -A2
arijit@HP-AU134TX:~$ lspci -knn | grep Net -A2
05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Device [8086:2110]
Output of rfkill list
arijit@HP-AU134TX:~$ rfkill list
arijit@HP-AU134TX:~$
i.e No Output
Output of uname -a; dmesg | grep iwl
arijit@HP-AU134TX:~$ uname -a; dmesg | grep iwl
Linux HP-AU134TX 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

16.04 drivers wireless hp intel-wireless
Please edit your question and add output ofuname -a; dmesg | grep iwlterminal command.
– Pilot6
Jan 4 '17 at 19:36
add a comment |
I searched many solutions on this site but most of them were referring to Broadcom Wifi drivers while mine has Intel one.
Output of lspci -knn | grep Net -A2
arijit@HP-AU134TX:~$ lspci -knn | grep Net -A2
05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Device [8086:2110]
Output of rfkill list
arijit@HP-AU134TX:~$ rfkill list
arijit@HP-AU134TX:~$
i.e No Output
Output of uname -a; dmesg | grep iwl
arijit@HP-AU134TX:~$ uname -a; dmesg | grep iwl
Linux HP-AU134TX 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

16.04 drivers wireless hp intel-wireless
I searched many solutions on this site but most of them were referring to Broadcom Wifi drivers while mine has Intel one.
Output of lspci -knn | grep Net -A2
arijit@HP-AU134TX:~$ lspci -knn | grep Net -A2
05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Device [8086:2110]
Output of rfkill list
arijit@HP-AU134TX:~$ rfkill list
arijit@HP-AU134TX:~$
i.e No Output
Output of uname -a; dmesg | grep iwl
arijit@HP-AU134TX:~$ uname -a; dmesg | grep iwl
Linux HP-AU134TX 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

16.04 drivers wireless hp intel-wireless
16.04 drivers wireless hp intel-wireless
edited Jan 14 '17 at 20:21
Pilot6
51.7k15107197
51.7k15107197
asked Jan 4 '17 at 19:34
Arijit KarArijit Kar
29115
29115
Please edit your question and add output ofuname -a; dmesg | grep iwlterminal command.
– Pilot6
Jan 4 '17 at 19:36
add a comment |
Please edit your question and add output ofuname -a; dmesg | grep iwlterminal command.
– Pilot6
Jan 4 '17 at 19:36
Please edit your question and add output of
uname -a; dmesg | grep iwl terminal command.– Pilot6
Jan 4 '17 at 19:36
Please edit your question and add output of
uname -a; dmesg | grep iwl terminal command.– Pilot6
Jan 4 '17 at 19:36
add a comment |
1 Answer
1
active
oldest
votes
Connect to the internet by some other way and install the 4.8+ kernel
sudo apt update
sudo apt install linux-generic-hwe-16.04
You also need firmware for this device. Update your system by
sudo apt update && sudo apt upgrade
and the firmware will be installed.
Reboot and the wireless device should work.
To get it working out of the box, you need to install Ubuntu 16.04.2+ that has support of this device.
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
add a comment |
protected by Community♦ Nov 9 '17 at 16:59
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Connect to the internet by some other way and install the 4.8+ kernel
sudo apt update
sudo apt install linux-generic-hwe-16.04
You also need firmware for this device. Update your system by
sudo apt update && sudo apt upgrade
and the firmware will be installed.
Reboot and the wireless device should work.
To get it working out of the box, you need to install Ubuntu 16.04.2+ that has support of this device.
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
add a comment |
Connect to the internet by some other way and install the 4.8+ kernel
sudo apt update
sudo apt install linux-generic-hwe-16.04
You also need firmware for this device. Update your system by
sudo apt update && sudo apt upgrade
and the firmware will be installed.
Reboot and the wireless device should work.
To get it working out of the box, you need to install Ubuntu 16.04.2+ that has support of this device.
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
add a comment |
Connect to the internet by some other way and install the 4.8+ kernel
sudo apt update
sudo apt install linux-generic-hwe-16.04
You also need firmware for this device. Update your system by
sudo apt update && sudo apt upgrade
and the firmware will be installed.
Reboot and the wireless device should work.
To get it working out of the box, you need to install Ubuntu 16.04.2+ that has support of this device.
Connect to the internet by some other way and install the 4.8+ kernel
sudo apt update
sudo apt install linux-generic-hwe-16.04
You also need firmware for this device. Update your system by
sudo apt update && sudo apt upgrade
and the firmware will be installed.
Reboot and the wireless device should work.
To get it working out of the box, you need to install Ubuntu 16.04.2+ that has support of this device.
edited Aug 7 '17 at 10:00
answered Jan 4 '17 at 19:47
Pilot6Pilot6
51.7k15107197
51.7k15107197
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
add a comment |
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
YES! Fantastic. Three hours of trying until I came across this!
– user638851
Jan 20 '17 at 21:47
1
1
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
If someone is looking for another solution, here it is! It works! Unofficial Driver
– Vaishak
Feb 16 '18 at 18:08
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
you need load previous kernel. on 4.35
– James M
Jul 5 '18 at 9:00
add a comment |
protected by Community♦ Nov 9 '17 at 16:59
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Please edit your question and add output of
uname -a; dmesg | grep iwlterminal command.– Pilot6
Jan 4 '17 at 19:36