From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from SMTP.ANDREW.CMU.EDU ([128.2.11.61]:53950 "EHLO smtp.andrew.cmu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757883Ab3J1Xso (ORCPT ); Mon, 28 Oct 2013 19:48:44 -0400 Message-ID: <526EF7D6.2060102@andrew.cmu.edu> (sfid-20131029_004851_099495_0F3E27AB) Date: Mon, 28 Oct 2013 19:48:38 -0400 From: Richard Wang MIME-Version: 1.0 To: Dan Williams CC: linux-wireless@vger.kernel.org Subject: Re: Linksys AE3000 iw tool issues References: <526ED703.6020901@andrew.cmu.edu> <1383002394.28991.18.camel@dcbw.foobar.com> In-Reply-To: <1383002394.28991.18.camel@dcbw.foobar.com> Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 10/28/2013 7:19 PM, Dan Williams wrote: > On Mon, 2013-10-28 at 17:28 -0400, Richard Wang wrote: >> Hi, >> >> I currently have a Linksys AE3000 Wifi USB dongle, which has the >> RalinkRT3573 chipset. >> >> I am able currently able to connect to surrounding APs by installing >> Ralink proprietary drivers as outlined here >> (http://geekniggle.blogspot.com/2012/07/cisco-linksys-ae3000-wifi-usb-dongle.html). >> Ifconfig and iwconfig both recognize the device using the interface ra0. >> Unfortunately, the "iw" tool is having some issues. One machine running >> Lucid Ubuntu 10.04 with the following command "iw dev ra0 info" returns >> "command failed: No such device (-19)". Another machine machine with >> xubuntu on command "iw list" returns "nl80211 not found." > The proprietary ralink drivers do not appear to support the kernel's > nl80211 API. In the first case (no such device) that's what is > happening. IN the second case (nl80211 not found) the nl80211 module is > either not compiled into the kernel, or is not loaded. And since the > wifi driver doesn't use nl80211, that's probably why it's not loaded. > >> From what I have read so far, it appears that the current driver may >> not support iw operations. As a result, I looked into installing > Correct, that proprietary driver does not use nl80211. > >> rt2800usb driver that a few other threads appear to have working >> successfully. As stated on wikidevi >> (http://wikidevi.com/wiki/Linksys_AE3000), one of the more recent >> patches appears to support the RT3573 chipset. I tried to install the >> latest developmental release. After rebooting and loading the rt2800usb >> driver, "modprobe rt2800usb", I get dmesg errors like "rt2x00lib: >> disagrees about version of... ieee80211....". >> >> Any suggestions to get the "iw" tool working would be much appreciated. > Getting "iw" working would basically involve adding RT3573 support to > rt2800usb, so you're really asking "how can we get RT3573 chips properly > supported in Linux?". If that's done, "iw" comes for free. > > Dan > Hi Dan, Thanks for the response and that's exactly my question stated much more succinctly. Based on other threads, it appeared as if there might be support for rt2800usb for rt3573 chips in experimental versions (http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2013-July/006283.html). I tried to install the latest development version of backports hoping that this patch would be part of it but it didn't seem to work. I'm hoping to see if anyone happens to have a working patch for rt3573 chips. RIchard