Broadcom WIFI adapter works in Live-USB but not in installation

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








up vote
0
down vote

favorite












on my Desktop I have a Broadcom Wifi adapter, when I boot from Live USB 18.04LTS I go to Software & Updates, then Additional Drivers and enable it, straightforward and easy. If I install it then on the SDD (with the option of downloading restricted packages and hardware support and Wifi enabled(meaning it can download all it needs))) I end up with a system without the wifi drivers. The same Additional Drivers enabling doesn't work.



Running
cd /cdrom/pool/restricted/b/bcmwl
sudo dpkg -i bcmwl-kernel-source*

to install the driver from the Live USB fails because of dependency issues and the Ubuntu Docs are outdated, i.e. folders they mention don't exist anymore on the Live USB.
Ubuntu Docs



So it works in the Live USB but doesn't in the installation, how can I fix it?







share|improve this question



















  • "fails because of dependency issues" Can you elaborate on this?
    – Joseph Sible
    Jun 5 at 0:50










  • Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
    – chili555
    Jun 5 at 0:59










  • One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
    – AndreasGroos
    Jun 5 at 3:03















up vote
0
down vote

favorite












on my Desktop I have a Broadcom Wifi adapter, when I boot from Live USB 18.04LTS I go to Software & Updates, then Additional Drivers and enable it, straightforward and easy. If I install it then on the SDD (with the option of downloading restricted packages and hardware support and Wifi enabled(meaning it can download all it needs))) I end up with a system without the wifi drivers. The same Additional Drivers enabling doesn't work.



Running
cd /cdrom/pool/restricted/b/bcmwl
sudo dpkg -i bcmwl-kernel-source*

to install the driver from the Live USB fails because of dependency issues and the Ubuntu Docs are outdated, i.e. folders they mention don't exist anymore on the Live USB.
Ubuntu Docs



So it works in the Live USB but doesn't in the installation, how can I fix it?







share|improve this question



















  • "fails because of dependency issues" Can you elaborate on this?
    – Joseph Sible
    Jun 5 at 0:50










  • Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
    – chili555
    Jun 5 at 0:59










  • One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
    – AndreasGroos
    Jun 5 at 3:03













up vote
0
down vote

favorite









up vote
0
down vote

favorite











on my Desktop I have a Broadcom Wifi adapter, when I boot from Live USB 18.04LTS I go to Software & Updates, then Additional Drivers and enable it, straightforward and easy. If I install it then on the SDD (with the option of downloading restricted packages and hardware support and Wifi enabled(meaning it can download all it needs))) I end up with a system without the wifi drivers. The same Additional Drivers enabling doesn't work.



Running
cd /cdrom/pool/restricted/b/bcmwl
sudo dpkg -i bcmwl-kernel-source*

to install the driver from the Live USB fails because of dependency issues and the Ubuntu Docs are outdated, i.e. folders they mention don't exist anymore on the Live USB.
Ubuntu Docs



So it works in the Live USB but doesn't in the installation, how can I fix it?







share|improve this question











on my Desktop I have a Broadcom Wifi adapter, when I boot from Live USB 18.04LTS I go to Software & Updates, then Additional Drivers and enable it, straightforward and easy. If I install it then on the SDD (with the option of downloading restricted packages and hardware support and Wifi enabled(meaning it can download all it needs))) I end up with a system without the wifi drivers. The same Additional Drivers enabling doesn't work.



Running
cd /cdrom/pool/restricted/b/bcmwl
sudo dpkg -i bcmwl-kernel-source*

to install the driver from the Live USB fails because of dependency issues and the Ubuntu Docs are outdated, i.e. folders they mention don't exist anymore on the Live USB.
Ubuntu Docs



So it works in the Live USB but doesn't in the installation, how can I fix it?









share|improve this question










share|improve this question




share|improve this question









asked Jun 5 at 0:27









AndreasGroos

1




1











  • "fails because of dependency issues" Can you elaborate on this?
    – Joseph Sible
    Jun 5 at 0:50










  • Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
    – chili555
    Jun 5 at 0:59










  • One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
    – AndreasGroos
    Jun 5 at 3:03

















  • "fails because of dependency issues" Can you elaborate on this?
    – Joseph Sible
    Jun 5 at 0:50










  • Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
    – chili555
    Jun 5 at 0:59










  • One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
    – AndreasGroos
    Jun 5 at 3:03
















"fails because of dependency issues" Can you elaborate on this?
– Joseph Sible
Jun 5 at 0:50




"fails because of dependency issues" Can you elaborate on this?
– Joseph Sible
Jun 5 at 0:50












Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
– chili555
Jun 5 at 0:59




Is the missing dependency dkms? It's on the Live USB also. Welcome to Ask Ubuntu.
– chili555
Jun 5 at 0:59












One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
– AndreasGroos
Jun 5 at 3:03





One is dkms, so I copy that from the live USB to /, do sudo dpkg -i *.deb, then it complains about needing libc6-v, another one is gcc. It works out of the box on the live USB and should just carry over on the real install. Is the best thing I can do really trying to follow all the dependencies, assemble them in a folder and do dpkg -i *.deb? I don't have a wired connection available.
– AndreasGroos
Jun 5 at 3:03











1 Answer
1






active

oldest

votes

















up vote
0
down vote













I had a similar issue trying to get my HP Stream 11 (model: 11-r015wm) netbook connected to WiFi.



lshw -C network told me it was a Broadcom BCM43142 wireless card. Come to find out it's a WiFi + Bluetooth combo card with (anecdotally - I tried about 6 different Linux distros) not a lot of support out of the box.



I settled on using Ubuntu Budgie and similar to your experience, when running from the live CD, I could get the wireless card to work if I manually downloaded and installed the driver and some dependencies:



bcmwl-kernel-source, linux-libc-dev, libc6-dev & dkms .deb packages. It was like magic when on the last command sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb my WiFi turned on and starting working.



I naively thought all I needed to do now was to install the OS from the live CD and install those same .deb packages. With my new and working internet connection I installed the OS on my hard drive and made sure to tick off the box about installing updates and third party software/drivers.



However, after I finished the installation and restarting, this time around when I attempted to install dkms it said I was missing dpkg-dev, make & gcc. Wait what? Perhaps the live CD contains more software or is more robust than a standard installation?



Anyways, I started to manually install each dependency as they came up by going to https://pkgs.org/ and transferring over the .deb files with a USB. By my fourth transfer I was pretty salty.



This is what I did to finally end up solving the issue:



1) Found and downloaded my driver with all of its dependencies to a USB using this method:



https://stackoverflow.com/questions/22008193/how-to-list-download-the-recursive-dependencies-of-a-debian-package



1.5) Then I attempted to install all of the .deb packages and resolve dependencies by adding a local directory to /etc/apt/sources.list.



reference:
https://www.linuxwave.info/2009/04/adding-local-directory-to-apt.html



I then ran sudo apt-get update --allow-unauthenticated



reference:
Force update from unsigned repository Ubuntu 16.04



However, my package dependencies were still not resolving correctly. I was trying to run sudo dpkg -i *.deb on the folder where I saved everything but dpkg wasn't sure about which order to process all my .deb files in. So I tried something else instead..



2) I copied all of my .deb files into /var/cache/apt/archives and followed the answer here:



https://unix.stackexchange.com/questions/366488/how-to-use-dpkg-i-to-install-package-and-dependencies-where-dependencies-are-al#366886



by running sudo apt-get install -f it installed all of my dependencies and my WiFi finally turned on.



What a mess! And I'm quite surprised about the inconsistency between booting from a live CD vs installing and booting from my hard drive.






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%2f1043660%2fbroadcom-wifi-adapter-works-in-live-usb-but-not-in-installation%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 a similar issue trying to get my HP Stream 11 (model: 11-r015wm) netbook connected to WiFi.



    lshw -C network told me it was a Broadcom BCM43142 wireless card. Come to find out it's a WiFi + Bluetooth combo card with (anecdotally - I tried about 6 different Linux distros) not a lot of support out of the box.



    I settled on using Ubuntu Budgie and similar to your experience, when running from the live CD, I could get the wireless card to work if I manually downloaded and installed the driver and some dependencies:



    bcmwl-kernel-source, linux-libc-dev, libc6-dev & dkms .deb packages. It was like magic when on the last command sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb my WiFi turned on and starting working.



    I naively thought all I needed to do now was to install the OS from the live CD and install those same .deb packages. With my new and working internet connection I installed the OS on my hard drive and made sure to tick off the box about installing updates and third party software/drivers.



    However, after I finished the installation and restarting, this time around when I attempted to install dkms it said I was missing dpkg-dev, make & gcc. Wait what? Perhaps the live CD contains more software or is more robust than a standard installation?



    Anyways, I started to manually install each dependency as they came up by going to https://pkgs.org/ and transferring over the .deb files with a USB. By my fourth transfer I was pretty salty.



    This is what I did to finally end up solving the issue:



    1) Found and downloaded my driver with all of its dependencies to a USB using this method:



    https://stackoverflow.com/questions/22008193/how-to-list-download-the-recursive-dependencies-of-a-debian-package



    1.5) Then I attempted to install all of the .deb packages and resolve dependencies by adding a local directory to /etc/apt/sources.list.



    reference:
    https://www.linuxwave.info/2009/04/adding-local-directory-to-apt.html



    I then ran sudo apt-get update --allow-unauthenticated



    reference:
    Force update from unsigned repository Ubuntu 16.04



    However, my package dependencies were still not resolving correctly. I was trying to run sudo dpkg -i *.deb on the folder where I saved everything but dpkg wasn't sure about which order to process all my .deb files in. So I tried something else instead..



    2) I copied all of my .deb files into /var/cache/apt/archives and followed the answer here:



    https://unix.stackexchange.com/questions/366488/how-to-use-dpkg-i-to-install-package-and-dependencies-where-dependencies-are-al#366886



    by running sudo apt-get install -f it installed all of my dependencies and my WiFi finally turned on.



    What a mess! And I'm quite surprised about the inconsistency between booting from a live CD vs installing and booting from my hard drive.






    share|improve this answer

























      up vote
      0
      down vote













      I had a similar issue trying to get my HP Stream 11 (model: 11-r015wm) netbook connected to WiFi.



      lshw -C network told me it was a Broadcom BCM43142 wireless card. Come to find out it's a WiFi + Bluetooth combo card with (anecdotally - I tried about 6 different Linux distros) not a lot of support out of the box.



      I settled on using Ubuntu Budgie and similar to your experience, when running from the live CD, I could get the wireless card to work if I manually downloaded and installed the driver and some dependencies:



      bcmwl-kernel-source, linux-libc-dev, libc6-dev & dkms .deb packages. It was like magic when on the last command sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb my WiFi turned on and starting working.



      I naively thought all I needed to do now was to install the OS from the live CD and install those same .deb packages. With my new and working internet connection I installed the OS on my hard drive and made sure to tick off the box about installing updates and third party software/drivers.



      However, after I finished the installation and restarting, this time around when I attempted to install dkms it said I was missing dpkg-dev, make & gcc. Wait what? Perhaps the live CD contains more software or is more robust than a standard installation?



      Anyways, I started to manually install each dependency as they came up by going to https://pkgs.org/ and transferring over the .deb files with a USB. By my fourth transfer I was pretty salty.



      This is what I did to finally end up solving the issue:



      1) Found and downloaded my driver with all of its dependencies to a USB using this method:



      https://stackoverflow.com/questions/22008193/how-to-list-download-the-recursive-dependencies-of-a-debian-package



      1.5) Then I attempted to install all of the .deb packages and resolve dependencies by adding a local directory to /etc/apt/sources.list.



      reference:
      https://www.linuxwave.info/2009/04/adding-local-directory-to-apt.html



      I then ran sudo apt-get update --allow-unauthenticated



      reference:
      Force update from unsigned repository Ubuntu 16.04



      However, my package dependencies were still not resolving correctly. I was trying to run sudo dpkg -i *.deb on the folder where I saved everything but dpkg wasn't sure about which order to process all my .deb files in. So I tried something else instead..



      2) I copied all of my .deb files into /var/cache/apt/archives and followed the answer here:



      https://unix.stackexchange.com/questions/366488/how-to-use-dpkg-i-to-install-package-and-dependencies-where-dependencies-are-al#366886



      by running sudo apt-get install -f it installed all of my dependencies and my WiFi finally turned on.



      What a mess! And I'm quite surprised about the inconsistency between booting from a live CD vs installing and booting from my hard drive.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        I had a similar issue trying to get my HP Stream 11 (model: 11-r015wm) netbook connected to WiFi.



        lshw -C network told me it was a Broadcom BCM43142 wireless card. Come to find out it's a WiFi + Bluetooth combo card with (anecdotally - I tried about 6 different Linux distros) not a lot of support out of the box.



        I settled on using Ubuntu Budgie and similar to your experience, when running from the live CD, I could get the wireless card to work if I manually downloaded and installed the driver and some dependencies:



        bcmwl-kernel-source, linux-libc-dev, libc6-dev & dkms .deb packages. It was like magic when on the last command sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb my WiFi turned on and starting working.



        I naively thought all I needed to do now was to install the OS from the live CD and install those same .deb packages. With my new and working internet connection I installed the OS on my hard drive and made sure to tick off the box about installing updates and third party software/drivers.



        However, after I finished the installation and restarting, this time around when I attempted to install dkms it said I was missing dpkg-dev, make & gcc. Wait what? Perhaps the live CD contains more software or is more robust than a standard installation?



        Anyways, I started to manually install each dependency as they came up by going to https://pkgs.org/ and transferring over the .deb files with a USB. By my fourth transfer I was pretty salty.



        This is what I did to finally end up solving the issue:



        1) Found and downloaded my driver with all of its dependencies to a USB using this method:



        https://stackoverflow.com/questions/22008193/how-to-list-download-the-recursive-dependencies-of-a-debian-package



        1.5) Then I attempted to install all of the .deb packages and resolve dependencies by adding a local directory to /etc/apt/sources.list.



        reference:
        https://www.linuxwave.info/2009/04/adding-local-directory-to-apt.html



        I then ran sudo apt-get update --allow-unauthenticated



        reference:
        Force update from unsigned repository Ubuntu 16.04



        However, my package dependencies were still not resolving correctly. I was trying to run sudo dpkg -i *.deb on the folder where I saved everything but dpkg wasn't sure about which order to process all my .deb files in. So I tried something else instead..



        2) I copied all of my .deb files into /var/cache/apt/archives and followed the answer here:



        https://unix.stackexchange.com/questions/366488/how-to-use-dpkg-i-to-install-package-and-dependencies-where-dependencies-are-al#366886



        by running sudo apt-get install -f it installed all of my dependencies and my WiFi finally turned on.



        What a mess! And I'm quite surprised about the inconsistency between booting from a live CD vs installing and booting from my hard drive.






        share|improve this answer













        I had a similar issue trying to get my HP Stream 11 (model: 11-r015wm) netbook connected to WiFi.



        lshw -C network told me it was a Broadcom BCM43142 wireless card. Come to find out it's a WiFi + Bluetooth combo card with (anecdotally - I tried about 6 different Linux distros) not a lot of support out of the box.



        I settled on using Ubuntu Budgie and similar to your experience, when running from the live CD, I could get the wireless card to work if I manually downloaded and installed the driver and some dependencies:



        bcmwl-kernel-source, linux-libc-dev, libc6-dev & dkms .deb packages. It was like magic when on the last command sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb my WiFi turned on and starting working.



        I naively thought all I needed to do now was to install the OS from the live CD and install those same .deb packages. With my new and working internet connection I installed the OS on my hard drive and made sure to tick off the box about installing updates and third party software/drivers.



        However, after I finished the installation and restarting, this time around when I attempted to install dkms it said I was missing dpkg-dev, make & gcc. Wait what? Perhaps the live CD contains more software or is more robust than a standard installation?



        Anyways, I started to manually install each dependency as they came up by going to https://pkgs.org/ and transferring over the .deb files with a USB. By my fourth transfer I was pretty salty.



        This is what I did to finally end up solving the issue:



        1) Found and downloaded my driver with all of its dependencies to a USB using this method:



        https://stackoverflow.com/questions/22008193/how-to-list-download-the-recursive-dependencies-of-a-debian-package



        1.5) Then I attempted to install all of the .deb packages and resolve dependencies by adding a local directory to /etc/apt/sources.list.



        reference:
        https://www.linuxwave.info/2009/04/adding-local-directory-to-apt.html



        I then ran sudo apt-get update --allow-unauthenticated



        reference:
        Force update from unsigned repository Ubuntu 16.04



        However, my package dependencies were still not resolving correctly. I was trying to run sudo dpkg -i *.deb on the folder where I saved everything but dpkg wasn't sure about which order to process all my .deb files in. So I tried something else instead..



        2) I copied all of my .deb files into /var/cache/apt/archives and followed the answer here:



        https://unix.stackexchange.com/questions/366488/how-to-use-dpkg-i-to-install-package-and-dependencies-where-dependencies-are-al#366886



        by running sudo apt-get install -f it installed all of my dependencies and my WiFi finally turned on.



        What a mess! And I'm quite surprised about the inconsistency between booting from a live CD vs installing and booting from my hard drive.







        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered Jun 20 at 22:24









        TensorFlow

        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%2f1043660%2fbroadcom-wifi-adapter-works-in-live-usb-but-not-in-installation%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491