Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 12:14:41 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Francois Rogler <francois@rogler.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   configuration tip [was: Re: Vaio GRX580 pccard problem (cbb)]
Message-ID:  <20030805191441.GA1198@dhcp01.pn.xcllnt.net>
In-Reply-To: <20030805183321.GA60830@alia.rogler.hn.org>
References:  <20030805044042.GA59192@alia.rogler.hn.org> <20030805183321.GA60830@alia.rogler.hn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
[Warner must be really happy with everything being labeled as a
 pccard problem :-)]

On Tue, Aug 05, 2003 at 08:33:21PM +0200, Francois Rogler wrote:
> 
> Btw I didn't found yet any good doc explaining how to set properly a wi
> interface with wep and DHCP at boot time.

Create /etc/start_if.wi0 (shell script) and put something like the
following in it:

        ifconfig wi0 ssid $myssid
        ifconfig wi0 wepkey $mywepkey
        ifconfig wi0 weptxkey 1
        ifconfig wi0 wepmode on

In /etc/rc.conf put:

	ifconfig_wi0=DHCP

That should do the trick.
FYI,

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



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