hi
I'm not having much luck with an iwi0 wireless network inteface card on an old laptop (using NAT on a home network). Here's the background/configuration(s):
FreeBSD 9.0-RELEASE
/boot/loader.conf
/etc/wpa_supplicant.conf
/etc/rc.conf
On startup, FreeBSD will automatically connect. It doesn't. I try to ping the router and and external address with no results:
help
I'm not having much luck with an iwi0 wireless network inteface card on an old laptop (using NAT on a home network). Here's the background/configuration(s):
FreeBSD 9.0-RELEASE
# ifconfig
Code:
...
iwi0: staus: no carrier
/boot/loader.conf
Code:
if_urtw_load="YES"
legal.intel_iwi.license_ack=1
iwi_bss_load="YES"
iwi_ibss_load="YES"
iwi_monitor_load="YES"
wlan_wep_load="YES"
wlan_tkip_load="YES"
wlan_ccmp_load="YES"
/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="myssid"
psk="myultrasecretkey"
}
/etc/rc.conf
Code:
hostname="example.example.com"
ifconfig_re0="DHCP"
mouse_enable="YES"
dumpdev="AUTO"
wlans_urtw0="iwi0"
ifconfig_wlan0="WPA SYNCDHCP"
On startup, FreeBSD will automatically connect. It doesn't. I try to ping the router and and external address with no results:
# ping 192.168.0.1
Code:
ping: sendto: No route to host
...
# ping [url]http://www.google.com[/url]
Code:
ping: cannot resolve www.google.com: Host name lookup failure
# ifconfig iwi0 up scan
Code:
iwi0: timeout waiting for (null) firmware initialization to complete
iwi0: could not load boot firmware (null)
ifconfig: unable to get scan results
help
