Re: Is this the way NM should work?
- From: Gene Czarcinski <gene czarc net>
- To: NetworkManager <networkmanager-list gnome org>
- Subject: Re: Is this the way NM should work?
- Date: Tue, 13 May 2008 17:52:12 -0400
On Tuesday 13 May 2008 16:32:44 Aaron Konstam wrote:
> On Tue, 2008-05-13 at 16:05 -0400, Gene Czarcinski wrote:
> > I have a laptop with both a working wireless interface and a working
> > ethernet
> > wired interface. Normally, I run wireless.
> >
> > On Fedora 9, if I plug into the wired interface, it is brought up also
> > so I
> > now have both the wired and wireless interfaces enabled. Fortunately,
> > both
> > interfaces are on the same (sub) network so routine does not get
> > screwed up.
> >
> > This does not happen on Fedora 8. On Fedora 8, when I plug in the
> > wired
> > interface, the wireless interface is disabled and the wired interface
> > is
> > enabled. Conversely, when I unplug the wired interface, it is
> > disabled and
> > the wireless interface is enabled.
> >
> > The way things work under Fedora 8 is how I expect things to work.
> > However,
> > there may be good reasons for how things work in Fedora 9.
>
> What you discribe is a change between f6 and f9.
Sorry f8:
[root eagle ~]# cat /etc/system-release
Fedora release 8 (Werewolf)
[root eagle ~]# rpm -q NetworkManager
NetworkManager-0.7.0-0.6.7.svn3370.fc8
NetworkManager-0.7.0-0.6.7.svn3370.fc8
It is a bit verbose so I attached the console listing
/var/log/messages is even more verbose but I have it if you want to look at
it.
Gene
[root eagle ~]# cat /etc/system-release
Fedora release 8 (Werewolf)
[root eagle ~]# rpm -q NetworkManager
NetworkManager-0.7.0-0.6.7.svn3370.fc8
NetworkManager-0.7.0-0.6.7.svn3370.fc8
[root eagle ~]#
[root eagle ~]# ### wired is unplugged #######
[root eagle ~]#
[root eagle ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0F:B0:43:D0:E9
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:18 Base address:0xc800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4492 errors:0 dropped:0 overruns:0 frame:0
TX packets:4492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:224760 (219.4 KiB) TX bytes:224760 (219.4 KiB)
wlan0 Link encap:Ethernet HWaddr 00:90:4B:9E:F2:DA
inet addr:192.168.18.188 Bcast:192.168.18.255 Mask:255.255.255.0
inet6 addr: fe80::290:4bff:fe9e:f2da/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:165 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23334 (22.7 KiB) TX bytes:10360 (10.1 KiB)
wmaster0 Link encap:UNSPEC HWaddr 00-90-4B-9E-F2-DA-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root eagle ~]#
[root eagle ~]# ### wired is plugged in ######
[root eagle ~]#
[root eagle ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0F:B0:43:D0:E9
inet addr:192.168.18.162 Bcast:192.168.18.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b0ff:fe43:d0e9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:934 (934.0 b) TX bytes:5363 (5.2 KiB)
Interrupt:18 Base address:0xc800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4492 errors:0 dropped:0 overruns:0 frame:0
TX packets:4492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:224760 (219.4 KiB) TX bytes:224760 (219.4 KiB)
wlan0 Link encap:Ethernet HWaddr 00:90:4B:9E:F2:DA
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:211 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26702 (26.0 KiB) TX bytes:10360 (10.1 KiB)
wmaster0 Link encap:UNSPEC HWaddr 00-90-4B-9E-F2-DA-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root eagle ~]#
[root eagle ~]#
[root eagle ~]# ### wired is unplugged ###
[root eagle ~]#
[root eagle ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0F:B0:43:D0:E9
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1178 (1.1 KiB) TX bytes:5363 (5.2 KiB)
Interrupt:18 Base address:0xc800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4492 errors:0 dropped:0 overruns:0 frame:0
TX packets:4492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:224760 (219.4 KiB) TX bytes:224760 (219.4 KiB)
wlan0 Link encap:Ethernet HWaddr 00:90:4B:9E:F2:DA
inet addr:192.168.18.188 Bcast:192.168.18.255 Mask:255.255.255.0
inet6 addr: fe80::290:4bff:fe9e:f2da/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:230 errors:0 dropped:0 overruns:0 frame:0
TX packets:105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:28937 (28.2 KiB) TX bytes:16269 (15.8 KiB)
wmaster0 Link encap:UNSPEC HWaddr 00-90-4B-9E-F2-DA-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root eagle ~]#
[root eagle ~]# ###################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]