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
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 and the other is connected to
my lo
I installed my Debian system as a single user PC but now want to configure this
machine as a Server for a Network. I realized
very quickly that the slackware book I have that describes setting up a network
is a little different than the debian system
I have installed.
Where can I find any inf
5 matches
Mail list logo