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 |
4 Answers
4
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 |
protected by Community♦ Feb 23 at 7:31
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
4 Answers
4
active
oldest
votes
4 Answers
4
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
85.3k14173231
85.3k14173231
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,2411752104
9,2411752104
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.4k955129
27.4k955129
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 |
protected by Community♦ Feb 23 at 7:31
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15