From owner-freebsd-current@FreeBSD.ORG Wed May 13 07:32:01 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 B708C1065673 for ; Wed, 13 May 2009 07:32:01 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp812.mail.ird.yahoo.com (smtp812.mail.ird.yahoo.com [217.146.188.72]) by mx1.freebsd.org (Postfix) with SMTP id 1C7438FC1D for ; Wed, 13 May 2009 07:32:00 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 83439 invoked from network); 13 May 2009 07:05:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Disposition:Message-Id:Content-Type:Content-Transfer-Encoding; b=jbanWeTekI2UIewDZ1ewyss0/o7q6j79cSQUyPalhSn1UKi5z3pVZXiJpZNZ7XDtDnjt+RgBXMaC9EVF1j8tLxbwGIxNexZ+chyvfuFPGnkvef3QRBcK23n+m858nrZrCNIXbHZg0+vB0vjCOIslIf7UFepqeWLh7B1yB72okaA= ; Received: from unknown (HELO w2fzz0vc03.aah-go-on.com) (Thomas.Sparrevohn@86.136.192.59 with login) by smtp812.mail.ird.yahoo.com with SMTP; 13 May 2009 07:05:19 -0000 X-YMail-OSG: ZDU9LZ8VM1lf6KvKBZJRVPlwK_1xJFVwBQFyhSbXaJJYrwrUXzpDp_a6zjwNwlijCc5eBXS4aRl90pvb80MdGhUpJgtYFbDWGtDQUgWsCf67Mg_FCdYIceBLAVaWxTjXfxTitgixysOX5ZOlRJFBNHtLkrZW4SCMSvYC1hrhKEmT.sSkWfle_vXVWFrXKlEfDurCwS_D5749f0Op4nxYRWJBaMvb1QSU1E_PWhC5If_T8wxCfY7X73HA_tGDAue9KADkPXeVRSkS6LKl3XW7DOyM8F010UCb6GITVeRtqdDBJ4k0afd3heFT_M4W5TMV4wU.de4KNA7bmR_23XcK80o- X-Yahoo-Newman-Property: ymail-3 From: Thomas Sparrevohn To: freebsd-current@freebsd.org Date: Mon, 11 May 2009 14:33:14 +0100 User-Agent: KMail/1.9.10 References: <4A072AF0.2000903@gmail.com> <20090510204757.GA45375@citylink.fud.org.nz> In-Reply-To: <20090510204757.GA45375@citylink.fud.org.nz> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200905111433.14298.Thomas.Sparrevohn@btinternet.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Sevan / Venture37 , Andrew Thompson 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: Wed, 13 May 2009 07:32:02 -0000 On Sunday 10 May 2009 21:47:57 Andrew Thompson wrote: > On Sun, May 10, 2009 at 08:28:48PM +0100, 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: > ^^^^^^^^^^^^^^^^^^ > > You need to create a wlan pseudo device and operate on that > > # ifconfig wlan0 create wlandev rum0 up > > If you still have problems then enable debugging with 'wlandebug > state+scan' and then down/up the interface. > > > Andrew > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > The rum driver is very flacky on CURRENT - on my machine a "make fetchindex" makes the driver freeze and I have to do a ifconfig wlan0 down/ifconfig wlan0 up in order to get it running again. It seems that it has something to do with "fetch" that triggers the issue