Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 11:19:39 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Vinicius Vianna <ds@hacked.com.br>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Iwi with toshiba tecra
Message-ID:  <20060410111939.62e7d2bf@localhost>
In-Reply-To: <44370194.5080006@hacked.com.br>
References:  <44370194.5080006@hacked.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 07 Apr 2006 21:19:32 -0300
Vinicius Vianna <ds@hacked.com.br> wrote:

> Hi,
> 
> I got from freebsd-question that you have a toshiba tecra with iwi 
> working, i'm having always iwi0: fatal error, could you send me the 
> firmware you are using?
> I tried 2.2, 2.3, 2.4, 3.0 with no luck at all.


Hi Vinicius,

Using the code from the port

[betom@ayiin] [Mon Apr 10 11:03:50 2006]
/usr/home/betom
$ pkg_info | grep iwi
iwi-firmware-2.4_2  Intel PRO/Wireless 2200 Driver Firmware

in /etc/rc.conf :
[....]
# Built-In Wireless
ifconfig_iwi0="ssid MyHomeAP"
iwi_enable="YES"
iwi_interfaces="iwi0"
iwi_mode_iwi0="bss"
[...]

iwi_enable setting is read by the iwi.sh from the iwi-firmware port,
which I moved to /usr/local/etc/rc.d/ so it doens't get clobbered on
world upgrades.

then it's just a matter of adding other wireless settings (wpa/wep,etc)
and do an ifconfig up... 

So I or other people can help you best, what is the *exact* steps
you follow to enable your card, and what is the *exact* error messages
you receive?

Beto



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