From owner-freebsd-questions Mon Jun 25 0:29:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from discus.nl.uu.net (discus.nl.uu.net [193.67.79.178]) by hub.freebsd.org (Postfix) with ESMTP id 1B8F537B412 for ; Mon, 25 Jun 2001 00:29:42 -0700 (PDT) (envelope-from arjan@jak.nl) Received: from 1Cust154.tnt32.rtm1.nl.uu.net ([213.116.158.154]:1058 "EHLO jak.nl") by discus.nl.uu.net with ESMTP id ; Mon, 25 Jun 2001 09:29:32 +0200 Message-ID: <3B36E8B8.EFDAA75D@jak.nl> Date: Mon, 25 Jun 2001 09:31:04 +0200 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Kelvin Ng Chee Hoong Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Ehternet card setting References: <3B36E1E3.526ABE3F@pacific.net.sg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG take a look at: # man ifconfig # man YOUR_ETHERNET_ADAPTER for the media options supported by the adapter and in /etc/rc.conf edit the line ifconfig line appending the 'media' and 'mediaopt' : ... ifconfig_YOUR-ETH-ADAPTER-HERE="inet adapter_ip_address netmask 255.255.255.0 media your_media_selection_here madiaopt your_media_opt_here" ... Good Luck Kelvin Ng Chee Hoong wrote: > Hi ; > I'm a newbie on FreeBSD . Could somebody give me a advise how do I > change ethernet speed and duplex setting manually ? My network card does > support 10/100 . But I want to force it running at 10Mbps , half duplex > . > > I greatly appreciated if somebody can help . Thank you ..... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message