From owner-freebsd-questions@FreeBSD.ORG  Wed Jun 13 09:07:01 2007
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1D3B916A469
	for <freebsd-questions@freebsd.org>;
	Wed, 13 Jun 2007 09:07:01 +0000 (UTC)
	(envelope-from cptsalek@gmail.com)
Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184])
	by mx1.freebsd.org (Postfix) with ESMTP id A2EF813C484
	for <freebsd-questions@freebsd.org>;
	Wed, 13 Jun 2007 09:07:00 +0000 (UTC)
	(envelope-from cptsalek@gmail.com)
Received: by mu-out-0910.google.com with SMTP id w9so133169mue
	for <freebsd-questions@freebsd.org>;
	Wed, 13 Jun 2007 02:06:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=gVVH/17hr6vQpzXe+N9tXJS02ky/m+BnTsGAf7Oql1kIoZ9tIGIPDoOz6urDPQ3lPLrJRNQbKf0RNAERs9gnpJ67o7+UojvPUVpwQus/zwMTConTlLCZLpFjWRXXyDHDWt1hiS8+1e7cTYrjhadW9zSOwU+fcCUYdOoJ2fCmkZA=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=fdPs9730oMMgiy1geVl0DEEpKCJLgBemldsBWpR7DVnNgXRKO+ihvm4ICj2OxQ2iPBn/Zjc1BSsWnEqs07iYubNp9LQXAbPR+bqDeO7lS6cpUES8WtokpQH4LcO9tGNv33gNIlB6tHyzx3/L14vL7Z0+1QHu+b9zMqkHRyFtuw8=
Received: by 10.82.162.14 with SMTP id k14mr661761bue.1181725619221;
	Wed, 13 Jun 2007 02:06:59 -0700 (PDT)
Received: by 10.82.158.11 with HTTP; Wed, 13 Jun 2007 02:06:59 -0700 (PDT)
Message-ID: <14989d6e0706130206p176823d9o8351bd676d198177@mail.gmail.com>
Date: Wed, 13 Jun 2007 11:06:59 +0200
From: "Christian Walther" <cptsalek@gmail.com>
To: Adam <AWHITE58146@roadrunner.com>
In-Reply-To: <op.ttt5ezr8g7uty9@princemicheal.natcky.rr.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <op.ttt5ezr8g7uty9@princemicheal.natcky.rr.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: Yes i need to Ask A question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Jun 2007 09:07:01 -0000

On 13/06/07, Adam <AWHITE58146@roadrunner.com> wrote:
> I was wondering this this wireless networking card will work with FreeBsd
> - U.S. Robotics Wireless MAXg PC Card Ethernet Card, 802.11g, b.  I needed
> to know because I am going to buy it next week.  Thank You, please write
> back.
>
IMO having a specific card supported is kind of a problem, because
manufacturers tend to change chip revisions pretty fast, and there are
some subtle difference between these revisions that can render the
card useless - even if the driver supports the chipset.
So make sure you find out what the card is actually based on (atheros,
ral, etc.) and look up the manpage for the driver. Find the card and
check the revision. If your revision is newer than the latest
mentioned one, make sure that you can return the card.

Or: Take your laptop with you. I did it when I purchased my D-Link
DWL-650 from a big discounter. I loaded all available WLAN drivers
into memory (gave a nice for-loop and the laptop lots to do).
Afterwards the salespersons handed me one board after the other and I
checked the console/syslog wether the board was recognised as a WLAN
device.
It was great: I figured I could go with a ral-based card, but it
turned out to be unstable. Next try (yes, I went there again and we
did the procedure all over again) I found the card mentioned above.
And I'm really happy with it. It's stable, and the connection quality
is really good.

On a side note: Having a FreeBSD based Laptop with you in a store
where people know only about Windows is an experience one should have.
They need their time to get used to the idea that there are other
Operating Systems as Windows. And that these don't need graphics to
work. And that there are people out there that can work with a
computer without graphics... ;-D

HTH
Christian