Date: Sun, 22 Jun 2003 10:52:13 -0400 From: "Dan Langille" <dan@langille.org> To: iCe <ice799@yahoo.com> Cc: freebsd-mobile@freebsd.org Subject: Re: bsd-airtools and 5.1-REL Message-ID: <3EF58A5D.31308.2F829A92@localhost> In-Reply-To: <20030622142533.14070.qmail@web41510.mail.yahoo.com> References: <002801c3386e$36859cf0$0400a8c0@orion.local>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Jun 2003 at 7:25, iCe wrote:
> i have gotten bsd-airtools working with freebsd
> 4.8-release, but it doesnt seem to pick up networks
> not broadcasting ssid, so im guessing that it doesnt
> totally work yet.
Why do you conlude the above?
> i wasnt able to get my wireless card
> working at all in 5, i havent 5.1 yet but when i do
> i'll let you know.
>
> oh yeah i am using an orinoco gold card.
My gold and silver card both work with 4.8. And with my WAP which
does not broadcast the SSID. I have this:
$ cat /etc/start_if.wi0
#!/bin/sh
ifconfig wi0 inet 10.0.0.29 netmask 0xffffff00 \
ssid "myssid" \
channel MYCHANNEL
$
change myssid to your ssid, and MYCHANNEL to the channel you are
using. You might also want to add wepmode and wepkey. But get the
basics going first.
--
Dan Langille : http://www.langille.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EF58A5D.31308.2F829A92>
