On Sun, May 13, 2007 at 16:17:55 +1000, Adrian Levi wrote: > After an upgrade from Sarge networking no linger works. I can see no > reason for it. > > I have attached lspci -vvv, dmesg, and ifconfig eth0 and > /proc/interrupts for both kernels 2.6.8-2-686 works perfectly. > > Error message is: > May 13 13:12:39 earth kernel: eth0: link up, 100Mbps, full-duplex, lpa > 0x45E1 > May 13 13:12:39 earth kernel: NETDEV WATCHDOG: eth0: transmit timed out > > dhcp-client refuses to get a lease and static networking doesn't work > either. > > Can anyone else shed some light on this problem.
With 2.6.8 you have: > ACPI disabled because your bios is from 95 and too old > You can enable it with acpi=force > IRQ9: eth0 With 2.6.18, on the other hand: > ACPI: Core revision 20060707 > ACPI: setting ELCR to 0800 (from 0200) > ACPI: bus type pci registered > ACPI: Interpreter enabled > ACPI: Using PIC for interrupt routing > pnp: PnP ACPI init > pnp: PnP ACPI: found 12 devices > PnPBIOS: Disabled by ACPI PNP > PCI: Using ACPI for IRQ routing > PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report > IRQ11: acpi, eth0 I would therefore try booting the 2.6.18 kernel with "acpi=off" and/or "pci=routeirq" appended to the kernel parameters. If that does not fix the problem then it is maybe related to your IPv6 over IPv4 setup. I do not have much experience with that, but an obvious difference between the two kernels is that you do not see an IPv4 address listed anymore if you use the 2.6.18 kernel: > eth0 Link encap:Ethernet HWaddr 00:11:95:66:17:73 > inet6 addr: fe80::211:95ff:fe66:1773/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 while you still have both IPv4 and IPv6 with 2.6.8: > eth0 Link encap:Ethernet HWaddr 00:11:95:66:17:73 > inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0 > inet6 addr: fe80::211:95ff:fe66:1773/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Are you sure that your DHCP server and router support IPv6? -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]