From owner-freebsd-current@FreeBSD.ORG Wed Sep 7 09:51:03 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D3AE1065672 for ; Wed, 7 Sep 2011 09:51:03 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id DCF478FC0A for ; Wed, 7 Sep 2011 09:51:02 +0000 (UTC) Received: by fxe4 with SMTP id 4so563105fxe.13 for ; Wed, 07 Sep 2011 02:51:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.22.16 with SMTP id l16mr860732fab.62.1315387250456; Wed, 07 Sep 2011 02:20:50 -0700 (PDT) Received: by 10.223.73.202 with HTTP; Wed, 7 Sep 2011 02:20:50 -0700 (PDT) X-Originating-IP: [91.46.214.235] In-Reply-To: References: Date: Wed, 7 Sep 2011 11:20:50 +0200 Message-ID: From: Bernhard Schmidt To: Tz-Huan Huang Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, freebsd-wireless@freebsd.org Subject: Re: "Intel Centrino Advanced-N + WiMAX 6250" doesn't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 09:51:03 -0000 On Wed, Sep 7, 2011 at 09:39, Tz-Huan Huang wrote: > On Wed, Sep 7, 2011 at 14:10, Tz-Huan Huang wrote: >> Hi, >> >> I have a lenovo X201s with a "Intel Centrino Advanced-N + WiMAX 6250" bu= ndled. >> The device seems recognized as iwn0 correctly but it just doesn't work. >> The command "ifconfig wlan0 up scan" return immediately and nothing show= ed. >> >> Is the device not supported, or do I miss something? >> Any suggestion is welcome, thanks. >> >> Here is some information: >> >> $ uname -a >> FreeBSD bud 9.0-BETA2 FreeBSD 9.0-BETA2 #2: Tue Sep =A06 16:50:09 CST >> 2011 =A0 =A0 root@bud:/usr/obj/usr/src/sys/BUD =A0amd64 >> >> dmesg -a: >> http://www.csie.ntu.edu.tw/~b90093/tmp/dmesg.txt >> >> rc.conf: >> http://www.csie.ntu.edu.tw/~b90093/tmp/rc.conf >> >> kldstat -v >> http://www.csie.ntu.edu.tw/~b90093/tmp/kldstat.txt > > When loading acpi_ibm, I got more error information: > > $ kldload acpi_ibm > acpi_ibm0: on acpi0 > $ ifconfig wlan0 up > iwn0: iwn5000_send_calibration: could not send calibration result, error = 22 > iwn0: iwn_init_locked: could not initialize hardware, error 22 Can you do sysctl dev.iwn.0.debug=3D0xffffffff before doing ifconfig wlan0 up? I'm curious on which result it can't send to the firmware. --=20 Bernhard