> > >
https://ricostacruz.com/til/arch-linux-wifi-using-netctl
sudo netctl start wlp3s0-Yeyeko\&Crisp_5G
sudo systemctl enable netctl-auto@wlp3s0.service
aplay -l
speaker-test -c1
vim ~/.asoundrc
# mount && swapon
mount /dev/sda3 /mnt # replace with nvmen1p3 and etc.
swapon /dev/sda2
# delete old fstab files
echo "" > /mnt/etc/fstab
# genfstab again
genfstab -U /mnt >> /mnt/etc/fstab