OpenBSD on Lenovo ThinkPad X270

Lenovo ThinkPad X270 w/ neofetch screenshot on OpenBSD 7.4

Again, not a tutorial but rather some personal notes for future self consumption.

Post Installation Configuration

x270# syspatch
x270# sysmerge -d

x270# echo 'permit username' > /etc/doas.conf
x270# echo 'permit nopass keepenv root as root' >> /etc/doas.conf

x270# echo 'record.adc-0:1_source=mic' > /etc/mixerctl.conf
x270# pkg_add cmixer

x270# pkg_add obsdfreqd
x270# rcctl enable apmd
x270# rcctl set apmd flags -L
x270# rcctl start apmd
x270# rcctl enable obsdfreqd
x270# rcctl set obsdfreqd flags -T 75,55 
x270# rcctl start obsdfreqd


x270# usermod -G _shutdown matthias
x270# usermod -L staff matthias

# /etc/login.conf
staff:\
        :datasize-cur=6144M:\
        :datasize-max=infinity:\
        :maxproc-max=512:\
        :maxproc-cur=256:\
        :ignorenologin:\
        :requirehome@:\
        :tc=default:

# /etc/hostname.iwm0
join "SSID" wpakey "PASSWORD"
inet autoconf

# /etc/sysctl.conf
kern.audio.record=1
kern.video.record=1

TODO

  • cwm

Resources

TO BE CONTINUED…