Ubuntu 12.10 Wireless Problem; only showing me Bluetooth option












1















My laptop is Dell Inspiron 15R. I have installed Ubuntu 12.10 a week ago, and realized that the option for wireless is not there. Not even in the network settings, so I went through the problems posted earlier and I thought its because of Broadcom. So I tried:



sudo apt-get update  
sudo apt-get install b43-fwcutter


But still the wifi is not working.



When I typed rfkill list all in the terminal I got the following output...



0: hci0: Bluetooth  
Soft blocked: yes
Hard blocked: no


It's showing me only bluetooth and nothing about wireless. I guess wireless is blocked somewhere.



Please help...










share|improve this question





























    1















    My laptop is Dell Inspiron 15R. I have installed Ubuntu 12.10 a week ago, and realized that the option for wireless is not there. Not even in the network settings, so I went through the problems posted earlier and I thought its because of Broadcom. So I tried:



    sudo apt-get update  
    sudo apt-get install b43-fwcutter


    But still the wifi is not working.



    When I typed rfkill list all in the terminal I got the following output...



    0: hci0: Bluetooth  
    Soft blocked: yes
    Hard blocked: no


    It's showing me only bluetooth and nothing about wireless. I guess wireless is blocked somewhere.



    Please help...










    share|improve this question



























      1












      1








      1








      My laptop is Dell Inspiron 15R. I have installed Ubuntu 12.10 a week ago, and realized that the option for wireless is not there. Not even in the network settings, so I went through the problems posted earlier and I thought its because of Broadcom. So I tried:



      sudo apt-get update  
      sudo apt-get install b43-fwcutter


      But still the wifi is not working.



      When I typed rfkill list all in the terminal I got the following output...



      0: hci0: Bluetooth  
      Soft blocked: yes
      Hard blocked: no


      It's showing me only bluetooth and nothing about wireless. I guess wireless is blocked somewhere.



      Please help...










      share|improve this question
















      My laptop is Dell Inspiron 15R. I have installed Ubuntu 12.10 a week ago, and realized that the option for wireless is not there. Not even in the network settings, so I went through the problems posted earlier and I thought its because of Broadcom. So I tried:



      sudo apt-get update  
      sudo apt-get install b43-fwcutter


      But still the wifi is not working.



      When I typed rfkill list all in the terminal I got the following output...



      0: hci0: Bluetooth  
      Soft blocked: yes
      Hard blocked: no


      It's showing me only bluetooth and nothing about wireless. I guess wireless is blocked somewhere.



      Please help...







      12.10 wireless command-line bluetooth






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 24 '13 at 10:57







      user25656

















      asked Feb 24 '13 at 8:11









      REGZENREGZEN

      532412




      532412






















          2 Answers
          2






          active

          oldest

          votes


















          0














          follow the below link, It may be usefull..... :)
          http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html






          share|improve this answer
























          • Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

            – REGZEN
            Feb 24 '13 at 17:35



















          0














          By typing the command :



          lspci


          You can check what kind of wireless card your Dell Inspiron 15R have. I guess it's probably something like bcm43xx.



          If so, the answer to get your wifi working is :



          sudo apt-get install linux linux-headers-generic kernel-package
          sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
          sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


          Reboot !



          You can also try a sudo rfkill unblock all it helped me once with my inspiron 15R.



          From this post on askubuntu.com






          share|improve this answer


























          • Its still not working.. :(

            – REGZEN
            Feb 24 '13 at 17:19











          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%2f260562%2fubuntu-12-10-wireless-problem-only-showing-me-bluetooth-option%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          follow the below link, It may be usefull..... :)
          http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html






          share|improve this answer
























          • Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

            – REGZEN
            Feb 24 '13 at 17:35
















          0














          follow the below link, It may be usefull..... :)
          http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html






          share|improve this answer
























          • Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

            – REGZEN
            Feb 24 '13 at 17:35














          0












          0








          0







          follow the below link, It may be usefull..... :)
          http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html






          share|improve this answer













          follow the below link, It may be usefull..... :)
          http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 24 '13 at 10:21









          santu47santu47

          18116




          18116













          • Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

            – REGZEN
            Feb 24 '13 at 17:35



















          • Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

            – REGZEN
            Feb 24 '13 at 17:35

















          Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

          – REGZEN
          Feb 24 '13 at 17:35





          Software sources is also not showing me the Broadcom option....I can't upload the photo of the software sources because I don't have much reputations....

          – REGZEN
          Feb 24 '13 at 17:35













          0














          By typing the command :



          lspci


          You can check what kind of wireless card your Dell Inspiron 15R have. I guess it's probably something like bcm43xx.



          If so, the answer to get your wifi working is :



          sudo apt-get install linux linux-headers-generic kernel-package
          sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
          sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


          Reboot !



          You can also try a sudo rfkill unblock all it helped me once with my inspiron 15R.



          From this post on askubuntu.com






          share|improve this answer


























          • Its still not working.. :(

            – REGZEN
            Feb 24 '13 at 17:19
















          0














          By typing the command :



          lspci


          You can check what kind of wireless card your Dell Inspiron 15R have. I guess it's probably something like bcm43xx.



          If so, the answer to get your wifi working is :



          sudo apt-get install linux linux-headers-generic kernel-package
          sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
          sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


          Reboot !



          You can also try a sudo rfkill unblock all it helped me once with my inspiron 15R.



          From this post on askubuntu.com






          share|improve this answer


























          • Its still not working.. :(

            – REGZEN
            Feb 24 '13 at 17:19














          0












          0








          0







          By typing the command :



          lspci


          You can check what kind of wireless card your Dell Inspiron 15R have. I guess it's probably something like bcm43xx.



          If so, the answer to get your wifi working is :



          sudo apt-get install linux linux-headers-generic kernel-package
          sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
          sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


          Reboot !



          You can also try a sudo rfkill unblock all it helped me once with my inspiron 15R.



          From this post on askubuntu.com






          share|improve this answer















          By typing the command :



          lspci


          You can check what kind of wireless card your Dell Inspiron 15R have. I guess it's probably something like bcm43xx.



          If so, the answer to get your wifi working is :



          sudo apt-get install linux linux-headers-generic kernel-package
          sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
          sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


          Reboot !



          You can also try a sudo rfkill unblock all it helped me once with my inspiron 15R.



          From this post on askubuntu.com







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 13 '17 at 12:23









          Community

          1




          1










          answered Feb 24 '13 at 11:02









          SulliwaneSulliwane

          1,40052236




          1,40052236













          • Its still not working.. :(

            – REGZEN
            Feb 24 '13 at 17:19



















          • Its still not working.. :(

            – REGZEN
            Feb 24 '13 at 17:19

















          Its still not working.. :(

          – REGZEN
          Feb 24 '13 at 17:19





          Its still not working.. :(

          – REGZEN
          Feb 24 '13 at 17:19


















          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%2f260562%2fubuntu-12-10-wireless-problem-only-showing-me-bluetooth-option%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

          Mouse cursor on multiple screens with different PPI

          Agildo Ribeiro

          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”