linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: Kyle McMartin <kyle@mcmartin.ca>
Cc: Alan <alan@clueserver.org>, linux-kernel@vger.kernel.org
Subject: Re: Possible NetworkManager problem with 2.6.35-rc3
Date: Mon, 21 Jun 2010 22:15:28 -0700	[thread overview]
Message-ID: <1277183728.1407.22.camel@dcbw> (raw)
In-Reply-To: <20100615085007.GN20317@bombadil.infradead.org>

On Tue, 2010-06-15 at 04:50 -0400, Kyle McMartin wrote:
> On Mon, Jun 14, 2010 at 02:26:55PM -0700, Alan wrote:
> > In order to get my sata controller to work I built a current kernel using
> > the config file from my Fedora 13 system.
> > 
> > Everything works except for networking.
> > 
> > It uses the forcedeth driver, but network manager does not want to see the
> > card whatsoever.
> > 
> <snip>
> > Jun 14 13:43:43 zowie NetworkManager[894]: <warn> /sys/class/net/eth0:
> > couldn't determine device driver; ignoring...
> > Jun 14 13:43:43 zowie NetworkManager[894]: <warn> /sys/class/net/eth1:
> > couldn't determine device driver; ignoring...
> 
> Even if there is a sysfs bug in 2.6.35-rc3, it looks pretty braindead
> that network-manager falls over for this.
> 
> Dan, any ideas?

Yes, we require a correctly set up sysfs.  It's not strictly necessary,
but the checks for driver are there to validate the driver that the
hardware uses.  If the driver isn't setting up sysfs correctly, it's a
sure bet something else is wrong or that the driver is a pile of
steaming junk.

cd -P /sys/class/net/eth0/device
ls -al
cd -P driver
pwd

and lets see what we get.  If the "cd -P driver" doesn't dump you into
the directory for that driver (ie 'forcedeth' or 'e1000e' etc) then the
driver needs to get fixed.

Dan


      parent reply	other threads:[~2010-06-22  5:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 21:26 Possible NetworkManager problem with 2.6.35-rc3 Alan
2010-06-15  8:50 ` Kyle McMartin
2010-06-15  8:52   ` Kyle McMartin
2010-06-22  5:15   ` Dan Williams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277183728.1407.22.camel@dcbw \
    --to=dcbw@redhat.com \
    --cc=alan@clueserver.org \
    --cc=kyle@mcmartin.ca \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).