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
 
(2 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.


==Wi-Fi==
==NetBSD configuration==


===/etc/rc.conf===
===Wi-Fi===
 
====/etc/rc.conf====


  dhcpcd=YES
  dhcpcd=YES
Line 8: Line 11:
  wpa_supplicant=YES
  wpa_supplicant=YES
  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====
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1
 
network={
    ssid="$SSID"
    psk="$PASSWORD"
    scan_ssid=1
}


[[Category:Tech]]
[[Category:Tech]]

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
}