I have installed ubuntu in my new HP Pavilion. Wifi is not working here. Following are the outputs to help me suggest what to do:
lspci
05:00.0 Network controller: Intel Corporation Device 24fb (rev 10)
iwconfig:
usb0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless
My output for lshw is:
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:b4000000-b4001fff
(The other two blocks are ethernet details)
I request some help to help me turn on my wifi.
For further help, following is the pastebin with all the necessary details:
http://paste.ubuntu.com/24373716/
Thank you for helping me out.
P.S.: My wifi is working fine with the dual booted windows 10
modinfo iwlwifi | grep 24FB
where 24FB is the pci.id of your exact device. In 14.04, it comes back empty. – chili555 Apr 13 '17 at 14:45alias: pci:v00008086d000024FBsv*sd00002110bc*sc*i*
Therefore, the driver will grab the device, look for firmware and get to work! – chili555 Apr 13 '17 at 14:46