Date: Sat, 10 Jul 2004 11:05:49 -0500 From: Chris <racerx@makeworld.com> To: freebsd-questions@freebsd.org Subject: Re: FreeBSD wireless difficulty Message-ID: <200407101105.49968.racerx@makeworld.com> In-Reply-To: <40F00F3F.7000400@fstaals.homeunix.org> References: <20040710120102.51B4916A4CF@hub.freebsd.org> <40F00F3F.7000400@fstaals.homeunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 10 July 2004 10:46 am, Frank Staals wrote: > freebsd-questions-request@freebsd.org wrote: > >Message: 34 > >Date: Sat, 10 Jul 2004 06:34:55 -0500 > >From: "Douglas Korinke" <dbkorink@eagle.fgcu.edu> > >Subject: FreeBSD wireless difficulty > >To: "FreeBSD Help" <freebsd-questions@freebsd.org> > >Message-ID: <20040710112706.M15515@eagle.fgcu.edu> > >Content-Type: text/plain; charset=iso-8859-1 > > > >Hello, > > > >I had been having difficulty recently with getting my fbsd 4.9 machine to > >connect to my linksys home wireless router and because of the problem, had > >to upgrade to fbsd 5.2.1 and noticed more activity out of my wireless > > card. > > > >The computer is a Toshiba Satellite 2405-S221 with a Avaya Wireless PCMCIA > >card using the wi drivers to run it. I'm able to associate with the router > >at home and am able to ping it without a problem but I can not browse > >webpages and the like. I also have bsd-airtools installed and have used > >dstumbler, the only problem being is that the program doesn't see my > >wireless card. > > > >Any tips or suggestions? > > First and foremost, always check the FreeBSD site for hardware compatibility. Once that done, and your sure your pcmcia is supported, let's move on. For me to get my NetGear working, here were my steps. 1. edit /etc/rc.conf If static - ifconfig_wi0="inet (some IP) netmask (some netmask)" defaultrouter="(some IP)" If dynamic - ifconfig_wi0="DHCP" defaultrouter="(some IP)" 2. Create a file in /etc called start_if.wi0 ifconfig wi0 ssid (some SSID) wepmode on wepkey 0x(some wepkey) 3. Ensure your WAP is using WEP AND if you are allowing only devices with added MAC addies, ensure you put in the mac addy of your wireless nic. 4. Lastly - ensure your firewall rules reflect the correct nic IE: oif=wi0 (or whatever your variable is for the interface, if used) -- Best regards, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ClamAV virus dat updated: Sat Jul 10 2004 at 03:02:53 daily.cvd is up to date (version: 400, sigs: 778, f-level: 2, builder: tkojm)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407101105.49968.racerx>