How To Connect to Wireless Network in Lubuntu?
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
add a comment |
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
add a comment |
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
wireless lubuntu
asked Jul 22 '13 at 7:03
Prem AnandPrem Anand
177225
177225
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
add a comment |
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15
add a comment |
5 Answers
5
active
oldest
votes
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
I have tried all of the above to no avail. Using an HP Stream. I can get to the internet with an Ethernet cable, but not wi-fi. I do not have any connection icons in the tray. I'm running Lubunto 16.04
New contributor
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%2f322861%2fhow-to-connect-to-wireless-network-in-lubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
edited Apr 19 '14 at 12:23
Community♦
1
1
answered Jul 22 '13 at 8:58
Mitch♦Mitch
84.6k14173229
84.6k14173229
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
1
1
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
edited Jun 19 '14 at 9:45
Luís de Sousa
9,0951752100
9,0951752100
answered Jun 19 '14 at 9:11
sachawebsachaweb
312
312
add a comment |
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
edited May 26 '14 at 2:22
answered May 26 '14 at 2:14
Elder GeekElder Geek
27.2k954127
27.2k954127
add a comment |
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
answered Aug 22 '16 at 5:02
Colin DColin D
1113
1113
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
1
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
I have tried all of the above to no avail. Using an HP Stream. I can get to the internet with an Ethernet cable, but not wi-fi. I do not have any connection icons in the tray. I'm running Lubunto 16.04
New contributor
add a comment |
I have tried all of the above to no avail. Using an HP Stream. I can get to the internet with an Ethernet cable, but not wi-fi. I do not have any connection icons in the tray. I'm running Lubunto 16.04
New contributor
add a comment |
I have tried all of the above to no avail. Using an HP Stream. I can get to the internet with an Ethernet cable, but not wi-fi. I do not have any connection icons in the tray. I'm running Lubunto 16.04
New contributor
I have tried all of the above to no avail. Using an HP Stream. I can get to the internet with an Ethernet cable, but not wi-fi. I do not have any connection icons in the tray. I'm running Lubunto 16.04
New contributor
New contributor
answered 3 hours ago
gery racegery race
1
1
New contributor
New contributor
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%2f322861%2fhow-to-connect-to-wireless-network-in-lubuntu%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
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15