How configure Wi-Fi in Ubuntu 10.04 with LXDE

Having problems getting connected to the internet or getting your wireless card to work? Ask here.
Locked
davidamaro
Posts: 1
Joined: Sun Aug 15, 2010 11:47 pm

How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by davidamaro »

Hi!
This morning I wake-up thinking about install LXDE in my PC. Well now install the package lxde (sudo apt-get install lxde) and when I startup the session with LXDE, I don't have internet.
And my question is, How can configure a network wi-fi in lxde?.
Well this all, thaks for your atention and sorry for my poor English :oops:
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by Marty Jack »

Try wicd or NetworkManager: both of these are commonly used.
Gendibal
Posts: 3
Joined: Wed Aug 18, 2010 8:23 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by Gendibal »

Marty Jack wrote:Try wicd or NetworkManager: both of these are commonly used.
If I do this will that affect my Gnome sessions which obviously work OK with WiFi at the moment?
rockdoctor
Posts: 116
Joined: Tue Nov 11, 2008 4:51 pm

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by rockdoctor »

Gendibal wrote:
Marty Jack wrote:Try wicd or NetworkManager: both of these are commonly used.
If I do this will that affect my Gnome sessions which obviously work OK with WiFi at the moment?
If your Gnome session is already using NetworkManager, your LXDE session should use it by default. To display the NetworkManager panel applet (if it isn't being displayed) make sure you have a section that looks like:

Code: Select all

Plugin {
    type = tray
}
in one of your panel configuration files. If the NetworkManager applet isn't running, then use Alt-F2 to bring up a run dialog and enter nm-applet in the box, then press the Ok button
Geology - It's not rocket science, it's rock science!
Gendibal
Posts: 3
Joined: Wed Aug 18, 2010 8:23 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by Gendibal »

rockdoctor wrote:
Gendibal wrote:
Marty Jack wrote:Try wicd or NetworkManager: both of these are commonly used.
If I do this will that affect my Gnome sessions which obviously work OK with WiFi at the moment?
If your Gnome session is already using NetworkManager, your LXDE session should use it by default. To display the NetworkManager panel applet (if it isn't being displayed) make sure you have a section that looks like:

Code: Select all

Plugin {
    type = tray
}
in one of your panel configuration files. If the NetworkManager applet isn't running, then use Alt-F2 to bring up a run dialog and enter nm-applet in the box, then press the Ok button
Thanks for that - I'll give that a try!
Gendibal
Posts: 3
Joined: Wed Aug 18, 2010 8:23 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by Gendibal »

rockdoctor wrote:
Gendibal wrote:
Marty Jack wrote:Try wicd or NetworkManager: both of these are commonly used.
If I do this will that affect my Gnome sessions which obviously work OK with WiFi at the moment?
If your Gnome session is already using NetworkManager, your LXDE session should use it by default. To display the NetworkManager panel applet (if it isn't being displayed) make sure you have a section that looks like:

Code: Select all

Plugin {
    type = tray
}
in one of your panel configuration files. If the NetworkManager applet isn't running, then use Alt-F2 to bring up a run dialog and enter nm-applet in the box, then press the Ok button
Network manager wasn't running - as soon as I pressed "OK" it appeared on the taskbar as connected. How do i ensure that this starts at log-in?
fleamour
Posts: 4
Joined: Wed Oct 27, 2010 1:35 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by fleamour »

I am using LXDE with Xubuntu 10.04, I also had to Alt + F2 then type

Code: Select all

nm-applet
How do I ensure the network manager auto starts each session?
fleamour
Posts: 4
Joined: Wed Oct 27, 2010 1:35 am

Re: How configure Wi-Fi in Ubuntu 10.04 with LXDE

Post by fleamour »

Very easy:

Start> Preferences> Desktop Session Settings> Tick Network Manager.

Nm applet will then autostart each session.
Locked