Re: Network Setup Help

2005-05-22 Thread Thomas Hood
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

Re: Network Setup Help

2005-05-16 Thread Kent West
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

Re: Network Setup Help

2005-05-16 Thread Chris Humphries
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

Network Setup Help

2005-05-16 Thread Donald Perkovich
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

Home Network Setup Help

1999-08-28 Thread Lance Hoffmeyer
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