ThinkPad X230: Difference between revisions
From Sasara
Jump to navigationJump to search
No edit summary |
|||
| (One intermediate revision 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 | ||
===/etc/wpa_supplicant.conf=== | ====/etc/wpa_supplicant.conf==== | ||
ctrl_interface=/var/run/wpa_supplicant | ctrl_interface=/var/run/wpa_supplicant | ||
ctrl_interface_group=wheel | ctrl_interface_group=wheel | ||
update_config=1 | update_config=1 | ||
| |||
network={ | network={ | ||
ssid="$SSID" | ssid="$SSID" | ||
Latest revision as of 23:16, 27 September 2025
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
}