'enable wireless' not showing in ubuntu 12.10
I have gone through other posts to solve the problem, but it seems bit difficult to fix it. I have ubuntu 12.10 on HP notebook.
I don't see 'enable wireless' option on the control panel.
Could someone guide me through this.
Thanks
wireless
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have gone through other posts to solve the problem, but it seems bit difficult to fix it. I have ubuntu 12.10 on HP notebook.
I don't see 'enable wireless' option on the control panel.
Could someone guide me through this.
Thanks
wireless
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have gone through other posts to solve the problem, but it seems bit difficult to fix it. I have ubuntu 12.10 on HP notebook.
I don't see 'enable wireless' option on the control panel.
Could someone guide me through this.
Thanks
wireless
I have gone through other posts to solve the problem, but it seems bit difficult to fix it. I have ubuntu 12.10 on HP notebook.
I don't see 'enable wireless' option on the control panel.
Could someone guide me through this.
Thanks
wireless
wireless
asked Apr 28 '13 at 12:16
Konika ChawlaKonika Chawla
612
612
bumped to the homepage by Community♦ 3 mins 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♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
1. First thing to check is you didn't disable wireless with your keyboard (more common than you might think). If you have a networking key on your keyboard see if that fixes it.
2. If not, do you see the network monitor applet in the top bar, where the battery icon etc. are? There should be a dropdown menu with an "enable wireless" setting or something similar. Eg in Gnome Shell:
3. In the System Settings, you should see "Network" in the "Hardware" section. From there you should be able to select Wireless settings and turn on networking. Again, this is how mine looks in Gnome Shell (yours might be slightly different if you're using Unity):
4. You can also use the terminal, if you're comfortable with that. First you need the name of your connection, probably 'wlan0' but sometimes 'eth1'. Run ifconfig
and you should see a number of entries listed. Then to turn the wireless on, run sudo ifconfig wlan0 up
, or sudo ifconfig eth1 up
.
5. If none of those work, it may be that you don't have the correct drivers installed. Afaik, HP notebooks are very well supported, so I doubt it is a driver issue. Nevertheless, you can check your wireless card is activated and such using the command sudo lshw -C network
as described here. Look for the one with description: Wireless interface
and make see if the line configuration:
has a driver listed. If you need a driver, check "Additional Drivers" under "Hardware" in System Settings.
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%2f287245%2fenable-wireless-not-showing-in-ubuntu-12-10%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
1. First thing to check is you didn't disable wireless with your keyboard (more common than you might think). If you have a networking key on your keyboard see if that fixes it.
2. If not, do you see the network monitor applet in the top bar, where the battery icon etc. are? There should be a dropdown menu with an "enable wireless" setting or something similar. Eg in Gnome Shell:
3. In the System Settings, you should see "Network" in the "Hardware" section. From there you should be able to select Wireless settings and turn on networking. Again, this is how mine looks in Gnome Shell (yours might be slightly different if you're using Unity):
4. You can also use the terminal, if you're comfortable with that. First you need the name of your connection, probably 'wlan0' but sometimes 'eth1'. Run ifconfig
and you should see a number of entries listed. Then to turn the wireless on, run sudo ifconfig wlan0 up
, or sudo ifconfig eth1 up
.
5. If none of those work, it may be that you don't have the correct drivers installed. Afaik, HP notebooks are very well supported, so I doubt it is a driver issue. Nevertheless, you can check your wireless card is activated and such using the command sudo lshw -C network
as described here. Look for the one with description: Wireless interface
and make see if the line configuration:
has a driver listed. If you need a driver, check "Additional Drivers" under "Hardware" in System Settings.
add a comment |
1. First thing to check is you didn't disable wireless with your keyboard (more common than you might think). If you have a networking key on your keyboard see if that fixes it.
2. If not, do you see the network monitor applet in the top bar, where the battery icon etc. are? There should be a dropdown menu with an "enable wireless" setting or something similar. Eg in Gnome Shell:
3. In the System Settings, you should see "Network" in the "Hardware" section. From there you should be able to select Wireless settings and turn on networking. Again, this is how mine looks in Gnome Shell (yours might be slightly different if you're using Unity):
4. You can also use the terminal, if you're comfortable with that. First you need the name of your connection, probably 'wlan0' but sometimes 'eth1'. Run ifconfig
and you should see a number of entries listed. Then to turn the wireless on, run sudo ifconfig wlan0 up
, or sudo ifconfig eth1 up
.
5. If none of those work, it may be that you don't have the correct drivers installed. Afaik, HP notebooks are very well supported, so I doubt it is a driver issue. Nevertheless, you can check your wireless card is activated and such using the command sudo lshw -C network
as described here. Look for the one with description: Wireless interface
and make see if the line configuration:
has a driver listed. If you need a driver, check "Additional Drivers" under "Hardware" in System Settings.
add a comment |
1. First thing to check is you didn't disable wireless with your keyboard (more common than you might think). If you have a networking key on your keyboard see if that fixes it.
2. If not, do you see the network monitor applet in the top bar, where the battery icon etc. are? There should be a dropdown menu with an "enable wireless" setting or something similar. Eg in Gnome Shell:
3. In the System Settings, you should see "Network" in the "Hardware" section. From there you should be able to select Wireless settings and turn on networking. Again, this is how mine looks in Gnome Shell (yours might be slightly different if you're using Unity):
4. You can also use the terminal, if you're comfortable with that. First you need the name of your connection, probably 'wlan0' but sometimes 'eth1'. Run ifconfig
and you should see a number of entries listed. Then to turn the wireless on, run sudo ifconfig wlan0 up
, or sudo ifconfig eth1 up
.
5. If none of those work, it may be that you don't have the correct drivers installed. Afaik, HP notebooks are very well supported, so I doubt it is a driver issue. Nevertheless, you can check your wireless card is activated and such using the command sudo lshw -C network
as described here. Look for the one with description: Wireless interface
and make see if the line configuration:
has a driver listed. If you need a driver, check "Additional Drivers" under "Hardware" in System Settings.
1. First thing to check is you didn't disable wireless with your keyboard (more common than you might think). If you have a networking key on your keyboard see if that fixes it.
2. If not, do you see the network monitor applet in the top bar, where the battery icon etc. are? There should be a dropdown menu with an "enable wireless" setting or something similar. Eg in Gnome Shell:
3. In the System Settings, you should see "Network" in the "Hardware" section. From there you should be able to select Wireless settings and turn on networking. Again, this is how mine looks in Gnome Shell (yours might be slightly different if you're using Unity):
4. You can also use the terminal, if you're comfortable with that. First you need the name of your connection, probably 'wlan0' but sometimes 'eth1'. Run ifconfig
and you should see a number of entries listed. Then to turn the wireless on, run sudo ifconfig wlan0 up
, or sudo ifconfig eth1 up
.
5. If none of those work, it may be that you don't have the correct drivers installed. Afaik, HP notebooks are very well supported, so I doubt it is a driver issue. Nevertheless, you can check your wireless card is activated and such using the command sudo lshw -C network
as described here. Look for the one with description: Wireless interface
and make see if the line configuration:
has a driver listed. If you need a driver, check "Additional Drivers" under "Hardware" in System Settings.
answered Apr 28 '13 at 12:41
mtdevansmtdevans
6802718
6802718
add a comment |
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%2f287245%2fenable-wireless-not-showing-in-ubuntu-12-10%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