Ubuntu 12.04 LTS can't find my wireless card or the network after I shutdown and turn my system back on












1















Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43 it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.



When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.



How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?



OUTPUT from TERMINAL:



root@jake-XPS-M1530:/home/jake# dmesg | grep b43
[ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
root@jake-XPS-M1530:/home/jake#









share|improve this question
















bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43 it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.



    When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.



    How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?



    OUTPUT from TERMINAL:



    root@jake-XPS-M1530:/home/jake# dmesg | grep b43
    [ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
    [ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
    root@jake-XPS-M1530:/home/jake#









    share|improve this question
















    bumped to the homepage by Community 5 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43 it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.



      When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.



      How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?



      OUTPUT from TERMINAL:



      root@jake-XPS-M1530:/home/jake# dmesg | grep b43
      [ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
      [ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
      [ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
      root@jake-XPS-M1530:/home/jake#









      share|improve this question
















      Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43 it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.



      When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.



      How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?



      OUTPUT from TERMINAL:



      root@jake-XPS-M1530:/home/jake# dmesg | grep b43
      [ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
      [ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
      [ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
      root@jake-XPS-M1530:/home/jake#






      12.04 wireless networking






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 27 '13 at 21:45







      Jake Newkirk

















      asked Aug 25 '13 at 23:12









      Jake NewkirkJake Newkirk

      6818




      6818





      bumped to the homepage by Community 5 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 5 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          Run echo b43 | sudo tee -a /etc/modules. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.






          share|improve this answer
























          • should I run that in root terminal?

            – Jake Newkirk
            Aug 26 '13 at 0:30











          • You don't have to. Running is as a user with admin rights should work as well.

            – mikewhatever
            Aug 26 '13 at 1:07











          • I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

            – Jake Newkirk
            Aug 26 '13 at 1:22











          • That's odd. Check that it got added to /etc/modules with cat /etc/modules.

            – mikewhatever
            Aug 26 '13 at 7:07











          • This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

            – Jake Newkirk
            Aug 27 '13 at 3:17











          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%2f337238%2fubuntu-12-04-lts-cant-find-my-wireless-card-or-the-network-after-i-shutdown-and%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














          Run echo b43 | sudo tee -a /etc/modules. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.






          share|improve this answer
























          • should I run that in root terminal?

            – Jake Newkirk
            Aug 26 '13 at 0:30











          • You don't have to. Running is as a user with admin rights should work as well.

            – mikewhatever
            Aug 26 '13 at 1:07











          • I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

            – Jake Newkirk
            Aug 26 '13 at 1:22











          • That's odd. Check that it got added to /etc/modules with cat /etc/modules.

            – mikewhatever
            Aug 26 '13 at 7:07











          • This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

            – Jake Newkirk
            Aug 27 '13 at 3:17
















          0














          Run echo b43 | sudo tee -a /etc/modules. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.






          share|improve this answer
























          • should I run that in root terminal?

            – Jake Newkirk
            Aug 26 '13 at 0:30











          • You don't have to. Running is as a user with admin rights should work as well.

            – mikewhatever
            Aug 26 '13 at 1:07











          • I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

            – Jake Newkirk
            Aug 26 '13 at 1:22











          • That's odd. Check that it got added to /etc/modules with cat /etc/modules.

            – mikewhatever
            Aug 26 '13 at 7:07











          • This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

            – Jake Newkirk
            Aug 27 '13 at 3:17














          0












          0








          0







          Run echo b43 | sudo tee -a /etc/modules. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.






          share|improve this answer













          Run echo b43 | sudo tee -a /etc/modules. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 25 '13 at 23:22









          mikewhatevermikewhatever

          23.8k76986




          23.8k76986













          • should I run that in root terminal?

            – Jake Newkirk
            Aug 26 '13 at 0:30











          • You don't have to. Running is as a user with admin rights should work as well.

            – mikewhatever
            Aug 26 '13 at 1:07











          • I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

            – Jake Newkirk
            Aug 26 '13 at 1:22











          • That's odd. Check that it got added to /etc/modules with cat /etc/modules.

            – mikewhatever
            Aug 26 '13 at 7:07











          • This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

            – Jake Newkirk
            Aug 27 '13 at 3:17



















          • should I run that in root terminal?

            – Jake Newkirk
            Aug 26 '13 at 0:30











          • You don't have to. Running is as a user with admin rights should work as well.

            – mikewhatever
            Aug 26 '13 at 1:07











          • I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

            – Jake Newkirk
            Aug 26 '13 at 1:22











          • That's odd. Check that it got added to /etc/modules with cat /etc/modules.

            – mikewhatever
            Aug 26 '13 at 7:07











          • This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

            – Jake Newkirk
            Aug 27 '13 at 3:17

















          should I run that in root terminal?

          – Jake Newkirk
          Aug 26 '13 at 0:30





          should I run that in root terminal?

          – Jake Newkirk
          Aug 26 '13 at 0:30













          You don't have to. Running is as a user with admin rights should work as well.

          – mikewhatever
          Aug 26 '13 at 1:07





          You don't have to. Running is as a user with admin rights should work as well.

          – mikewhatever
          Aug 26 '13 at 1:07













          I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

          – Jake Newkirk
          Aug 26 '13 at 1:22





          I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.

          – Jake Newkirk
          Aug 26 '13 at 1:22













          That's odd. Check that it got added to /etc/modules with cat /etc/modules.

          – mikewhatever
          Aug 26 '13 at 7:07





          That's odd. Check that it got added to /etc/modules with cat /etc/modules.

          – mikewhatever
          Aug 26 '13 at 7:07













          This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

          – Jake Newkirk
          Aug 27 '13 at 3:17





          This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#

          – Jake Newkirk
          Aug 27 '13 at 3:17


















          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%2f337238%2fubuntu-12-04-lts-cant-find-my-wireless-card-or-the-network-after-i-shutdown-and%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

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局