Ubuntu 18.04 No Wi-Fi Adapter Found on ThinkPad T440s












0














I'm new to Linux and I have just installed Ubuntu 18.04 having also Windows 10 as the second system and my notebook is ThinkPad T440s. When I'm on Ubuntu, I can't access Wi-Fi because it shows that there is no Wi-Fi adapter. I did some research and I think that I don't have drivers or something but I can't download anything in terminal because I was using only Wi-Fi, I'm not having wire cable with Internet. I checked what is the name of my network controller in terminal and it's Intel Corporation Wireless 7260.



Output of lshw -C network:



*-network 
description: Ethernet interface
product: Ethernet Connection I218-LM
vendor: Intel Corporation
physical id:19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 04
serial: 28:d2:44:5c:c0:aa
capacity: 1Gbit/s
width: 32bits
clock: 33Mhz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotlation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.6-3 latency=0 link=no mu
resources: irq:43 memory:f06000000-f061ffff memory:f063e000-f063efff ioport:3080(size=32)

*-network UNCLAIMED
description: Network controller
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 83
width: 64 bits
clock: 33Mhz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0400000-f0401fff


Output of sudo modprobe iwlwifi && dmesg | grep iwl:



  modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c514 lookup_builtin_file() could not open builtin file 'lib/modules/4.15.0-42-generic/modules.builtin.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='iwlwifi'
modprobe: ERROR: could not insert 'iwlwifi': Unkown symbol in module, or unkown parameter (see dmesg)


What can I do ?










share|improve this question
























  • it shows nothing :(
    – db14
    Dec 10 at 15:09






  • 1




    Possible duplicate of No wireless for Intel Corporation 7260 version 63
    – Kulfy
    Dec 10 at 15:48










  • The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
    – chili555
    Dec 10 at 16:27










  • @chili555 ok i did what You wanted, but only errors showed up
    – db14
    Dec 10 at 17:39










  • @chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
    – db14
    Dec 10 at 18:08
















0














I'm new to Linux and I have just installed Ubuntu 18.04 having also Windows 10 as the second system and my notebook is ThinkPad T440s. When I'm on Ubuntu, I can't access Wi-Fi because it shows that there is no Wi-Fi adapter. I did some research and I think that I don't have drivers or something but I can't download anything in terminal because I was using only Wi-Fi, I'm not having wire cable with Internet. I checked what is the name of my network controller in terminal and it's Intel Corporation Wireless 7260.



Output of lshw -C network:



*-network 
description: Ethernet interface
product: Ethernet Connection I218-LM
vendor: Intel Corporation
physical id:19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 04
serial: 28:d2:44:5c:c0:aa
capacity: 1Gbit/s
width: 32bits
clock: 33Mhz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotlation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.6-3 latency=0 link=no mu
resources: irq:43 memory:f06000000-f061ffff memory:f063e000-f063efff ioport:3080(size=32)

*-network UNCLAIMED
description: Network controller
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 83
width: 64 bits
clock: 33Mhz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0400000-f0401fff


Output of sudo modprobe iwlwifi && dmesg | grep iwl:



  modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c514 lookup_builtin_file() could not open builtin file 'lib/modules/4.15.0-42-generic/modules.builtin.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='iwlwifi'
modprobe: ERROR: could not insert 'iwlwifi': Unkown symbol in module, or unkown parameter (see dmesg)


What can I do ?










share|improve this question
























  • it shows nothing :(
    – db14
    Dec 10 at 15:09






  • 1




    Possible duplicate of No wireless for Intel Corporation 7260 version 63
    – Kulfy
    Dec 10 at 15:48










  • The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
    – chili555
    Dec 10 at 16:27










  • @chili555 ok i did what You wanted, but only errors showed up
    – db14
    Dec 10 at 17:39










  • @chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
    – db14
    Dec 10 at 18:08














0












0








0







I'm new to Linux and I have just installed Ubuntu 18.04 having also Windows 10 as the second system and my notebook is ThinkPad T440s. When I'm on Ubuntu, I can't access Wi-Fi because it shows that there is no Wi-Fi adapter. I did some research and I think that I don't have drivers or something but I can't download anything in terminal because I was using only Wi-Fi, I'm not having wire cable with Internet. I checked what is the name of my network controller in terminal and it's Intel Corporation Wireless 7260.



Output of lshw -C network:



*-network 
description: Ethernet interface
product: Ethernet Connection I218-LM
vendor: Intel Corporation
physical id:19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 04
serial: 28:d2:44:5c:c0:aa
capacity: 1Gbit/s
width: 32bits
clock: 33Mhz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotlation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.6-3 latency=0 link=no mu
resources: irq:43 memory:f06000000-f061ffff memory:f063e000-f063efff ioport:3080(size=32)

*-network UNCLAIMED
description: Network controller
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 83
width: 64 bits
clock: 33Mhz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0400000-f0401fff


Output of sudo modprobe iwlwifi && dmesg | grep iwl:



  modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c514 lookup_builtin_file() could not open builtin file 'lib/modules/4.15.0-42-generic/modules.builtin.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='iwlwifi'
modprobe: ERROR: could not insert 'iwlwifi': Unkown symbol in module, or unkown parameter (see dmesg)


What can I do ?










share|improve this question















I'm new to Linux and I have just installed Ubuntu 18.04 having also Windows 10 as the second system and my notebook is ThinkPad T440s. When I'm on Ubuntu, I can't access Wi-Fi because it shows that there is no Wi-Fi adapter. I did some research and I think that I don't have drivers or something but I can't download anything in terminal because I was using only Wi-Fi, I'm not having wire cable with Internet. I checked what is the name of my network controller in terminal and it's Intel Corporation Wireless 7260.



Output of lshw -C network:



*-network 
description: Ethernet interface
product: Ethernet Connection I218-LM
vendor: Intel Corporation
physical id:19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 04
serial: 28:d2:44:5c:c0:aa
capacity: 1Gbit/s
width: 32bits
clock: 33Mhz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotlation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.6-3 latency=0 link=no mu
resources: irq:43 memory:f06000000-f061ffff memory:f063e000-f063efff ioport:3080(size=32)

*-network UNCLAIMED
description: Network controller
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 83
width: 64 bits
clock: 33Mhz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0400000-f0401fff


Output of sudo modprobe iwlwifi && dmesg | grep iwl:



  modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c514 lookup_builtin_file() could not open builtin file 'lib/modules/4.15.0-42-generic/modules.builtin.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod.c586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.0-42-generic/modules.dep.bin'
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='iwlwifi'
modprobe: ERROR: could not insert 'iwlwifi': Unkown symbol in module, or unkown parameter (see dmesg)


What can I do ?







18.04 thinkpad intel-wireless






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 10 at 22:36









Kulfy

3,27531039




3,27531039










asked Dec 10 at 14:58









db14

11




11












  • it shows nothing :(
    – db14
    Dec 10 at 15:09






  • 1




    Possible duplicate of No wireless for Intel Corporation 7260 version 63
    – Kulfy
    Dec 10 at 15:48










  • The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
    – chili555
    Dec 10 at 16:27










  • @chili555 ok i did what You wanted, but only errors showed up
    – db14
    Dec 10 at 17:39










  • @chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
    – db14
    Dec 10 at 18:08


















  • it shows nothing :(
    – db14
    Dec 10 at 15:09






  • 1




    Possible duplicate of No wireless for Intel Corporation 7260 version 63
    – Kulfy
    Dec 10 at 15:48










  • The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
    – chili555
    Dec 10 at 16:27










  • @chili555 ok i did what You wanted, but only errors showed up
    – db14
    Dec 10 at 17:39










  • @chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
    – db14
    Dec 10 at 18:08
















it shows nothing :(
– db14
Dec 10 at 15:09




it shows nothing :(
– db14
Dec 10 at 15:09




1




1




Possible duplicate of No wireless for Intel Corporation 7260 version 63
– Kulfy
Dec 10 at 15:48




Possible duplicate of No wireless for Intel Corporation 7260 version 63
– Kulfy
Dec 10 at 15:48












The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
– chili555
Dec 10 at 16:27




The usual driver and firmware for your device are included by default in 18.04. Let's try to load it and see what happens. Please run: sudo modprobe iwlwifi && dmesg | grep iwl Next, edit your question to show the result. Welcome to Ask Ubuntu.
– chili555
Dec 10 at 16:27












@chili555 ok i did what You wanted, but only errors showed up
– db14
Dec 10 at 17:39




@chili555 ok i did what You wanted, but only errors showed up
– db14
Dec 10 at 17:39












@chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
– db14
Dec 10 at 18:08




@chili555 Ok so i went to my friend and put internet cable to my notebook and did updates on system ( about 90 mb) and after this i wrote this command again and now it works, thanks a lot !! I also wrote here output after it worked, is output okay, no errors for future ?
– db14
Dec 10 at 18:08










1 Answer
1






active

oldest

votes


















0














So after installing all packets from Ubuntu I wrote this command and all drivers got downloaded



sudo modprobe iwlwifi && dmesg | grep iwl

[ 4.477277] iwlwifi 0000:03:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
[ 4.509779] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 4.533684] iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:46:43:bc
[ 4.756595] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 4.758792] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0





share|improve this answer























    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%2f1099817%2fubuntu-18-04-no-wi-fi-adapter-found-on-thinkpad-t440s%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    So after installing all packets from Ubuntu I wrote this command and all drivers got downloaded



    sudo modprobe iwlwifi && dmesg | grep iwl

    [ 4.477277] iwlwifi 0000:03:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
    [ 4.509779] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
    [ 4.533684] iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:46:43:bc
    [ 4.756595] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 4.758792] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0





    share|improve this answer




























      0














      So after installing all packets from Ubuntu I wrote this command and all drivers got downloaded



      sudo modprobe iwlwifi && dmesg | grep iwl

      [ 4.477277] iwlwifi 0000:03:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
      [ 4.509779] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
      [ 4.533684] iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:46:43:bc
      [ 4.756595] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
      [ 4.758792] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0





      share|improve this answer


























        0












        0








        0






        So after installing all packets from Ubuntu I wrote this command and all drivers got downloaded



        sudo modprobe iwlwifi && dmesg | grep iwl

        [ 4.477277] iwlwifi 0000:03:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
        [ 4.509779] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
        [ 4.533684] iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:46:43:bc
        [ 4.756595] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
        [ 4.758792] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0





        share|improve this answer














        So after installing all packets from Ubuntu I wrote this command and all drivers got downloaded



        sudo modprobe iwlwifi && dmesg | grep iwl

        [ 4.477277] iwlwifi 0000:03:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
        [ 4.509779] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
        [ 4.533684] iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:46:43:bc
        [ 4.756595] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
        [ 4.758792] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 10 at 22:36









        Kulfy

        3,27531039




        3,27531039










        answered Dec 10 at 20:47









        db14

        11




        11






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f1099817%2fubuntu-18-04-no-wi-fi-adapter-found-on-thinkpad-t440s%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei