From owner-freebsd-alpha Wed May 30 6:58:21 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B5E3337B424 for ; Wed, 30 May 2001 06:58:17 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA07441; Wed, 30 May 2001 09:58:17 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4UDvlU40378; Wed, 30 May 2001 09:57:47 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15124.64603.281236.755524@grasshopper.cs.duke.edu> Date: Wed, 30 May 2001 09:57:47 -0400 (EDT) To: Riccardo.Veraldi@fi.infn.it Cc: Subject: Re: 100Mbps dc0 settings In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Riccardo.Veraldi@fi.infn.it writes: > > > Hello, always the same Miata MX5: > dc0: port 0x9000-0x907f mem 0x81340000-0x8134007f irq 0 at device 3.0 on pci0 > dc0: flags=8843 mtu 1500 > inet 192.84.146.216 netmask 0xffffff00 broadcast 192.84.146.255 > inet6 fe80::200:f8ff:fe75:81c0%dc0 prefixlen 64 scopeid 0x1 > ether 00:00:f8:75:81:c0 > media: 10baseT/UTP status: active > supported media: autoselect 100baseTX 100baseTX > 10baseT/UT > P 10baseT/UTP 100baseTX > > How can I ru nit at 100Mbps full-duplex ?? > ACtually it is attached on a 100Mbps switch, how can I force it to 100Mbps ?? > Seems like the autosensing of speed is not working. Yes, because you've disabled autoselecting. If it were autoselecting, the media line would say so: media: autoselect (100baseTX ) status: active Note the world "autoselect" Read the ifconfig(8) and dc(4) man pages to learn how to enable autoselect. BTW, autoselect is almost certainly disabled because FreeBSD/alpha preserves the SRM console media settings when possible. So there are 2 ways to make it autoselect -- set the media option of ifconfig, or set it to autoselect in the SRM console via the ewaX_mode variable. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message