No wifi option on Ubuntu (18.04 and 16.04)












2















I have recently installed Ubuntu 18.04 LTS, but I wouldn't get connected to the wifi as there was no wifi option. I checked /lib/firmware and my Intel AC 9260 wifi driver ucode was there, I tried downloading another one from Intel too but that didn't make a difference.



nvan@R2700x:~$ lspci -nnk | grep 0280 -A3`
06:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29)
Subsystem: Intel Corporation Device [8086:0014]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

nvan@R2700x:~$ dmesg | grep iwl
[ 4.583006] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 4.596295] iwlwifi 0000:06:00.0: loaded firmware version 34.0.0 op_mode iwlmvm
[ 4.615392] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 9260, REV=0x324
[ 4.622171] kernel BUG at /build/linux-5s7Xkn/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
[ 4.622216] Modules linked in: snd_hda_intel amd64_edac_mod(-) snd_hda_codec iwlmvm(+) snd_hda_core edac_mce_amd kvm_amd(-) snd_hwdep mac80211 kvm snd_pcm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc snd_seq_midi snd_seq_midi_event snd_rawmidi iwlwifi aesni_intel aes_x86_64 crypto_simd glue_helper cryptd wmi_bmof snd_seq cfg80211 input_leds btusb snd_seq_device btrtl snd_timer btbcm btintel snd bluetooth soundcore ccp k10temp ecdh_generic mac_hid shpchp sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau mxm_wmi video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb drm dca i2c_piix4 i2c_algo_bit ptp nvme ahci pps_core libahci nvme_core gpio_amdpt wmi gpio_generic
[ 4.622335] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
[ 4.622403] _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
[ 4.622414] iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
[ 4.622436] ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
[ 4.622448] iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
[ 4.622462] iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
[ 4.622490] iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622500] ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622510] ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
[ 4.622523] iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622536] ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622546] _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
[ 4.622556] iwl_opmode_register+0x75/0xe0 [iwlwifi]
[ 4.622573] iwl_mvm_init+0x38/0x1000 [iwlmvm]
[ 4.622739] RIP: iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi] RSP: ffffadbfc23fb8a8


Thank you for your help!

Sincerely,

Nick V





Update 1:
I have tried to install the BackPort from this site backport-iwlwifi
. However, I'm unable to install it due to lack of gcc. I also tried to install build-essential package, but without an internet connection, I'm clueless about how to proceed.










share|improve this question

























  • The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

    – alfred
    May 20 '18 at 3:01











  • The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

    – chili555
    May 20 '18 at 13:38











  • Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

    – Nick Van
    May 21 '18 at 18:33











  • Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

    – chili555
    May 21 '18 at 18:46
















2















I have recently installed Ubuntu 18.04 LTS, but I wouldn't get connected to the wifi as there was no wifi option. I checked /lib/firmware and my Intel AC 9260 wifi driver ucode was there, I tried downloading another one from Intel too but that didn't make a difference.



nvan@R2700x:~$ lspci -nnk | grep 0280 -A3`
06:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29)
Subsystem: Intel Corporation Device [8086:0014]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

nvan@R2700x:~$ dmesg | grep iwl
[ 4.583006] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 4.596295] iwlwifi 0000:06:00.0: loaded firmware version 34.0.0 op_mode iwlmvm
[ 4.615392] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 9260, REV=0x324
[ 4.622171] kernel BUG at /build/linux-5s7Xkn/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
[ 4.622216] Modules linked in: snd_hda_intel amd64_edac_mod(-) snd_hda_codec iwlmvm(+) snd_hda_core edac_mce_amd kvm_amd(-) snd_hwdep mac80211 kvm snd_pcm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc snd_seq_midi snd_seq_midi_event snd_rawmidi iwlwifi aesni_intel aes_x86_64 crypto_simd glue_helper cryptd wmi_bmof snd_seq cfg80211 input_leds btusb snd_seq_device btrtl snd_timer btbcm btintel snd bluetooth soundcore ccp k10temp ecdh_generic mac_hid shpchp sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau mxm_wmi video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb drm dca i2c_piix4 i2c_algo_bit ptp nvme ahci pps_core libahci nvme_core gpio_amdpt wmi gpio_generic
[ 4.622335] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
[ 4.622403] _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
[ 4.622414] iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
[ 4.622436] ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
[ 4.622448] iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
[ 4.622462] iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
[ 4.622490] iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622500] ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622510] ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
[ 4.622523] iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622536] ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622546] _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
[ 4.622556] iwl_opmode_register+0x75/0xe0 [iwlwifi]
[ 4.622573] iwl_mvm_init+0x38/0x1000 [iwlmvm]
[ 4.622739] RIP: iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi] RSP: ffffadbfc23fb8a8


Thank you for your help!

Sincerely,

Nick V





Update 1:
I have tried to install the BackPort from this site backport-iwlwifi
. However, I'm unable to install it due to lack of gcc. I also tried to install build-essential package, but without an internet connection, I'm clueless about how to proceed.










share|improve this question

























  • The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

    – alfred
    May 20 '18 at 3:01











  • The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

    – chili555
    May 20 '18 at 13:38











  • Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

    – Nick Van
    May 21 '18 at 18:33











  • Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

    – chili555
    May 21 '18 at 18:46














2












2








2


4






I have recently installed Ubuntu 18.04 LTS, but I wouldn't get connected to the wifi as there was no wifi option. I checked /lib/firmware and my Intel AC 9260 wifi driver ucode was there, I tried downloading another one from Intel too but that didn't make a difference.



nvan@R2700x:~$ lspci -nnk | grep 0280 -A3`
06:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29)
Subsystem: Intel Corporation Device [8086:0014]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

nvan@R2700x:~$ dmesg | grep iwl
[ 4.583006] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 4.596295] iwlwifi 0000:06:00.0: loaded firmware version 34.0.0 op_mode iwlmvm
[ 4.615392] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 9260, REV=0x324
[ 4.622171] kernel BUG at /build/linux-5s7Xkn/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
[ 4.622216] Modules linked in: snd_hda_intel amd64_edac_mod(-) snd_hda_codec iwlmvm(+) snd_hda_core edac_mce_amd kvm_amd(-) snd_hwdep mac80211 kvm snd_pcm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc snd_seq_midi snd_seq_midi_event snd_rawmidi iwlwifi aesni_intel aes_x86_64 crypto_simd glue_helper cryptd wmi_bmof snd_seq cfg80211 input_leds btusb snd_seq_device btrtl snd_timer btbcm btintel snd bluetooth soundcore ccp k10temp ecdh_generic mac_hid shpchp sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau mxm_wmi video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb drm dca i2c_piix4 i2c_algo_bit ptp nvme ahci pps_core libahci nvme_core gpio_amdpt wmi gpio_generic
[ 4.622335] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
[ 4.622403] _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
[ 4.622414] iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
[ 4.622436] ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
[ 4.622448] iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
[ 4.622462] iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
[ 4.622490] iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622500] ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622510] ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
[ 4.622523] iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622536] ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622546] _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
[ 4.622556] iwl_opmode_register+0x75/0xe0 [iwlwifi]
[ 4.622573] iwl_mvm_init+0x38/0x1000 [iwlmvm]
[ 4.622739] RIP: iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi] RSP: ffffadbfc23fb8a8


Thank you for your help!

Sincerely,

Nick V





Update 1:
I have tried to install the BackPort from this site backport-iwlwifi
. However, I'm unable to install it due to lack of gcc. I also tried to install build-essential package, but without an internet connection, I'm clueless about how to proceed.










share|improve this question
















I have recently installed Ubuntu 18.04 LTS, but I wouldn't get connected to the wifi as there was no wifi option. I checked /lib/firmware and my Intel AC 9260 wifi driver ucode was there, I tried downloading another one from Intel too but that didn't make a difference.



nvan@R2700x:~$ lspci -nnk | grep 0280 -A3`
06:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29)
Subsystem: Intel Corporation Device [8086:0014]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

nvan@R2700x:~$ dmesg | grep iwl
[ 4.583006] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 4.596295] iwlwifi 0000:06:00.0: loaded firmware version 34.0.0 op_mode iwlmvm
[ 4.615392] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 9260, REV=0x324
[ 4.622171] kernel BUG at /build/linux-5s7Xkn/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
[ 4.622216] Modules linked in: snd_hda_intel amd64_edac_mod(-) snd_hda_codec iwlmvm(+) snd_hda_core edac_mce_amd kvm_amd(-) snd_hwdep mac80211 kvm snd_pcm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc snd_seq_midi snd_seq_midi_event snd_rawmidi iwlwifi aesni_intel aes_x86_64 crypto_simd glue_helper cryptd wmi_bmof snd_seq cfg80211 input_leds btusb snd_seq_device btrtl snd_timer btbcm btintel snd bluetooth soundcore ccp k10temp ecdh_generic mac_hid shpchp sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau mxm_wmi video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb drm dca i2c_piix4 i2c_algo_bit ptp nvme ahci pps_core libahci nvme_core gpio_amdpt wmi gpio_generic
[ 4.622335] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
[ 4.622403] _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
[ 4.622414] iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
[ 4.622436] ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
[ 4.622448] iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
[ 4.622462] iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
[ 4.622490] iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622500] ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[ 4.622510] ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
[ 4.622523] iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622536] ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[ 4.622546] _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
[ 4.622556] iwl_opmode_register+0x75/0xe0 [iwlwifi]
[ 4.622573] iwl_mvm_init+0x38/0x1000 [iwlmvm]
[ 4.622739] RIP: iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi] RSP: ffffadbfc23fb8a8


Thank you for your help!

Sincerely,

Nick V





Update 1:
I have tried to install the BackPort from this site backport-iwlwifi
. However, I'm unable to install it due to lack of gcc. I also tried to install build-essential package, but without an internet connection, I'm clueless about how to proceed.







networking 18.04 intel-wireless






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 21 '18 at 16:27







Nick Van

















asked May 20 '18 at 1:18









Nick VanNick Van

13114




13114













  • The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

    – alfred
    May 20 '18 at 3:01











  • The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

    – chili555
    May 20 '18 at 13:38











  • Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

    – Nick Van
    May 21 '18 at 18:33











  • Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

    – chili555
    May 21 '18 at 18:46



















  • The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

    – alfred
    May 20 '18 at 3:01











  • The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

    – chili555
    May 20 '18 at 13:38











  • Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

    – Nick Van
    May 21 '18 at 18:33











  • Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

    – chili555
    May 21 '18 at 18:46

















The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

– alfred
May 20 '18 at 3:01





The fix looks to be complicated, see upstream bug: bugzilla.kernel.org/show_bug.cgi?id=199551

– alfred
May 20 '18 at 3:01













The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

– chili555
May 20 '18 at 13:38





The fix is to download and install build-essential and all its dependencies and the dependencies of the dependencies: packages.ubuntu.com Or walk the computer over to an ethernet cable and I can propose a 3 minute fix.

– chili555
May 20 '18 at 13:38













Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

– Nick Van
May 21 '18 at 18:33





Hi @chili555, I now have ethernet access to the internet. Would you guide me through the 3 minutes fix? Thanks!

– Nick Van
May 21 '18 at 18:33













Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

– chili555
May 21 '18 at 18:46





Please start with: sudo apt update then: sudo apt install build-essential git and I will finish up in a full answer in about an hour.

– chili555
May 21 '18 at 18:46










3 Answers
3






active

oldest

votes


















6














Please start with:



sudo apt update
sudo apt install build-essential git


Now do:



git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
sudo make
sudo make install


The ‘make’ step takes a few moments; please be patient.



Now, we’ll write a conf file:



sudo -i
echo “options iwlwifi disable_msix=1” >> /etc/modprobe.d/iwlwifi.conf
exit


Reboot and tell us if the wireless is now working.



EDIT: You have compiled the driver for your currently running kernel version only. When Update Manager installs a newer kernel version, after the requested reboot, recompile:



cd backport-iwlwifi
sudo make clean
sudo make
sudo make install


Reboot.



Please retain the files and these instructions for that time.






share|improve this answer





















  • 1





    The wifi is up and running perfectly! Thank you!

    – Nick Van
    May 21 '18 at 23:05






  • 1





    Awesome! Glad it's working. Please see my edit above in a few minutes.

    – chili555
    May 22 '18 at 1:45











  • You are the king! It is working!!!!!!! Linux Mint 19!!!

    – Patrik Laszlo
    Aug 9 '18 at 17:16











  • After this I am getting the message 'No Wi-Fi Adapter Found'

    – Abbas
    Sep 17 '18 at 1:39











  • @Abbas Please start your own new question.

    – chili555
    Sep 17 '18 at 1:48



















0














Lets start with the easy options. I presume you haven't turned the card off in the network settings, but what about the hardware kill switch?



andrew@big-red-wired:~$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 blocked unblocked
andrew@big-red-wired:~$


In my case, I have one wireless card, and I have it off in software, ON in the hardware. All I did was use Network Manager to disable the wireless. I got bit by this a few years back reinstalling for a friend who had a borked windows install and this was the problem.



HTH
Andrew.



edit:
If this is indeed the case,



rfkill unblock all





share|improve this answer
























  • I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

    – Nick Van
    May 20 '18 at 23:33



















0














Thank you, chili555! I have an Intel 9260 (integrated in my Gigabyte Aorus Gaming 7 Wifi motherboard), and I had the exact same problem. And your solution worked perfectly! Thank you!



Just so I can learn, can you please explain what we just did? I had tried using Intel's own iwlwifi driver, and it didn't work. So I'd really like to know what I just did. Thanks!





share








New contributor




Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038242%2fno-wifi-option-on-ubuntu-18-04-and-16-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6














    Please start with:



    sudo apt update
    sudo apt install build-essential git


    Now do:



    git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
    cd backport-iwlwifi
    sudo make
    sudo make install


    The ‘make’ step takes a few moments; please be patient.



    Now, we’ll write a conf file:



    sudo -i
    echo “options iwlwifi disable_msix=1” >> /etc/modprobe.d/iwlwifi.conf
    exit


    Reboot and tell us if the wireless is now working.



    EDIT: You have compiled the driver for your currently running kernel version only. When Update Manager installs a newer kernel version, after the requested reboot, recompile:



    cd backport-iwlwifi
    sudo make clean
    sudo make
    sudo make install


    Reboot.



    Please retain the files and these instructions for that time.






    share|improve this answer





















    • 1





      The wifi is up and running perfectly! Thank you!

      – Nick Van
      May 21 '18 at 23:05






    • 1





      Awesome! Glad it's working. Please see my edit above in a few minutes.

      – chili555
      May 22 '18 at 1:45











    • You are the king! It is working!!!!!!! Linux Mint 19!!!

      – Patrik Laszlo
      Aug 9 '18 at 17:16











    • After this I am getting the message 'No Wi-Fi Adapter Found'

      – Abbas
      Sep 17 '18 at 1:39











    • @Abbas Please start your own new question.

      – chili555
      Sep 17 '18 at 1:48
















    6














    Please start with:



    sudo apt update
    sudo apt install build-essential git


    Now do:



    git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
    cd backport-iwlwifi
    sudo make
    sudo make install


    The ‘make’ step takes a few moments; please be patient.



    Now, we’ll write a conf file:



    sudo -i
    echo “options iwlwifi disable_msix=1” >> /etc/modprobe.d/iwlwifi.conf
    exit


    Reboot and tell us if the wireless is now working.



    EDIT: You have compiled the driver for your currently running kernel version only. When Update Manager installs a newer kernel version, after the requested reboot, recompile:



    cd backport-iwlwifi
    sudo make clean
    sudo make
    sudo make install


    Reboot.



    Please retain the files and these instructions for that time.






    share|improve this answer





















    • 1





      The wifi is up and running perfectly! Thank you!

      – Nick Van
      May 21 '18 at 23:05






    • 1





      Awesome! Glad it's working. Please see my edit above in a few minutes.

      – chili555
      May 22 '18 at 1:45











    • You are the king! It is working!!!!!!! Linux Mint 19!!!

      – Patrik Laszlo
      Aug 9 '18 at 17:16











    • After this I am getting the message 'No Wi-Fi Adapter Found'

      – Abbas
      Sep 17 '18 at 1:39











    • @Abbas Please start your own new question.

      – chili555
      Sep 17 '18 at 1:48














    6












    6








    6







    Please start with:



    sudo apt update
    sudo apt install build-essential git


    Now do:



    git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
    cd backport-iwlwifi
    sudo make
    sudo make install


    The ‘make’ step takes a few moments; please be patient.



    Now, we’ll write a conf file:



    sudo -i
    echo “options iwlwifi disable_msix=1” >> /etc/modprobe.d/iwlwifi.conf
    exit


    Reboot and tell us if the wireless is now working.



    EDIT: You have compiled the driver for your currently running kernel version only. When Update Manager installs a newer kernel version, after the requested reboot, recompile:



    cd backport-iwlwifi
    sudo make clean
    sudo make
    sudo make install


    Reboot.



    Please retain the files and these instructions for that time.






    share|improve this answer















    Please start with:



    sudo apt update
    sudo apt install build-essential git


    Now do:



    git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
    cd backport-iwlwifi
    sudo make
    sudo make install


    The ‘make’ step takes a few moments; please be patient.



    Now, we’ll write a conf file:



    sudo -i
    echo “options iwlwifi disable_msix=1” >> /etc/modprobe.d/iwlwifi.conf
    exit


    Reboot and tell us if the wireless is now working.



    EDIT: You have compiled the driver for your currently running kernel version only. When Update Manager installs a newer kernel version, after the requested reboot, recompile:



    cd backport-iwlwifi
    sudo make clean
    sudo make
    sudo make install


    Reboot.



    Please retain the files and these instructions for that time.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited May 22 '18 at 1:50

























    answered May 21 '18 at 19:50









    chili555chili555

    38.5k55177




    38.5k55177








    • 1





      The wifi is up and running perfectly! Thank you!

      – Nick Van
      May 21 '18 at 23:05






    • 1





      Awesome! Glad it's working. Please see my edit above in a few minutes.

      – chili555
      May 22 '18 at 1:45











    • You are the king! It is working!!!!!!! Linux Mint 19!!!

      – Patrik Laszlo
      Aug 9 '18 at 17:16











    • After this I am getting the message 'No Wi-Fi Adapter Found'

      – Abbas
      Sep 17 '18 at 1:39











    • @Abbas Please start your own new question.

      – chili555
      Sep 17 '18 at 1:48














    • 1





      The wifi is up and running perfectly! Thank you!

      – Nick Van
      May 21 '18 at 23:05






    • 1





      Awesome! Glad it's working. Please see my edit above in a few minutes.

      – chili555
      May 22 '18 at 1:45











    • You are the king! It is working!!!!!!! Linux Mint 19!!!

      – Patrik Laszlo
      Aug 9 '18 at 17:16











    • After this I am getting the message 'No Wi-Fi Adapter Found'

      – Abbas
      Sep 17 '18 at 1:39











    • @Abbas Please start your own new question.

      – chili555
      Sep 17 '18 at 1:48








    1




    1





    The wifi is up and running perfectly! Thank you!

    – Nick Van
    May 21 '18 at 23:05





    The wifi is up and running perfectly! Thank you!

    – Nick Van
    May 21 '18 at 23:05




    1




    1





    Awesome! Glad it's working. Please see my edit above in a few minutes.

    – chili555
    May 22 '18 at 1:45





    Awesome! Glad it's working. Please see my edit above in a few minutes.

    – chili555
    May 22 '18 at 1:45













    You are the king! It is working!!!!!!! Linux Mint 19!!!

    – Patrik Laszlo
    Aug 9 '18 at 17:16





    You are the king! It is working!!!!!!! Linux Mint 19!!!

    – Patrik Laszlo
    Aug 9 '18 at 17:16













    After this I am getting the message 'No Wi-Fi Adapter Found'

    – Abbas
    Sep 17 '18 at 1:39





    After this I am getting the message 'No Wi-Fi Adapter Found'

    – Abbas
    Sep 17 '18 at 1:39













    @Abbas Please start your own new question.

    – chili555
    Sep 17 '18 at 1:48





    @Abbas Please start your own new question.

    – chili555
    Sep 17 '18 at 1:48













    0














    Lets start with the easy options. I presume you haven't turned the card off in the network settings, but what about the hardware kill switch?



    andrew@big-red-wired:~$ rfkill
    ID TYPE DEVICE SOFT HARD
    0 wlan phy0 blocked unblocked
    andrew@big-red-wired:~$


    In my case, I have one wireless card, and I have it off in software, ON in the hardware. All I did was use Network Manager to disable the wireless. I got bit by this a few years back reinstalling for a friend who had a borked windows install and this was the problem.



    HTH
    Andrew.



    edit:
    If this is indeed the case,



    rfkill unblock all





    share|improve this answer
























    • I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

      – Nick Van
      May 20 '18 at 23:33
















    0














    Lets start with the easy options. I presume you haven't turned the card off in the network settings, but what about the hardware kill switch?



    andrew@big-red-wired:~$ rfkill
    ID TYPE DEVICE SOFT HARD
    0 wlan phy0 blocked unblocked
    andrew@big-red-wired:~$


    In my case, I have one wireless card, and I have it off in software, ON in the hardware. All I did was use Network Manager to disable the wireless. I got bit by this a few years back reinstalling for a friend who had a borked windows install and this was the problem.



    HTH
    Andrew.



    edit:
    If this is indeed the case,



    rfkill unblock all





    share|improve this answer
























    • I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

      – Nick Van
      May 20 '18 at 23:33














    0












    0








    0







    Lets start with the easy options. I presume you haven't turned the card off in the network settings, but what about the hardware kill switch?



    andrew@big-red-wired:~$ rfkill
    ID TYPE DEVICE SOFT HARD
    0 wlan phy0 blocked unblocked
    andrew@big-red-wired:~$


    In my case, I have one wireless card, and I have it off in software, ON in the hardware. All I did was use Network Manager to disable the wireless. I got bit by this a few years back reinstalling for a friend who had a borked windows install and this was the problem.



    HTH
    Andrew.



    edit:
    If this is indeed the case,



    rfkill unblock all





    share|improve this answer













    Lets start with the easy options. I presume you haven't turned the card off in the network settings, but what about the hardware kill switch?



    andrew@big-red-wired:~$ rfkill
    ID TYPE DEVICE SOFT HARD
    0 wlan phy0 blocked unblocked
    andrew@big-red-wired:~$


    In my case, I have one wireless card, and I have it off in software, ON in the hardware. All I did was use Network Manager to disable the wireless. I got bit by this a few years back reinstalling for a friend who had a borked windows install and this was the problem.



    HTH
    Andrew.



    edit:
    If this is indeed the case,



    rfkill unblock all






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered May 20 '18 at 16:29









    Andrew SchottAndrew Schott

    211




    211













    • I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

      – Nick Van
      May 20 '18 at 23:33



















    • I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

      – Nick Van
      May 20 '18 at 23:33

















    I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

    – Nick Van
    May 20 '18 at 23:33





    I have checked the kill switch, but only Bluetooth appeared (all unblocked). I didn't see a type WLAN or wireless device.

    – Nick Van
    May 20 '18 at 23:33











    0














    Thank you, chili555! I have an Intel 9260 (integrated in my Gigabyte Aorus Gaming 7 Wifi motherboard), and I had the exact same problem. And your solution worked perfectly! Thank you!



    Just so I can learn, can you please explain what we just did? I had tried using Intel's own iwlwifi driver, and it didn't work. So I'd really like to know what I just did. Thanks!





    share








    New contributor




    Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      Thank you, chili555! I have an Intel 9260 (integrated in my Gigabyte Aorus Gaming 7 Wifi motherboard), and I had the exact same problem. And your solution worked perfectly! Thank you!



      Just so I can learn, can you please explain what we just did? I had tried using Intel's own iwlwifi driver, and it didn't work. So I'd really like to know what I just did. Thanks!





      share








      New contributor




      Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        Thank you, chili555! I have an Intel 9260 (integrated in my Gigabyte Aorus Gaming 7 Wifi motherboard), and I had the exact same problem. And your solution worked perfectly! Thank you!



        Just so I can learn, can you please explain what we just did? I had tried using Intel's own iwlwifi driver, and it didn't work. So I'd really like to know what I just did. Thanks!





        share








        New contributor




        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        Thank you, chili555! I have an Intel 9260 (integrated in my Gigabyte Aorus Gaming 7 Wifi motherboard), and I had the exact same problem. And your solution worked perfectly! Thank you!



        Just so I can learn, can you please explain what we just did? I had tried using Intel's own iwlwifi driver, and it didn't work. So I'd really like to know what I just did. Thanks!






        share








        New contributor




        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 9 mins ago









        Michael MakoviMichael Makovi

        1




        1




        New contributor




        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Michael Makovi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038242%2fno-wifi-option-on-ubuntu-18-04-and-16-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            GameSpot

            connect to host localhost port 22: Connection refused

            Getting a Wifi WPA2 wifi connection