Re: e1000 module not loaded at startup



It seems that rc.sysinit finds out which module to load using kmodule
commands output. But it that NETWORK e1000 doesn't get loaded as module:

Maybe defining e1000 explicitly (network="e1000" in rc.sysinit) solves the
problem which I can't risk since it is a remote system:

Below is a snippet from rc.sysinit


echo -n $"Initializing hardware... "

ide=""
scsi=""
network=""
audio=""
other=""
eval `kmodule | while read devtype mod ; do
case "$devtype" in
"IDE") ide="$ide $mod"
echo "ide=\"$ide"\";;
"SCSI") scsi="$scsi $mod"
echo "scsi=\"$scsi"\";;
"NETWORK") network="$network $mod"
echo "network=\"$network"\";;
"AUDIO") audio="$audio $mod"
echo "audio=\"$audio"\";;
*) other="$other $mod"
echo "other=\"$other"\";;
esac
done`


> I think on power outage one of the files deleted by the fsck. I want to
> ask which file or startup script loads ethernet and other networking
> modules (such as iptables). I have manually edited
> /etc/rc.d/init.d/network to load e1000 driver from
> /lib/modules/KERNEL-VERS/kernel/drivers/net/e1000/e1000.ko which is
> obviously not a good thing to do but solved my problem for a while. At
> least until I debug the problem.
>
> Your situation I think all different than mine. But thanks .
>> On Sat, 31 Dec 2005, Omer Faruk Sen wrote:
>>
>>> Hi,
>>>
>>> I have a peculiar problem that I can't solve by my own. I have a server
>>> installed rhes es4.2. After a power problem machine got rebooted. After
>>> that e1000 eth module can't get loaded automaticly which was getting
>>> loaded perfectly before without any problem. I have no idea why that
>>> happens and want to ask why that might be. And will be glad if you show
>>> help me about this problem.
>>
>> I noticed if you need a driver disk to load a module for something else,
>> my e1000 would not recognize either. Once I used the correct driver
>> disk,
>> all other modules loaded flawlessly. I don't know if this applies to
>> you
>> or not.
>>
>>
>
>
> --
> Omer Faruk Sen
> http://www.faruk.net
>


--
Omer Faruk Sen
http://www.faruk.net

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Archiving old data to improve performance
    ... If you load up a form with a 'where' clause to open up that one reocrd, ... IF YOU HAD ONLY 10 reocrds. ... With 5 to 10 users on a network, ... and then opens it..and the throws this form attached to ...
    (microsoft.public.access.modulesdaovba)
  • Re: workgroup is not accessable; the network is not present or not
    ... The workstation service terminated with service specific error 2250 ... Could not load RDR device driver ... not see any of the other machines on the network. ... > Have you used Event Viewer to see what events or error ...
    (microsoft.public.win2000.networking)
  • Re: [SLE] eth0 now eth1 WTF? Network woes....The saga....[Long]
    ... > Then on a subsequent reboot the network doesn't come up. ... but the NIC fails to load and the error is "unable to load ... > On reboot, the network fails. ... dmesg says it is now trying to load eth1? ...
    (SuSE)
  • Summary:Configure Network interfaces for best utilization
    ... Netbackup Datacenter 4.5 trying to configure network interfaces for best ... read on a previous summary that IPMP only works on outbound traffic for load ... > I'm thinking about is Sun trunking. ...
    (SunManagers)
  • Simulating simple electric circuits
    ... loads (which can signal change in current flow to the outside -- ... The calls traverse the network until they reach a "ground" object. ... the source passes a "telegram" instance with these ... to let load objects have a timer that resets their state to "no ...
    (comp.lang.python)