From owner-freebsd-current@FreeBSD.ORG Sun May 10 20:17:31 2009 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 BAEB5106564A for ; Sun, 10 May 2009 20:17:31 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 50CBB8FC1A for ; Sun, 10 May 2009 20:17:30 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=v7TGjGnrnyRGgrPfTTAA:9 a=e449czlyLQvt1ZSIsegA:7 a=2r_u2eig36zUzE81DGzIsvb09eIA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1238880018; Sun, 10 May 2009 22:17:29 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 10 May 2009 22:20:03 +0200 User-Agent: KMail/1.9.7 References: <4A072AF0.2000903@gmail.com> In-Reply-To: <4A072AF0.2000903@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905102220.04364.hselasky@c2i.net> Cc: Sevan / Venture37 Subject: Re: rum(4) not working on 8-CURRENT 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: Sun, 10 May 2009 20:17:32 -0000 On Sunday 10 May 2009, Sevan / Venture37 wrote: > Hi > I've installed a fresh copy of 8-CURRENT 05/09 AMD64 snapshot on my > laptop which has a ralink pci express mini card, the device is detected > by the kernel correctly & the rum driver attaches however the card > doesn't work, ifconfig rum0 scan or list scan results in: > ifconfig: unable to get scan results. > I've only just signed up to this list but I've had a brief look through > the archive for the last month or so & I see that rwatson@ posted about > drivers which are flagged with IFF_NEEDSGIANT are to be removed & rum(4) > is one of them, looking at repository it looks like a new rum driver was > put into place 8 days ago, > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/wlan/if_rum.c > The USB WLAN drivers work if you use wpa_supplicant. --HPS