only one ethernet is configured if more are present

Bug #94730 reported by Max
2
Affects Status Importance Assigned to Milestone
netbase (Ubuntu)
Invalid
Undecided
Brian Murray

Bug Description

Binary package hint: netbase

in feisty if two or more ethernet card are present, only one is configured at startup.
running "/etc/init.d/networking restart" fix the problem until the system is rebooted.
this is the ifconifg output after the boot:

isty:/home/max# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:25:4F:AA:8C
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:726 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:55044 (53.7 KiB) TX bytes:556 (556.0 b)
          Interrupt:19

eth1 Link encap:Ethernet HWaddr 00:06:7B:08:E8:25
          inet addr:192.168.153.27 Bcast:192.168.153.255 \
                Mask:255.255.255.0
          inet6 addr: fe80::206:7bff:fe08:e825/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:60 (60.0 b) TX bytes:5504 (5.3 KiB)
          Interrupt:20 Base address:0x8000

this is the output after 'invoke-rc.d networking restart':

eth0 Link encap:Ethernet HWaddr 00:11:25:4F:AA:8C
          inet addr:192.168.153.223 Bcast:192.168.153.255 \
                Mask:255.255.255.0
          inet6 addr: fe80::211:25ff:fe4f:aa8c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:782 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:59160 (57.7 KiB) TX bytes:806 (806.0 b)
          Interrupt:19

eth1 Link encap:Ethernet HWaddr 00:06:7B:08:E8:25
          inet addr:192.168.153.27 Bcast:192.168.153.255 \
                Mask:255.255.255.0
          inet6 addr: fe80::206:7bff:fe08:e825/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:60 (60.0 b) TX bytes:5832 (5.6 KiB)
          Interrupt:20 Base address:0x8000
----------------------

Revision history for this message
Brian Murray (brian-murray) wrote :

Thanks for taking the time to report this bug and helping to make Ubuntu better. Could you please add the contents of your '/etc/network/interfaces' file? Thanks in advance.

Changed in netbase:
assignee: nobody → brian-murray
status: Unconfirmed → Needs Info
Revision history for this message
Max (maxter) wrote : Re: [Bug 94730] Re: only one ethernet is configured if more are present

Brian Murray ha scritto:
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better. Could you please add the contents of your
> '/etc/network/interfaces' file? Thanks in advance.
>
> ** Changed in: netbase (Ubuntu)
> Assignee: (unassigned) => Brian Murray
> Status: Unconfirmed => Needs Info
>

this is my '/etc/network/interfaces'

----

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.153.223
netmask 255.255.255.0
gateway 192.168.153.210

autho eth1
iface eth1 inet static
address 192.168.153.27
netmask 255.255.255.0

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

------

i tried also disabling all the interfaces not present in my hardware,
but nothing changed.

i found the bug installing feisty from a dist-upgrade from edgy.
then i tried a fresh install from the daily-live cd 20070320, but the
problem was still present.

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Correct "autho eth1" to "auto eth1", otherwise it won't come up on boot :-)

Changed in netbase:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.