From owner-freebsd-mobile@FreeBSD.ORG Sun Aug 15 13:13:23 2010 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 022E8106566C for ; Sun, 15 Aug 2010 13:13:23 +0000 (UTC) (envelope-from tsmm@list.ru) Received: from fallback4.mail.ru (fallback4.mail.ru [94.100.176.42]) by mx1.freebsd.org (Postfix) with ESMTP id B0BEA8FC0C for ; Sun, 15 Aug 2010 13:13:22 +0000 (UTC) Received: from f114.mail.ru (f114.mail.ru [217.69.128.74]) by fallback4.mail.ru (mPOP.Fallback_MX) with ESMTP id AA0C02D524A3 for ; Sun, 15 Aug 2010 13:50:40 +0400 (MSD) Received: from mail by f114.mail.ru with local id 1OkZrS-0004p2-00 for freebsd-mobile@freebsd.org; Sun, 15 Aug 2010 13:50:38 +0400 Received: from [89.218.52.234] by win.mail.ru with HTTP; Sun, 15 Aug 2010 13:50:38 +0400 From: Mikhail TSaplin To: freebsd-mobile@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [89.218.52.234] Date: Sun, 15 Aug 2010 13:50:38 +0400 References: <20100813120020.C528D1065792@hub.freebsd.org> In-Reply-To: <20100813120020.C528D1065792@hub.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: Ok X-Mailman-Approved-At: Sun, 15 Aug 2010 14:53:06 +0000 Subject: Lenovo G455, atheros AR9285 wifi problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail TSaplin List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2010 13:13:23 -0000 Hello All! I have Lenovo G455 notebook with FreeBSD 8.1 installed on it. Notebook has an Atheros AR9285 WiFi card that normally attaches to the ath driver. But i cant enable it. I do the following steps: 1) Turn on WiFi switch on the notebook front panel; 2) Powerup notebook - WiFi led is on; 3) System loads BIOS, bootmanager, FreeBSD system boot loader - WiFi led is on; 4) System starts kernel booting - and WiFi led turns off within kernel loading process; 5) Dmesg and ifconfig - shows successfully attached ath device; 6) I enter following commands: ifconfig wlan0 create wlandev ath0 - wlan0 device is created; ifconfig wlan0 up scan - and this command hangs - probably that the WiFi is disabled; 7) I tried to enable/disable WiFi front panel switch, push Fn+F5 (wifi enable conbination) - the WiFi led is still off; What I need to do to enable the WiFi? Thanks for any advice. Mikhail.