Hello
I am kind of new to linux. I am using Debian 3.1, the kenerl is 2.4.27.
During booting time, it always shows invalid dependency lines in modules.dep.
My system can be booted up, but no ethernet is detected.
What I found is the e100 module is not loaded up.
"modprobe e100" gives me "can't locate the module".
I check the contents of modules.dep, it has a incomplete line at the end of file. like
*********************---those are correct lines
e1 ---incomplete line

I never manually modified the file.
I run depmod -a as root, it generates a new modules.dep, but it also has incomplete line at the end.
The incomplete line at the end of file is keeping changing!
It looks like in the middle of creating this file, something suddenly stops.

Any help is really appreciated.

Thanks,
Gavin