From owner-freebsd-questions@FreeBSD.ORG Thu Mar 6 18:20:23 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 020FB106566C for ; Thu, 6 Mar 2008 18:20:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 966898FC13 for ; Thu, 6 Mar 2008 18:20:22 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 53B6B1CD99; Thu, 6 Mar 2008 09:20:21 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 6 Mar 2008 19:20:17 +0100 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: <200803061920.18113.fbsd.questions@rachie.is-a-geek.net> Cc: Ross Penner Subject: Re: USB Wireless card for an access point 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: Thu, 06 Mar 2008 18:20:23 -0000 On Wednesday 05 March 2008 23:14:36 Ross Penner wrote: > I currently have a FreeBSD machine that acts as a router and > fileserver for my local home network. I'm hoping to set up a wireless > access point so I don't have to steal my neighbour's wireless. The PC > I'm using for FreeBSD has no free PCI slots so I'm forced to settle > for a USB device. I'm hoping you all can suggest to me some models > that have worked for you as an access point. If it counts, I'll be > running FreeBSD 7. > > Thanks for any suggestions, I think you're outof luck. The rum driver's AP support is discouraged and the ural driver doesn't support hostap mode. See rum(4) and ural(4). I don't know of any other USB wireless drivers. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.