general arch updates plus steam streaming notes

This commit is contained in:
2024-03-02 15:31:01 -05:00
parent 550e5f8e50
commit b50a1ed6c5
11 changed files with 107 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ Install the wireless-regdb to set the regulatory domain to US
pacman -S wireless-regdb
```
Edit /etc/conf.d/wireless-regdom to set the domain
Edit `/etc/conf.d/wireless-regdom` to set the domain
Switch to iwd for the NetworkManager backend.
@@ -56,16 +56,14 @@ Switch to iwd for the NetworkManager backend.
pacman -S iwd
```
Edit /etc/NetworkManager/conf.d/wifi_backend.conf
Edit `/etc/NetworkManager/conf.d/wifi_backend.conf`
```conf
[device]
wifi.backend=iwd
```
```bash
systemctl restart NetworkManager
```
Finally, reboot the machine for the changes to take effect.
### Microcode