Searching for hosts

sossego

Retired from the forums
I found three m275 model gateways and have them working, FreeBSD on one. Someone threw them away because Windows couldn't be upgraded on them.
I'm wondering: How do I and what do I use to search for an available network when using the ipw2200 firmware?
 
Here is my current rc.conf
Code:
# -- sysinstall generated deltas -- # Tue Feb 16 21:57:22 2010
# Created: Tue Feb 16 21:57:22 2010
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname=""
ifconfig_fxp0="DHCP"
moused_enable="YES"
hald_enable="YES"
dbus_enable="YES"
wlan_iwi0="wlan0"
ifconfig_wlan0="DHCP"
network_interfaces="lo0 fxp0 iwi0"

Here is the tail end of my /boot/defaults/loader.conf
Code:
legal.intel_iwi.license_ack=1
wlan_load="YES"
firmware_load="YES"
iwi_bss_load="YES"
iwi_ibss_load="YES"
iwi_monitor_load="YES"

My question is, "What do I edit to enable wlan0 to automatically come up at boot time?"


Yes, wireless is working.
 
Back
Top