Quote:
Originally Posted by hirts123
Egag,
What do you mean by my nic-support being modular?
|
i mean: it's a kernel-module.
it's a part of the kernel that can be loaded ( and unloaded )
( kind of plugin ).
if you didn't run "netconfig" already, than do so now.
( to set an ip-address or choose for using dhcp)
i think for your chip you need the "e1000" module.
you can load it ( as root ) with "modprobe e1000".
( you can check with "lsmod" if it's loaded )
after that, run "/etc/rc.d/rc.inet1 start" to start things up.
that should do it.
egag