From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 14 05:42:08 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB126106566C for ; Fri, 14 Jan 2011 05:42:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0088FC0C for ; Fri, 14 Jan 2011 05:42:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0E5g7AF007975; Thu, 13 Jan 2011 22:42:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0E5g74G007972; Thu, 13 Jan 2011 22:42:07 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 13 Jan 2011 22:42:07 -0700 (MST) From: Warren Block To: Understudy In-Reply-To: <4D2FC473.2010803@understudy.net> Message-ID: References: <4D2FAAA0.5050209@understudy.net> <4D2FC473.2010803@understudy.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Thu, 13 Jan 2011 22:42:07 -0700 (MST) Cc: freebsd-mobile@freebsd.org Subject: Re: usb network adapter X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 05:42:08 -0000 On Thu, 13 Jan 2011, Understudy wrote: > On 1/13/2011 10:32 PM, Warren Block wrote: >> On Thu, 13 Jan 2011, Understudy wrote: >> >>> I have a G555 with an alc0 nic. When I upgraded to 8.1. >> >> alc(4) works on 8-stable here. My Acer D250 has a 1G PHY on a 10/100 >> interface, and autonegotiation is unreliable. Manually setting media type >> makes it work. > I tried that and it did not function. For some reason part of what I typed > must have vanished. When I upgraded to 8.1 the alc0 stopped working. I tried > all the settings manually and it would not work. Your hardware is probably different. This one is alc0@pci0:3:0:0: class=0x020000 card=0x022f1025 chip=0x10621969 rev=0xc0 hdr=0x00 vendor = 'Attansic (Now owned by Atheros)' device = 'Atheros AR8132 PCI-E Fast Ethernet Controller (AR8132)' class = network subclass = ethernet It works with 8.2-PRERELEASE and a gigabit switch: # ifconfig alc0 media 100baseTX # dhclient alc0 It's slow to come up, so the /etc/rc.conf equivalent needs SYNCDHP: ifconfig_alc0="SYNCDHCP media 100baseTX"