Re: Ethernet config

2001-01-18 Thread David Wright
Quoting Lorint Hendschel ([EMAIL PROTECTED]): > Li Mon, Jan 15, 2001 at 10:07:39PM +0100, [EMAIL PROTECTED] sicrîheut: > > Can you ping from the other machines to your linux machine ? > No. > > I see you use the 10base T port, does your hub indicate that the > > netword card is functioning ? > I

Re: Ethernet config

2001-01-18 Thread David Wright
Your questions may not be aimed at me but at Lorint Hendschel; however, here are my experiences: Quoting Joris Lambrecht ([EMAIL PROTECTED]): > why not change your network cable ? I did. (Not because anything was broken, but because the institution moved from thin ethernet to cat5.) The problem

RE: Ethernet config

2001-01-18 Thread Joris Lambrecht
n, selected the module (over and over till it worked) and it worked just fine. Greetings, J.L. -Original Message- From: David Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2001 6:13 PM To: Lorint Hendschel Cc: [EMAIL PROTECTED]; debian-user@lists.debian.org Subject: Re:

Re: Ethernet config

2001-01-17 Thread Lorint Hendschel
Hello, Li Mon, Jan 15, 2001 at 10:07:39PM +0100, [EMAIL PROTECTED] sicrîheut: > Can you ping from the other machines to your linux machine ? No. > I see you use the 10base T port, does your hub indicate that the > netword card is functioning ? I see no flashing light. > You could also try chang

Re: Ethernet config

2001-01-15 Thread dommel
Hi, Can you ping from the other machines to your linux machine ? I see you use the 10base T port, does your hub indicate that the netword card is functioning ? You could also try changing to another 3com509 module. There are differences betheen the PNP and non-PNP version of this card. Kind r

Re: Ethernet config

2001-01-15 Thread D-Man
On Mon, Jan 15, 2001 at 08:58:34PM +0100, Lorint Hendschel wrote: | Hi, | | I am a 1st time Debian user. I installed slink on a machine successfully but I slink is old. Can you upgrade? (You will probably enjoy a newer up-to-date system more than an obsolete one) | have problems setting up m

Re: ethernet config

2000-01-14 Thread 2
what kinda ethernet card do you have? if it's an isa you'll need to give the IO base argument using io=0xnnn where nnn is the IO base. if it's pci it should work automatically. i'm assuming that you're trying to do this during the debian installation process, am i right? if not you'll hef to do so

Re: ethernet config

2000-01-14 Thread Jim B
You will need to use ifconfig to set up your network adapter. For example: ifconfig eth0 1.2.3.4 You also will also need to add routes depending on what kind of network environment you are in (is this machine a gateway, or does it use another machine as its gateway, etc.). Respond to the list