Date: Sat, 17 Oct 1998 14:38:10 +0100 From: Ben Hutchinson <benhutch-f@xfiles.org.uk> To: jmertz@rocksolid.net, freebsd-questions@FreeBSD.ORG Subject: Re: Adaptec ANA 691/TX ethernet card Message-ID: <19981017143810.B711@xfiles.org.uk> In-Reply-To: <3627E33A.67EF@rocksolid.net>; from John Mertz on Fri, Oct 16, 1998 at 05:22:18PM -0700 References: <3627E33A.67EF@rocksolid.net>
next in thread | previous in thread | raw e-mail | index | archive | help
There should be a line similar to this in /etc/rc.conf: ifconfig_de0="inet 10.0.0.0 netmask 255.0.0.0" Add the approriate media options switch to the end of that: ifconfig_de0="inet 10.0.0.0 netmask 255.0.0.0 media 10baseT/UTP" If you wish to make the change while the system is running, type: ifconfig de0 media 10baseT/UTP - Ben On Fri, Oct 16, 1998 at 05:22:18PM -0700, John Mertz wrote: > I have an Adaptec ANA 691/TX ethernet card (based on the DEC DC21140 > chip) that should support both 10 and 100 mbit connection. I am trying > to connect it to a 10 mbit hub but FreeBSD insists on bringing up the > card in 100 mbit mode. > > How can I get FreeBSD to switch the card to 10 mbit mode? -- "I Want To Believe" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981017143810.B711>