From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 12:20:02 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 1B3C4106567C for ; Tue, 5 Aug 2008 12:20:02 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id F19228FC13 for ; Tue, 5 Aug 2008 12:20:01 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: by wf-out-1314.google.com with SMTP id 24so2180182wfg.7 for ; Tue, 05 Aug 2008 05:20:01 -0700 (PDT) Received: by 10.142.136.16 with SMTP id j16mr5423037wfd.193.1217938801635; Tue, 05 Aug 2008 05:20:01 -0700 (PDT) Received: by 10.142.194.9 with HTTP; Tue, 5 Aug 2008 05:20:01 -0700 (PDT) Message-ID: <919383240808050520h18e8fa91ldc9810cd0afadbf0@mail.gmail.com> Date: Tue, 5 Aug 2008 07:20:01 -0500 From: "Edward Ruggeri" To: "Warren Liddell" In-Reply-To: <200808051748.55133.shinjii@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808051748.55133.shinjii@maydias.com> Cc: freebsd-questions@freebsd.org Subject: Re: Setting up Wireless net Card 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: Tue, 05 Aug 2008 12:20:02 -0000 On Tue, Aug 5, 2008 at 2:48 AM, Warren Liddell wrote: > Im trying to setup//configure my Belkin Wireless Card, but since i have had it > for a while in a windows machine, im no clue about using a wireless card in > FreeBSD an not as yet able to find to many sources//articles that can give me > a head start on where to go to begin finding the cards chipset etc etc .. > > Any assistance would be appreciated. Run "ifconfig"; if your card's driver is built into the GENERIC kernel (it likely is), then iconfig should list it. Alternatively, you can run pciconf -lv. If you can't find your card in either of these, please copy the output of those two to the list. (Hint: a goodway to save the output of a command to a file is: "command | tee file").