Are you sure the card itself came up? As root run ifconfig and look to
see if it shows the card and it's interfaces are all up.
Now having had to edit /etc/modules.conf to add all those entries, I had
to add the alias and options for io as well.
Did you install some new hardware about the time that these changes when
through? I mean other then something like that, or some sort of
configuration change, nothing should have caused a change there at all.
But I guess if it's working now... then all is good huh?
tdh
--
T. Holmes
Unixtechs.org
[EMAIL PROTECTED]
www.unixtechs.org/
"Real Men use Vi." * Rick Commo <[EMAIL PROTECTED]> [010222 23:44]:
> Thanks to Matt Micene for pointing me in the right direction in his post
> labeled "Re: [expert] Staggering Closer ??!!??".
>
> I was stumped by the fact eth0 wouldn't configure on boot but would by hand.
> Matt's post pointed me to look at /etc/modules.conf.
>
> In it were the two lines
> alias eth0 rtl8139
> options irq=10
>
> I got rid of the second line, "options=10", and rebooted. No error this
> time.
>
> It still stymies me as to why it broke on boot but not by hand. Both the
> BIOS and Linux showed the NIC at irq=10. Anyone out there have any ideas?
>
> But at least now it comes up with the network.
>
> Cheers,
> -rick