From owner-freebsd-wireless@FreeBSD.ORG Tue Nov 18 05:29:59 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A78DA325 for ; Tue, 18 Nov 2014 05:29:59 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39ADCE69 for ; Tue, 18 Nov 2014 05:29:59 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so4501114wiv.0 for ; Mon, 17 Nov 2014 21:29:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oY1qPP99wInXYJ4Vby6ApUe8PPdLgtw6xpD0z7bA1dM=; b=qUUs49XkaTsW6dRjZfqpQVxHtHTDmuDn80geWNCKE1Kv/BOLgZisbyT632y5MMj4ZA 03QeuD2GCyvCZnIKDkdswhlI8Ca1rTD/C6scew4Y+DjlMmxUSx80DBU3aZaGXLM5kr37 GHpcbplBiAPGuQ9HFpwzXPwuBxm8iPorvHM/KNarl4d7lTtANzX213dJYvf7cJgtcBE6 tj+TLnE0rE9/T4D+eDQ+4epxXqdt67DxnURnbnrT7Tj/lmwEx1SeHkrVfSeaXT8b7al8 akFweP4n1dF6NkU85wX1xD9KH3zD+zV2ZWXipQ26juDeJAzPNrRythlFqvXX1EQD3jEq Sgzg== MIME-Version: 1.0 X-Received: by 10.194.250.105 with SMTP id zb9mr532502wjc.123.1416288597582; Mon, 17 Nov 2014 21:29:57 -0800 (PST) Received: by 10.194.222.2 with HTTP; Mon, 17 Nov 2014 21:29:57 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Nov 2014 13:29:57 +0800 Message-ID: Subject: Re: D-Link DWA-131 A1 (Realtek RTL8191SU) not working From: Ben Woods To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 05:29:59 -0000 I should mention I am running FreeBSD 10.1-RELEASE -- From: Benjamin Woods woodsb02@gmail.com On 18 November 2014 13:23, Ben Woods wrote: > Hey guys, > > I am trying to get my D-Link DWA-131 A1 working, with some success but no > network connectivity. > > It shows up in my usb list with device id 07d1:3303. The driver pages > suggest this should be working with the rsu(4) driver and potentially > the rsu-rtl8712fw firmware, according to these: > https://www.freebsd.org/cgi/man.cgi?query=rsu&sektion=4 > http://www.undeadly.org/cgi?action=article&sid=20101216231634 > https://wikidevi.com/wiki/D-Link_DWA-131_rev_A1 > > I have added the following to /boot/loader.conf and rebooted: > legal.realtek.license_ack=1 > rsu-rtl8712fw_load="YES" > > It shows up in ifconfig, and even scans and finds wireless access points. > I have my WPA ssid and psk details for my access point stored in > /etc/wpa_supplicant.conf. I can see from ifconfig that it is trying to > associate with the correct access point ssid and do DHCP, but it never > obtains an IP address. > > Has anyone had this issue before? Anyone know how can I go about > troubleshooting this further? > > Regards, > Ben > > -- > From: Benjamin Woods > woodsb02@gmail.com >