atom feed9 messages in org.freebsd.freebsd-currentRe: rum(4) not working on 8-CURRENT
FromSent OnAttachments
Sevan / Venture37May 10, 2009 12:28 pm 
Hans Petter SelaskyMay 10, 2009 1:17 pm 
Andrew ThompsonMay 10, 2009 1:47 pm 
Sevan / Venture37May 10, 2009 3:24 pm 
Thomas SparrevohnMay 11, 2009 6:32 am 
Hans Petter SelaskyMay 13, 2009 1:45 am 
Thomas SparrevohnMay 13, 2009 3:05 am 
Thomas SparrevohnMay 13, 2009 3:07 am 
Sam LefflerMay 13, 2009 7:57 am 
Subject:Re: rum(4) not working on 8-CURRENT
From:Andrew Thompson (thom@FreeBSD.org)
Date:May 10, 2009 1:47:32 pm
List:org.freebsd.freebsd-current

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