* Possible NetworkManager problem with 2.6.35-rc3
@ 2010-06-14 21:26 Alan
2010-06-15 8:50 ` Kyle McMartin
0 siblings, 1 reply; 4+ messages in thread
From: Alan @ 2010-06-14 21:26 UTC (permalink / raw)
To: linux-kernel
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.
When I try and start the card through /etc/init.d/network start I get
messages about not being able to start the connection.
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: Acquired D-Bus
service com.redhat.ifcfgrh1
Jun 14 13:43:43 zowie NetworkManager[894]: <info> Loaded plugin ifcfg-rh:
(c) 2007 - 2008 Red Hat, Inc. To report bugs please use the
NetworkManager mailing list.
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: parsing
/etc/sysconfig/network-scripts/ifcfg-lo ...
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: parsing
/etc/sysconfig/network-scripts/ifcfg-eth0 ...
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: warning:
NM_CONTROLLED was false but HWADDR was missing; device will be managed
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: read
connection 'System eth0'
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: parsing
/etc/sysconfig/network-scripts/ifcfg-eth1 ...
Jun 14 13:43:43 zowie NetworkManager[894]: ifcfg-rh: read
connection 'System eth1'
Jun 14 13:43:43 zowie NetworkManager[894]: <info> WiFi enabled by radio
killswitch; enabled by state file
Jun 14 13:43:43 zowie NetworkManager[894]: <info> WWAN enabled by radio
killswitch; enabled by state file
Jun 14 13:43:43 zowie NetworkManager[894]: <info> WiMAX enabled by radio
killswitch; enabled by state file
Jun 14 13:43:43 zowie NetworkManager[894]: <info> Networking is enabled by
state file
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...
Jun 14 13:43:43 zowie NetworkManager[894]: <info> modem-manager is now
available
Jun 14 13:43:43 zowie NetworkManager[894]: <warn> bluez error getting
default adapter: The name org.bluez was not provided by any .service files
Jun 14 13:43:43 zowie NetworkManager[894]: <info> Trying to start the
supplicant...
Is there something special I have to set in the kernel config to get this
to work or do I have to get a new version of Network Manager.
It looks like it cannot find all of the driver information.
Any ideas?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Possible NetworkManager problem with 2.6.35-rc3
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
0 siblings, 2 replies; 4+ messages in thread
From: Kyle McMartin @ 2010-06-15 8:50 UTC (permalink / raw)
To: Alan; +Cc: linux-kernel, dcbw
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?
--Kyle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Possible NetworkManager problem with 2.6.35-rc3
2010-06-15 8:50 ` Kyle McMartin
@ 2010-06-15 8:52 ` Kyle McMartin
2010-06-22 5:15 ` Dan Williams
1 sibling, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2010-06-15 8:52 UTC (permalink / raw)
To: Alan; +Cc: linux-kernel, dcbw
On Tue, Jun 15, 2010 at 04:50:07AM -0400, Kyle McMartin wrote:
> > In order to get my sata controller to work I built a current kernel using
> > the config file from my Fedora 13 system.
> >
Also, you should probably attach your dmesg and config file, please.
What did you do? Copy the 2.6.33 config and make oldconfig?
--Kyle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Possible NetworkManager problem with 2.6.35-rc3
2010-06-15 8:50 ` Kyle McMartin
2010-06-15 8:52 ` Kyle McMartin
@ 2010-06-22 5:15 ` Dan Williams
1 sibling, 0 replies; 4+ messages in thread
From: Dan Williams @ 2010-06-22 5:15 UTC (permalink / raw)
To: Kyle McMartin; +Cc: Alan, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-22 5:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).