Ubuntu 12.10 Wireless Problem; only showing me Bluetooth option
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
add a comment |
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
add a comment |
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
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
12.10 wireless command-line bluetooth
edited Feb 24 '13 at 10:57
user25656
asked Feb 24 '13 at 8:11
REGZENREGZEN
532412
532412
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
follow the below link, It may be usefull..... :)
http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html
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
add a comment |
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
Its still not working.. :(
– REGZEN
Feb 24 '13 at 17:19
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
follow the below link, It may be usefull..... :)
http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html
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
add a comment |
follow the below link, It may be usefull..... :)
http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html
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
add a comment |
follow the below link, It may be usefull..... :)
http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html
follow the below link, It may be usefull..... :)
http://technotranz.blogspot.in/2013/02/ubuntu-1210-wireless-problem-solved.html
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
add a comment |
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
add a comment |
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
Its still not working.. :(
– REGZEN
Feb 24 '13 at 17:19
add a comment |
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
Its still not working.. :(
– REGZEN
Feb 24 '13 at 17:19
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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