From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 23 17:15:09 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF394106564A for ; Fri, 23 Jul 2010 17:15:09 +0000 (UTC) (envelope-from gofda-freebsd-amd64@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB318FC13 for ; Fri, 23 Jul 2010 17:15:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OcLbQ-00044d-2R for freebsd-amd64@freebsd.org; Fri, 23 Jul 2010 19:00:04 +0200 Received: from cpe-24-210-63-182.columbus.res.rr.com ([24.210.63.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2010 19:00:03 +0200 Received: from dsamms by cpe-24-210-63-182.columbus.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2010 19:00:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-amd64@freebsd.org From: David Samms Date: Fri, 23 Jul 2010 12:56:24 -0400 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-24-210-63-182.columbus.res.rr.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100719 Thunderbird/3.0.5 Subject: 8.1 RC2 Wireless Networking Broken X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 17:15:09 -0000 I switched my Thinkpad T61p from FreeBSD 8.1 RC2 i386 to amd64 and experienced a failure of the wireless networking. The setup is as follows: /etc/rc.conf ----------------------- wlans_ath0="wlan0" ifconfig_wlan0="DHCP" On boot the "wlan0" interface was NOT created. If I manually ran "ifconfig wlan0 create wlandev ath0", then everything was OK. The exact same setup (rc.conf, loader.conf, wpa_suplicant.conf) works fine under FreeBSD 8.1 RC2 i386