Network UNCLAIMED - Unable to access internet











up vote
2
down vote

favorite












My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to



lshw -c network


as following:



*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff


I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.










share|improve this question
























  • I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
    – ctrl-alt-delor
    2 days ago















up vote
2
down vote

favorite












My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to



lshw -c network


as following:



*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff


I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.










share|improve this question
























  • I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
    – ctrl-alt-delor
    2 days ago













up vote
2
down vote

favorite









up vote
2
down vote

favorite











My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to



lshw -c network


as following:



*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff


I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.










share|improve this question















My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to



lshw -c network


as following:



*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff


I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.







networking wifi drivers network-interface






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 21 at 3:11









Rui F Ribeiro

38.2k1475123




38.2k1475123










asked Apr 24 '15 at 12:56









vito

3114




3114












  • I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
    – ctrl-alt-delor
    2 days ago


















  • I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
    – ctrl-alt-delor
    2 days ago
















I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
– ctrl-alt-delor
2 days ago




I am struggling with the same issue. How did you get the "ath9k" ? I am trying to find out what it would be in my case. Thanks in advance for your help! from @Inês (originally posted in an answer)
– ctrl-alt-delor
2 days ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Okay after searching some more, and focusing on the driver problem i came up with this:



  echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k


I have no idea what it does, but it worked!






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    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',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f198373%2fnetwork-unclaimed-unable-to-access-internet%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








    up vote
    2
    down vote



    accepted










    Okay after searching some more, and focusing on the driver problem i came up with this:



      echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
    sudo modprobe -rfv ath9k
    sudo modprobe -v ath9k


    I have no idea what it does, but it worked!






    share|improve this answer

























      up vote
      2
      down vote



      accepted










      Okay after searching some more, and focusing on the driver problem i came up with this:



        echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
      sudo modprobe -rfv ath9k
      sudo modprobe -v ath9k


      I have no idea what it does, but it worked!






      share|improve this answer























        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        Okay after searching some more, and focusing on the driver problem i came up with this:



          echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
        sudo modprobe -rfv ath9k
        sudo modprobe -v ath9k


        I have no idea what it does, but it worked!






        share|improve this answer












        Okay after searching some more, and focusing on the driver problem i came up with this:



          echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
        sudo modprobe -rfv ath9k
        sudo modprobe -v ath9k


        I have no idea what it does, but it worked!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 24 '15 at 13:53









        vito

        3114




        3114






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f198373%2fnetwork-unclaimed-unable-to-access-internet%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

            サソリ

            広島県道265号伴広島線

            Accessing regular linux commands in Huawei's Dopra Linux