Network works during installation, fails on installed system.

Bug #51938 reported by Andreas Gazis
2
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Invalid
Undecided
Brian Murray

Bug Description

I am using the following system:

K7N2GM2 mboard from MSI (http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=619)

with an Athlon XP 1700+

and a Cnet PRO 200 PCI network card (the onboard card is disabled from the BIOS).

The machine is connected via the ethernet plug to a Thomson Speedtouch 530 ADSL modem which lives at 10.0.0.138

I have tried migrating from Debian Sarge to Ubuntu.

I tried the desktop CD images (liveCD) for Ubuntu and Kubuntu as well as the server CD image, all version 6.06-i386.

During the liveCD booting, all the hardware gets detected fine and I have succesfully configured the network (both DHCP and static) using the Gnome GUI or manually through editing /etc/network/interfaces.

I assume it also works fine with the curses based server installer, since it doesn't come up with an error when trying to use DHCP.

As soon as the installation is complete and the system is rebooted from HD, the network fails. The card seems to be fine and I can configure it manually to a static IP but it refuses even to ping the router (Destination host unreachable). The /etc/network/interfaces file is identical in both cases but the network is down.

Apart from the live CD booting, the card also works fine on Windows XP and Debian Sarge. I have submitted a thread in the forums under:

http://www.ubuntuforums.org/showthread.php?t=199688

I am icluding the output of ifconfig -a for the CD and the HD booting as well as lspci below:

LiveCD boot:

eth0 Link encap:Ethernet HWaddr 00:08:A1:19:76:64
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::208:a1ff:fe19:7664/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:901 (901.0 b) TX bytes:7968 (7.7 KiB)
Interrupt:193 Base address:0xd000

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:26 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1744 (1.7 KiB) TX bytes:1744 (1.7 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

-----------------------------------

HD boot:

eth0 Link encap:Ethernet HWaddr 00:08:A1:19:76:64
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::208:a1ff:fe19:7664/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:2 dropped:0 overruns:0 carrier:2
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:3156 (3.0 KiB)
Interrupt:193 Base address:0xd000

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:50 errors:0 dropped:0 overruns:0 frame:0
TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4253 (4.1 KiB) TX bytes:4253 (4.1 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

--------------------------------

lspci output:

0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2)
0000:00:01.0 ISA bridge: nVidia Corporation MCP2A ISA bridge (rev a3)
0000:00:01.1 SMBus: nVidia Corporation MCP2A SMBus (rev a1)
0000:00:02.0 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
0000:00:02.1 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
0000:00:02.2 USB Controller: nVidia Corporation MCP2A USB Controller (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation MCP2S AC'97 Audio Controller (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation MCP2A PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation MCP2A IDE (rev a3)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)
0000:02:08.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 40)

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. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Thanks in advance.

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

We are closing this bug report as it lacks the information, described in the previous comments, we need to investigate the problem further. However, please reopen it if you can give us the missing information and feel free to submit bug reports in the future.

Changed in linux-source-2.6.15:
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.