enabled WPA wireless security and broke ethernet configuration
Peter Garrett
peter.garrett at optusnet.com.au
Mon Jan 15 20:31:08 UTC 2007
On Mon, 15 Jan 2007 14:31:57 -0500
"Tony K." <tony.kruse at gmail.com> wrote:
> After:
> --------------------------------------------------------------------
>
> auto lo
> iface lo inet loopback
>
> #auto eth1
> #iface eth1 inet dhcp
>
> #auto eth2
> #iface eth2 inet dhcp
>
> #auto ath0
> #iface ath0 inet dhcp
>
> #auto wlan0
> #iface wlan0 inet dhcp
>
> #iface eth1 inet dhcp
> #wireless-essid Affenberg
> #wireless-key s:
>
> iface eth0 inet dhcp
If you are using network-manager, you need to comment the final line as
well:
#iface eth0 inet dhcp
network-manager does all the work, so other than the lo (loopback)
( which looks right), you don't need anything else
in /etc/network/interfaces
After commenting that last line out, rerun
sudo /etc/init.d/dbus restart
See if that works for you ... if the applet fails to start after
restarting dbus, you can start it with
nm-applet &
(but that shouldn't be necessary with the latest
network-manager-gnome )
Peter
More information about the ubuntu-users
mailing list