From owner-freebsd-current@FreeBSD.ORG Wed Sep 7 08:00:50 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 1FE2D106564A for ; Wed, 7 Sep 2011 08:00:50 +0000 (UTC) (envelope-from tzhuan@gmail.com) Received: from mail-vw0-f50.google.com (mail-vw0-f50.google.com [209.85.212.50]) by mx1.freebsd.org (Postfix) with ESMTP id D19778FC1A for ; Wed, 7 Sep 2011 08:00:49 +0000 (UTC) Received: by vws14 with SMTP id 14so6761886vws.37 for ; Wed, 07 Sep 2011 01:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=FPF/4vYydd6LxT+El0bIOb4ugcav3lZK0mgUocMrVWo=; b=pr53d+5IIx6D5kAWyt8UklnsGEihakWXjHko97Eibuwjuodz6iKogbX4HZZaWbvY8l S72yIAFS+GWLqMzsymBBaclG5DWtrjmGzWsVEPekOry0Fl4gCnRp8PuBFM4mgAVtHp7N 80M1fdCH0dHvfIRWYPmm7uyre9FJ1ypqd2wVY= Received: by 10.52.73.42 with SMTP id i10mr1719163vdv.5.1315382449069; Wed, 07 Sep 2011 01:00:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.161.234 with HTTP; Wed, 7 Sep 2011 01:00:29 -0700 (PDT) In-Reply-To: <2b3c94c380656632a4a23cd01391322e@212.203.104.226> References: <2b3c94c380656632a4a23cd01391322e@212.203.104.226> From: Tz-Huan Huang Date: Wed, 7 Sep 2011 16:00:29 +0800 Message-ID: To: Andreas Tobler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@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 08:00:50 -0000 On Wed, Sep 7, 2011 at 15:52, Andreas Tobler wrot= e: > --------- Original Message -------- > From: Tz-Huan Huang > To: freebsd-current@freebsd.org > Subject: Re: "Intel Centrino Advanced-N + WiMAX 6250" doesn't work > Date: 07/09/11 09:40 > >> On Wed, Sep 7, 2011 at 14:10, Tz-Huan Huang <tzhuan@gmail.com> > wrote: >> > Hi, >> > >> > I have a lenovo X201s with a "Intel Centrino Advanced-N + WiMA= X > 6250" bundled. >> > The device seems recognized as iwn0 correctly but it just doesn't > work. >> > The command "ifconfig wlan0 up scan" return immediately a= nd > nothing showed. >> > >> > 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 =C2=A06 16:50:0= 9 CST >> > 2011 =C2=A0 =C2=A0 root@bud:/usr/obj/usr/src/sys/BUD =C2=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: <IBM ThinkPad ACPI Extras> 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 >> >> >> Any suggestion? Thanks. > > Maybe, is the wlan switch on? (on the left side?) I recently had such an > experience with a t60 where the switch was off. Took a while until I > realized that I can switch on the wlan.... I have dual boot on this machine (FreeBSD and Win7) and the wlan works on Win7. I don't touch the switch so that I'm pretty sure that the switch is on. :-) Also, I have checked the dev.acpi_ibm.0.wlan and the value is 1. Thanks, Tz-Huan