On Mon, 16 May 2005 21:50:18 +0200, Donald Perkovich wrote:
> I installed Debian 3.0r4 onto a machine yesterday and things seemed to
> go alright. When I started the machine up today, I found I have no
> networking.
OK, let's try to figure out what's wrong.
> There are two NICs but no device
Donald Perkovich wrote:
> Hello.
>
> I installed Debian 3.0r4 onto a machine yesterday and things seemed to
> go alright. When I started the machine up today, I found I have no
> networking. There are two NICs but no device nodes for them. They
> were there yesterday. One I am not using yet an
the drivers are not loaded.
you can install the discover program to help or you
can load all network drivers and see which ones are in
use after you modprobe them all
1) cd /lib/modules//kernel/drivers/net
2) for module in `ls *.o`; do modprobe "`echo $module| sed -e
's/\.o//'`"; done
3) lsmod (l
3 matches
Mail list logo