From owner-freebsd-hardware Thu Nov 16 11:18:18 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id C249037B479 for ; Thu, 16 Nov 2000 11:18:15 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id eAGJHQB63693; Thu, 16 Nov 2000 11:17:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 16 Nov 2000 11:18:04 -0800 (PST) From: John Baldwin To: Tobias Fredriksson Subject: Re: forcing half/full duplex on ethernet devices? Cc: Jason Verkaart , freebsd-hardware@FreeBSD.org, Antonio Carlos Venancio Junior Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 16-Nov-00 Tobias Fredriksson wrote: > On Thu, 16 Nov 2000, Antonio Carlos Venancio Junior wrote: > >> Tobias, >> >> >> I have another question. How could I set that media options to force >> full-duplex if my ifconfig is configured by DHCP? >> >> ---------- >> ifconfig_dc0="DHCP" >> ---------- > change the line to > ifconfig_dc0="DHCP media 100baseTX mediaopt full-duplex" That won't work I'm afraid. However, you can create an /etc/start_if.dc0 script to run the ifconfig to setup the media and run dhclient... or you can just setup the media in the script and set ifconfig_dc0 to "DHCP". -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message