How the applet NetworkManager works?
Darryl Clarke
smartssa at gmail.com
Mon Apr 24 13:53:28 UTC 2006
On 4/23/06, 王 鹏辉 <wangpenghui at gmail.com> wrote:
> Hello, list.
>
> Recently, i found that the applet NetworkManager which located in the notify
> area could not start automaticly even i want to start it manually.
>
> My current /etc/network/interfaces is
> ==
> auto lo
> iface lo inet loopback
> iface eth0 inet dhcp
> iface eth1 inet dhcp
> auto eth0
> ==
>
> And eth1 is wireless NIC.
>
> Then i add the line:
> auto eth1
>
> to the file.
>
> Then the NetworkManager could work correctly.
> But i don't want to the wireless network start during the system booting. I
> want to start it manully when necessary. If is remove the extra line from
> the /etc/network/interfaces, The applet doesn't work again.
>
> I have few experience on this topic. Could anyone told me what's the real
> problem?
In this situation NetworkManager is doing _nothing_ Your interfaces
are controlled by the standard startup scripts.
In order for NetworkManager to take control of your interfaces you
must comment them out (or remove them completely).
My 'interfaces' file is two lines:
--
auto lo
iface lo inet loopback
--
And I switch happily between wired (eth0) and many wireless networks
(eth1) using the network manager applet.
Also, don't confuse the network-manager applet (nm-applet -- you'll
have to run it manually once -- this shows up in the notification area
only) with the "Network Monitor" applet (this behaves as a normal
applet)
--
~ Darryl ~ smartssa at gmail.com
~ http://darrylclarke.com
More information about the ubuntu-users
mailing list