ThinkPad X230: Difference between revisions
From Sasara
Jump to navigationJump to search
Created page with " ==Wi-Fi== ===/etc/rc.conf=== dhcpcd=YES dhcpcd_flags="-qM iwn0" wpa_supplicant=YES wpa_supplicant_flags="-B -s -i iwn0 -D bsd -c /etc/wpa_supplicant.conf Category:Tech" |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The '''ThinkPad X230''' is a 2012-vintage ThinkPad {{User|Rubenerd}} uses as his NetBSD writing machine. | |||
== | ==NetBSD configuration== | ||
===/etc/rc.conf=== | ===Wi-Fi=== | ||
====/etc/rc.conf==== | |||
dhcpcd=YES | dhcpcd=YES | ||
| Line 9: | Line 12: | ||
wpa_supplicant_flags="-B -s -i iwn0 -D bsd -c /etc/wpa_supplicant.conf | wpa_supplicant_flags="-B -s -i iwn0 -D bsd -c /etc/wpa_supplicant.conf | ||
[[Category: | ====/etc/wpa_supplicant.conf==== | ||
ctrl_interface=/var/run/wpa_supplicant | |||
ctrl_interface_group=wheel | |||
update_config=1 | |||
| |||
network={ | |||
ssid="$SSID" | |||
psk="$PASSWORD" | |||
scan_ssid=1 | |||
} | |||
[[Category:Hardware]] | |||
Latest revision as of 23:25, 1 March 2026
The ThinkPad X230 is a 2012-vintage ThinkPad Rubenerd uses as his NetBSD writing machine.
NetBSD configuration
Wi-Fi
/etc/rc.conf
dhcpcd=YES dhcpcd_flags="-qM iwn0" wpa_supplicant=YES wpa_supplicant_flags="-B -s -i iwn0 -D bsd -c /etc/wpa_supplicant.conf
/etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1
network={
ssid="$SSID"
psk="$PASSWORD"
scan_ssid=1
}