Ubuntu 14.04: After upgrade to kernel 4.4.0-116-generic Broadcom wlan does not function

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
3
down vote

favorite












After auto-update from kernel 4.4.0-112-generic to 4.4.0.116-generic, the Broadcom wlan adapter is no longer available. As I did not yet have time for further research, I removed the 4.4.0-116 kernel package and switched back to 4.4.0-112 to keep the laptop functional.



With kernel 4.4.0-112, it appears that the wlan-adapter uses the module wl.



I can't find any info on this issue in the 4.4.0-116 package's release notes.



Do I need to update the wl-module manually? Do I need another module?



Any help appreciated! And happy to provide more info if anyone point me to the right places to find it.










share|improve this question























  • I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
    – theVoid
    Feb 23 at 16:16










  • In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
    – Jeremy31
    Feb 24 at 21:08










  • @Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
    – theVoid
    Feb 28 at 20:46






  • 1




    @theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
    – Jeremy31
    Feb 28 at 21:50










  • @Jeremy31 yup that did fix the problem, thanks a lot!
    – theVoid
    Mar 2 at 5:35














up vote
3
down vote

favorite












After auto-update from kernel 4.4.0-112-generic to 4.4.0.116-generic, the Broadcom wlan adapter is no longer available. As I did not yet have time for further research, I removed the 4.4.0-116 kernel package and switched back to 4.4.0-112 to keep the laptop functional.



With kernel 4.4.0-112, it appears that the wlan-adapter uses the module wl.



I can't find any info on this issue in the 4.4.0-116 package's release notes.



Do I need to update the wl-module manually? Do I need another module?



Any help appreciated! And happy to provide more info if anyone point me to the right places to find it.










share|improve this question























  • I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
    – theVoid
    Feb 23 at 16:16










  • In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
    – Jeremy31
    Feb 24 at 21:08










  • @Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
    – theVoid
    Feb 28 at 20:46






  • 1




    @theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
    – Jeremy31
    Feb 28 at 21:50










  • @Jeremy31 yup that did fix the problem, thanks a lot!
    – theVoid
    Mar 2 at 5:35












up vote
3
down vote

favorite









up vote
3
down vote

favorite











After auto-update from kernel 4.4.0-112-generic to 4.4.0.116-generic, the Broadcom wlan adapter is no longer available. As I did not yet have time for further research, I removed the 4.4.0-116 kernel package and switched back to 4.4.0-112 to keep the laptop functional.



With kernel 4.4.0-112, it appears that the wlan-adapter uses the module wl.



I can't find any info on this issue in the 4.4.0-116 package's release notes.



Do I need to update the wl-module manually? Do I need another module?



Any help appreciated! And happy to provide more info if anyone point me to the right places to find it.










share|improve this question















After auto-update from kernel 4.4.0-112-generic to 4.4.0.116-generic, the Broadcom wlan adapter is no longer available. As I did not yet have time for further research, I removed the 4.4.0-116 kernel package and switched back to 4.4.0-112 to keep the laptop functional.



With kernel 4.4.0-112, it appears that the wlan-adapter uses the module wl.



I can't find any info on this issue in the 4.4.0-116 package's release notes.



Do I need to update the wl-module manually? Do I need another module?



Any help appreciated! And happy to provide more info if anyone point me to the right places to find it.







14.04 wireless kernel broadcom






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 22 at 20:25









Robert Riedl

2,740623




2,740623










asked Feb 22 at 10:42









gfgf

165




165











  • I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
    – theVoid
    Feb 23 at 16:16










  • In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
    – Jeremy31
    Feb 24 at 21:08










  • @Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
    – theVoid
    Feb 28 at 20:46






  • 1




    @theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
    – Jeremy31
    Feb 28 at 21:50










  • @Jeremy31 yup that did fix the problem, thanks a lot!
    – theVoid
    Mar 2 at 5:35
















  • I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
    – theVoid
    Feb 23 at 16:16










  • In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
    – Jeremy31
    Feb 24 at 21:08










  • @Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
    – theVoid
    Feb 28 at 20:46






  • 1




    @theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
    – Jeremy31
    Feb 28 at 21:50










  • @Jeremy31 yup that did fix the problem, thanks a lot!
    – theVoid
    Mar 2 at 5:35















I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
– theVoid
Feb 23 at 16:16




I had the same problem with my linux mint laptop today after upgrading from 4.4.0-112. I was unable to find any other solution so i just rolled back to my previous kernel.
– theVoid
Feb 23 at 16:16












In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
– Jeremy31
Feb 24 at 21:08




In the 4.4.0-116 kernel, try sudo apt-get install --reinstall bcmwl-kernel-source There is an issue with gcc and compiling right now bugs.launchpad.net/ubuntu/+source/xorg/+bug/1750937
– Jeremy31
Feb 24 at 21:08












@Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
– theVoid
Feb 28 at 20:46




@Jeremy31 I tried that, but it didnt work. It just disabled my wifi even when i boot with the 4.4.0-112 kernel. In case you have the same problem I fixed it by just switching a driver my driver with an other + reboot and then switch back to my original driver + reboot from the driver manager. I hope they fix it or else I will stay with the 4.4.0-112 kernel forever.
– theVoid
Feb 28 at 20:46




1




1




@theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
– Jeremy31
Feb 28 at 21:50




@theVoid you may also need the gcc-5 update otherwise the vermagic for the wl module isn't correct for the 4.4.0-116 kernel
– Jeremy31
Feb 28 at 21:50












@Jeremy31 yup that did fix the problem, thanks a lot!
– theVoid
Mar 2 at 5:35




@Jeremy31 yup that did fix the problem, thanks a lot!
– theVoid
Mar 2 at 5:35










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I had the same problem, resolved by updating to the latest version of bcmwl-kernel-source






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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f1008668%2fubuntu-14-04-after-upgrade-to-kernel-4-4-0-116-generic-broadcom-wlan-does-not-f%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I had the same problem, resolved by updating to the latest version of bcmwl-kernel-source






    share|improve this answer
























      up vote
      0
      down vote













      I had the same problem, resolved by updating to the latest version of bcmwl-kernel-source






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        I had the same problem, resolved by updating to the latest version of bcmwl-kernel-source






        share|improve this answer












        I had the same problem, resolved by updating to the latest version of bcmwl-kernel-source







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 22 at 18:15









        squeaky

        1




        1



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008668%2fubuntu-14-04-after-upgrade-to-kernel-4-4-0-116-generic-broadcom-wlan-does-not-f%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do I move numbers in filenames, in a batch renaming operation?