Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to kFreeBSD 10.3 WiFi on ThinkPad T530?

Need help with peripherals or devices?
Post Reply
Message
Author
smartly
Posts: 10
Joined: 2011-05-10 17:28

How to kFreeBSD 10.3 WiFi on ThinkPad T530?

#1 Post by smartly »

I install all driver and tools.

example:

Code: Select all

apt update
apt install firmware-iwlwifi wpasupplicant
Has been able to scan to WiFi hotspot, like:

Code: Select all

# ifconfig wlan0 create wlandev iwn0
# ifconfig wlan0 up scan
SSID/MESH ID    BSSID                     CHAN RATE   S:N        INT CAPS
dlinkap          00:13:46:49:41:76   11   54M -90:96   100 EPS  WPA WME
freebsdap          00:11:95:c3:0d:ac    1   54M -83:96   100 EPS  WPA
I create wpa config /etc/wpa_supplicant/wpa_supplicant.conf:

Code: Select all

ctrl_interface=/var/run/wpa_supplicant
network={
        ssid="SSID"
        psk="PASSWORD"
}
Try link to my AP:

Code: Select all

# wpa_supplicant -i wlan0 -D bsd -c /etc/wpa_supplicant/wpa_supplicant.conf
But I failed.

Post Reply