On Fri, 07 Apr 2006 21:19:32 -0300
Vinicius Vianna <[EMAIL PROTECTED]> 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

[EMAIL PROTECTED] [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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to