When I try "ifconfig eth0", I get:
"eth0: error fetching interface information".
When I run "ifconfig" w/ no options, I get info on local loopback
only.
I have installed FC9 on other older Dell PC's w/ no problem.
Dell Tech support told me this:
"you should contact linux."
"we ship out machines with linux but we don't support them."
Any idea why no eth0 and what to do about it?
Thanks,
-Richard Vaughn
Did you try
ifconfig -a
See ifconfig man page.
--
Tauno Voipio
> Brand-new Dell Optiplex 760.
> Installed Fedora Core 9 from DVD.
Why? You're two full versions back - F11 just came out a couple of weeks
ago.
I would wander over to the #fedora irc channel and ask there. A quick
google reveals that there are others who have recently had problems with
Fedora and the 760, e.g., here:
http://www.nabble.com/Strange-behaviour-running-latest-rawhide-on-Dell-Optiplex-760-td22957139.html
--Randy
> After boot, eth0 device not found.
>
> When I try "ifconfig eth0", I get:
> "eth0: error fetching interface information".
>
> When I run "ifconfig" w/ no options, I get info on local loopback
> only.
>
> I have installed FC9 on other older Dell PC's w/ no problem.
> Dell Tech support told me this:
> "you should contact linux."
> "we ship out machines with linux but we don't support them."
>
> Any idea why no eth0 and what to do about it?
>
> Thanks,
> -Richard Vaughn
-- http://www.digitalsignallabs.com/
% Randy Yates % "Bird, on the wing,
%% Fuquay-Varina, NC % goes floating by
%%% 919-577-9882 % but there's a teardrop in his eye..."
%%%% <ya...@ieee.org> % 'One Summer Dream', *Face The Music*, ELO
Have you loaded the ethernet driver module for the network card?
modprobe e1000e
Mark.
--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/
I like that one especially.
You should have asked them if they knew if Linux has a website or an 800
number.
>When I try "ifconfig eth0", I get:
>"eth0: error fetching interface information".
Does 'lspci' show the actual hardware?
--
(\__/)
(='.'=) Bunny says Windows 7 is Vi$ta reloaded.
(")_(") http://imgs.xkcd.com/comics/windows_7.png
Look for eth1 - I was dinking around with an older PC
(don't remember make/model right now) and I had a heckuva
time until I discovered that the built-in network port
showed up as eth1 instead of eth0.
--
-- Marten Kemp
(Fix name and ISP to reply)
Yup. Gotta laptop here and it shows up as eth1, and eth2 is the radio
wifi bollocks.
Why? Don't ask me.
See if there's an eth0 in /etc/udev/rules.d/70-persistent-net.rules.
udev shouldn't skip eth0 unless it thinks there already is an eth0.