I know I keep saying that for one reason or another (two computers crashed, one wasn't compatible) but I can't stay away. I've never had to configure wifi in FreeBSD and the docs are pretty straight forward but I'm missing something.
wpa_supplicant_conf
/etc.rc.conf
ifconfig
The last time I ran
I lost my wired connection.
Thanks in advance
Code:
sysctl net.wlan.devices
net.wlan.devices: iwn0
wpa_supplicant_conf
Code:
network={
ssid="xxxxxx"
psk="xxxxx"
}
/etc.rc.conf
Code:
ifconfig_wlan0="WPA SYNCDHCP"
create_args_wlan0="country US"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
dbus_enable="YES"
hald_enable="YES"
kdm4_enable="YES"
wlans_iwn0="wlan0"
ifconfig
Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 3c:97:0e:15:44:39
hwaddr 3c:97:0e:15:44:39
inet 192.168.0.20 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
wlan0: flags=8c03<UP,BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 8c:70:5a:f2:f4:8c
hwaddr 8c:70:5a:f2:f4:8c
inet 198.105.254.228 netmask 0xffffff00 broadcast 198.105.254.228
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid "" channel 1 (2412 MHz 11b)
regdomain FCC country US authmode OPEN privacy OFF txpower 30
bmiss 10 scanvalid 60 wme bintval 0
groups: wlan
The last time I ran
Code:
service netif restart
Thanks in advance