From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 16:37:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4FD1065670 for ; Wed, 23 Apr 2008 16:37:57 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 0BAE78FC1B for ; Wed, 23 Apr 2008 16:37:56 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [192.168.73.129] (jn@stealth.jnielsen.net [74.218.226.254]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id m3NGbskI009888; Wed, 23 Apr 2008 12:37:56 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Wed, 23 Apr 2008 12:37:52 -0400 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804231237.52953.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: freebsd-net@freebsd.org, Ivan Voras Subject: Re: USB wireless AP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 16:37:57 -0000 On Wednesday 23 April 2008 11:57:28 am Ivan Voras wrote: > I've found a perfect match for my needs: D-Link DWL-G122, with the > "rum" driver. Not a single problem so far, everything works as > documented. Truly a plug and play experience. > > I'm just curious about one more thing: I wish to set up a "b/g" > network, so both b and g devices can connect. Apparently this is set up > via the "mode" argument to ifconfig, which accepts "11g" and "11b" but > not the obvious "11bg". Any pointers on this? You can either omit the "mode" argument altogether and get both supported by default, or just specify "11g", which will also support both. I typically omit the mode unless I want to limit things to only 11b. JN