Hey guys,
I recently installed FreeBSD 9 on an old ThinkPad T400. I loved it. When I saw 10 had ZFS I had to switch for fun. However on my switch I lost wireless x( . I have been forum surfing the whole day and have nowhere else to go. The main problem is that
Here's my /etc/rc.conf:
Here's my wpa_supplicant.conf:
Here's my
I've tried running
and I still get no link...
The weirdness is that
I recently installed FreeBSD 9 on an old ThinkPad T400. I loved it. When I saw 10 had ZFS I had to switch for fun. However on my switch I lost wireless x( . I have been forum surfing the whole day and have nowhere else to go. The main problem is that
dhclient gives me
Code:
wlan0: no link .............giving up
Here's my /etc/rc.conf:
Code:
hostname = "asdfasdf"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
dumpdev="AUTO"
ipv6_activate_all_interfaces="YES"
zfs_enable="YES"
dbus_enable="YES"
hald_enable="YES"
Here's my wpa_supplicant.conf:
Code:
ap_scan=1
network={
ssid="blah"
bssid=blah
key_mgmt=NONE
wep_tx_keyidx=0
wep_key0="asdf"
}
Here's my
ifconfig:
Code:
iwn0: flags=<BROADCAST,SIMPLEX,MULTICAST>
ether .....(too lazy to type the hex)
nd6_options=21<PERFORMNUD,AUTO_LINKLOCAL
media IEE ...
status no carrier
wlan0
ether ...
nd6 options= 21<PERFORMNUD,AUTO_LINKLOCAL>
media IEE...
status: no carrier
ssid "" channel 1
ifconfig iwn0 up ifconfig wlan0 up dhclient wlan0and I still get no link...
The weirdness is that
ifconfig wlan0 list scan works.