Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 14:50:52 -0200
From:      Sergio Lenzi <enigma@k1.com.br>
To:        Bill-Schoolcraft <bill@wiliweld.com>, freebsd-questions@freebsd.org
Subject:   Re: i finally got wireless working
Message-ID:  <1166460652.1350.15.camel@localhost>
In-Reply-To: <Pine.LNX.4.64.0612162238110.6022@liam.billschoolcraft.com>
References:  <200612170002.11022.freebsd@dfwlp.com> <Pine.LNX.4.64.0612162238110.6022@liam.billschoolcraft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Jonathan...

I configure the wireless in the /etc/dhclient.conf....

============================

interface "ndis0" {
        send host-name "lMy computer";
        prepend domain-name " cwb.casa  ";
        media "media autoselect authmode open wepkey -",
        "ssid bsdnet",
        "ssid vex",
        "ssid default",
        "ssid lenzinet",
        "ssid Zaitter",
        "ssid 'Crystal Wireless'",
        "ssid TelleWireless authmode shared wepkey 0XE235485511 deftxkey
1",
        "ssid OndaRPC wepkey ondaondaondao deftxkey 1",
        "ssid VoyzeBrazil wepkey 1:0x7440169407 deftxkey 1",
        "ssid lenzinet wepkey 1:13825 deftxkey 1",
        "ssid ENGNOTE wepkey 1:0x0011AABBFF deftxkey 1",
        "ssid lenzicasa wepkey 1:13825 deftxkey 1";
}

for example....   

when I turn on the computer  (a notebook hp pavilion v6600)...
it searches for the wifi points... when it finds some that fits,
it stops and configure the interface acording....

Sergio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1166460652.1350.15.camel>