configuration tip [was: Re: Vaio GRX580 pccard problem (cbb)]
Marcel Moolenaar <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
[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 [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"