From owner-freebsd-questions@FreeBSD.ORG Tue Feb 16 22:28:59 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D081065679 for ; Tue, 16 Feb 2010 22:28:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 11B388FC1A for ; Tue, 16 Feb 2010 22:28:58 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so894546eyd.9 for ; Tue, 16 Feb 2010 14:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2KdAp217Rd5Z2yLmOiCKtyhaDS7AlIuESCD11m0rJxI=; b=T4aEBApgs1FqGcLd8544M/WoSLWT35lXgePb47W65RECY+Y8obxgFbHrAzXzM/I2Is cPSpcWLQvehlmtVwE5Lab+IbkFsDlZcOJwRY1EJ1CHffy9W1aNtSK6o1+moTZiRmbmTP elLlu2LH7+CNBeNKXAPropjwRJWI4HybsGXis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qOIbsnpIGNBawJnq2LUDXg7JW+cqbPt/TVgo5dRjfQCb4IX+Ow3R0JzAd0kTZbhEPb zvgtLQFgE65vlgSg/Q97F4/f3sDgUgk5Ar4PksUE/i40O3J5+sHly1jBvVlX/ne5qD0Q WKyQRfdIWaofWJZq7X+oKfDYCZNXcHlPR/Zsg= MIME-Version: 1.0 Received: by 10.213.37.14 with SMTP id v14mr2017566ebd.28.1266359336010; Tue, 16 Feb 2010 14:28:56 -0800 (PST) In-Reply-To: <08C86D6F-3D2C-476B-8E4A-0B18065CCB84@gmail.com> References: <08C86D6F-3D2C-476B-8E4A-0B18065CCB84@gmail.com> Date: Tue, 16 Feb 2010 22:28:55 +0000 Message-ID: <3a142e751002161428x63a33fd0h9a7649f4a3520356@mail.gmail.com> From: Paul B Mahol To: Anselm Strauss Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: RTL8192SE WLAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 22:28:59 -0000 On 2/16/10, Anselm Strauss wrote: > Hey, > > anybody got the RTL8192SE wireless chip to work with FreeBSD? I bought a > Asus 1201N laptop. I successfully compiled the Windows XP driver with > ndisgen(8). The driver loads and the device is there. On the FreeBSD EeePC > wiki it says it's a 8191 chip, but when I look at the driver download from > Asus and dmesg it's reported as 8192. The driver seems to work at least in > some way since I'm able to scan for networks and get a list. But I cannot > connect to a WPA2 network. Association with the network always fails in > wpa_supplicant(8). Maybe there is some kind of timeout, I could send you small patch to test it. Just post full verbose debug output from wpa_supplicant(8) Anyway, feel free to test http://www.gitorious.org/NDISulator > Anyone has some experience? You are using wpa_supplicant with -D ndis flag, right?