From owner-freebsd-current@FreeBSD.ORG Sun May 10 19:54:28 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 4F9C9106564A for ; Sun, 10 May 2009 19:54:28 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id CEB888FC13 for ; Sun, 10 May 2009 19:54:27 +0000 (UTC) (envelope-from venture37@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1116379mue.3 for ; Sun, 10 May 2009 12:54:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=ucqxzi0vF9DDwcDgAL1+7EIVcwUp0zrb+vKHYtk65ns=; b=bkW+pgx/+HoTf0shFGoU+XgjemT9U8VULWetXuSQlYsTrdntywc1O28PrYthX7+bog PoWcYO5mJTnAynQg9yACjpV8CkqImP8AWcVhdKGtHDMB1WBXkWqB5Md8Q14N3dEILNHx sRjz6IaynEL2fVCMD9OKSSi0qCZ+azgdvuepQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=aILtw0AhDzZp2Ogw4MctM/nBqSCKLsIt+HfuJ6OFZqIjoVewxFA1u683nh6ieshYbz UPgBt3U6ACMxho3SpQPSsqK2nI/kXahD1J+qGSWPT2I3YBYEf1FAqc6oOjFvdTtSajn+ Mu+bfEFpfaWbISD6KDUtLtfkiD/EHKSzEIGwc= Received: by 10.103.160.9 with SMTP id m9mr3712223muo.96.1241983732375; Sun, 10 May 2009 12:28:52 -0700 (PDT) Received: from sevans-mac-pro.local (newbie.thingamajig-systems.co.uk [93.97.185.103]) by mx.google.com with ESMTPS id w5sm4856898mue.34.2009.05.10.12.28.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 May 2009 12:28:51 -0700 (PDT) Message-ID: <4A072AF0.2000903@gmail.com> Date: Sun, 10 May 2009 20:28:48 +0100 From: Sevan / Venture37 User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 19:54:28 -0000 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 Sevan / Venture37