<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
did you add a pci card or reset or change your bios in mobo at the
time this occurred.<br>
looking at other entries for other HW in lspci -vv may show other
differences.<br>
There is PCI irq mapping at play and the fedora vs. ubuntu kernel
are working it differently (i am guessing).<br>
<br>
of course if you change pci settings in your bios (i.e. no plug and
play,and other pci/irq related settings) you risk nuking your
windows<br>
(i know, as its happened to me once years ago).<br>
<br>
you should also look at dmesg of boot time (time frame). <br>
Maybe just update your ubuntu kernel? or pass in some boot string to
manipulate APCH settings.<br>
But why it started to happen in the first place? i am guessing
because of a add/remove pci card or bios change/update?<br>
<br>
-tl<br>
<br>
<br>
On 01/27/2012 12:07 PM, <a class="moz-txt-link-abbreviated" href="mailto:john.moniz-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org">john.moniz-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org</a> wrote:
<blockquote cite="mid:COL114-W57D57579CE20B72B6A5BB8E38E0-MsuGFMq8XAE@public.gmane.org"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
<div dir="ltr">
<br>
<br>
<div>> From: <a class="moz-txt-link-abbreviated" href="mailto:ted.leslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">ted.leslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a><br>
> Date: Fri, 27 Jan 2012 10:23:52 -0500<br>
> Subject: Re: [TLUG]: Cannot Get Back Ethernet Connection<br>
> To: <a class="moz-txt-link-abbreviated" href="mailto:tlug-lxSQFCZeNF4@public.gmane.org">tlug-lxSQFCZeNF4@public.gmane.org</a><br>
> <br>
> lspci -vv<br>
> i mean.<br>
> <br>
> -tl<br>
<br>
Here's what came out - all I get out of it is that the irq's
are different for ubuntu and fedora. <br>
<br>
UBUNTU:<br>
-------------<br>
"dmesg eth":<br>
<snip><br>
[ 0.815136] forcedeth: Reverse Engineered nForce ethernet
driver. Version 0.64.<br>
[ 0.815419] forcedeth 0000:00:07.0: PCI INT A ->
Link[APCH] -> GSI 23 (level, low) -> IRQ 23<br>
[ 0.815424] forcedeth 0000:00:07.0: setting latency timer
to 64<br>
[ 1.336900] forcedeth 0000:00:07.0: ifname eth0, PHY OUI
0x732 @ 13, addr 00:1f:c6:04:ec:f0<br>
[ 1.336903] forcedeth 0000:00:07.0: highdma pwrctl mgmt
lnktim msi desc-v3<br>
[ 2270.703264] forcedeth 0000:00:07.0: irq 25 for MSI/MSI-X<br>
[ 2281.216026] eth0: no IPv6 routers present<br>
<br>
"lspci -vv":<br>
<snip><br>
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)<br>
Subsystem: Hewlett-Packard Company Device 2a66<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV-
VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
Latency: 0 (250ns min, 5000ns max)<br>
Interrupt: pin A routed to IRQ 23<br>
Region 0: Memory at fe02d000 (32-bit, non-prefetchable)
[size=4K]<br>
Region 1: I/O ports at ec00 [size=8]<br>
Capabilities: <access denied><br>
Kernel driver in use: forcedeth<br>
Kernel modules: forcedeth<br>
<br>
FEDORA:<br>
-------------<br>
"dmesg eth":<br>
<snip><br>
forcedeth: Reverse Engineered nForce ethernet driver. Version
0.64.<br>
forcedeth 0000:00:07.0: PCI INT A -> Link[APCH] -> GSI
22 (level, low) -> IRQ 22<br>
forcedeth 0000:00:07.0: setting latency timer to 64<br>
forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 13, addr
00:1f:c6:04:ec:f0<br>
forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3<br>
forcedeth 0000:00:07.0: irq 25 for MSI/MSI-X<br>
eth0: no IPv6 routers present<br>
<br>
<br>
"lspci -vv":<br>
<snip><br>
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)<br>
Subsystem: Hewlett-Packard Company Device 2a66<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV-
VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
Latency: 0 (250ns min, 5000ns max)<br>
Interrupt: pin A routed to IRQ 25<br>
Region 0: Memory at fe02d000 (32-bit, non-prefetchable)
[size=4K]<br>
Region 1: I/O ports at ec00 [size=8]<br>
Capabilities: <access denied><br>
Kernel driver in use: forcedeth<br>
Kernel modules: forcedeth<br>
<br>
I find it odd that eth0 in fedora ended up with irq 25 rather
than 22 (from the 2nd line of fedora dmesg), yet in ubuntu
eth0 got irq 23 (from the 2nd line of ubuntu dmesg) rather
than 25.<br>
<br>
Is there a clue somewhere in the above?<br>
<br>
Thanks,<br>
<br>
John.<br>
<br>
<br>
> <br>
> On Fri, Jan 27, 2012 at 10:13 AM, ted leslie
<a class="moz-txt-link-rfc2396E" href="mailto:ted.leslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"><ted.leslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org></a> wrote:<br>
> > Compare lspci -xx on the two linux os.<br>
> > -tl<br>
> ><br>
> > On Jan 27, 2012 10:08 AM,
<a class="moz-txt-link-rfc2396E" href="mailto:john.moniz-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org"><john.moniz-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org></a> wrote:<br>
> >><br>
> >> Hello everyone;<br>
> >><br>
> >> After many years of trouble free ethernet
connections, I have now lost it<br>
> >> (in more ways than one) and cannot get an IP
address on my Ubuntu set up.<br>
> >> The condensed version of this story is that it
won't connect, regardless of<br>
> >> whether I try DHCP or static IP address. Ubuntu
just won't give me an IP<br>
> >> address.<br>
> >><br>
> >> On this same box, I also have Vista and Fedora.
I am able to connect with<br>
> >> either, both with DHCP and static address
configurations.<br>
> >><br>
> >> Here's a comparison of "dmesg | grep eth" for
both Fedora and Ubuntu.<br>
> >><br>
> >> Fedora:<br>
> >> <snip><br>
> >> forcedeth 0000:00:07.0: irq 25 for MSI/MSI-X<br>
> >> eth0: no IPv6 routers present<br>
> >><br>
> >> Ubuntu:<br>
> >> <snip><br>
> >> [ 480.187616] forcedeth 0000:00:07.0: irq 25
for MSI/MSI-X<br>
> >> [ 490.348024] eth0: no[ 480.187616] forcedeth
0000:00:07.0: irq 25 for<br>
> >> MSI/MSI-X<br>
> >> [ 490.348024] eth0: no IPv6 routers present<br>
> >> [ 611.855532] forcedeth 0000:00:07.0: irq 25
for MSI/MSI-X<br>
> >> [ 622.492015] eth0: no IPv6 routers present<br>
> >><br>
> >> I don't like what I see from Ubuntu and I have a
feeling that it's not<br>
> >> good. However, feelings don't fix things and I
don't know where to go to fix<br>
> >> it. I've been at this for days...<br>
> >><br>
> >> Any help would be appreciated. And I can expand
the story if necessary,<br>
> >> just thought I'd zero in on the above first.<br>
> >><br>
> >> Thanks,<br>
> >><br>
> >> John.<br>
</div>
</div>
</blockquote>
<br>
</body>
</html>