From owner-freebsd-mobile Thu Sep 26 17:59:31 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6AB737B401 for ; Thu, 26 Sep 2002 17:59:29 -0700 (PDT) Received: from front2.chartermi.net (24.213.60.124.up.mi.chartermi.net [24.213.60.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D32543E6A for ; Thu, 26 Sep 2002 17:59:28 -0700 (PDT) (envelope-from catnthat@bsdknight.com) Received: from [66.227.151.127] (HELO drinian.bsdknight.com) by front2.chartermi.net (CommuniGate Pro SMTP 3.5.9a) with ESMTP id 68860422 for freebsd-mobile@FreeBSD.ORG; Thu, 26 Sep 2002 20:59:26 -0400 Date: Thu, 26 Sep 2002 20:59:25 -0400 (EDT) From: Kevin To: freebsd-mobile@FreeBSD.ORG Subject: Re: Wireless In-Reply-To: <002e01c265bc$1bb2b9b0$6401a8c0@SURVIVAL> Message-ID: <20020926205502.J25450-100000@drinian.bsdknight.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matthew, Its pretty straight forward. Find out what nic you have, find it in LINT or GENERIC, make sure that line is in your boxes kernel config file (i.e. mine is device wi ). Recompile and install the kernel. Make sure that something like this is in the rc.conf file. pccard_enable="YES" pccard_ifconfig="inet 192.168.0.42 netmask 255.255.255.255" pccard_mem="DEFAULT" pccardd_flags=" -i 10" If you have a nic in this box that is on a physical lan connection and is on the same subnet the netmask for one of them has to be 255.255.255.255 and the other can be 255.255.255.0. Reboot. Season to taste. And thats pretty much it. Regards, Kevin On Thu, 26 Sep 2002, MET wrote: > I was wondering if anyone had a good link to setting up FreeBSD on a > wireless connection. I know you have to put something in /etc/rc.conf > (similar to the standard NIC stuff), and I'm guessing you have to > compile something into the kernel. But as far as details go like > exactly what I'm clueless. > > Also, thanks to everyone who replied to my XFree86 question, once I'm > done with some other stuff I'm going to give it a shot (crossing > fingers). > > ~ MET > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message