Infared Reciever w/ Alpine on the Bulldozer Datto: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:


<hr>
<hr>
Now we need to get wifi working:
Now we need to get wifi working: [https://wiki.alpinelinux.org/wiki/NetworkManager]


<code>vim /etc/apk/repositories</code> and uncomment the community repo
<code>vim /etc/apk/repositories</code> and uncomment the community repo
We'll be needing these packages:
<code>apk add networkmanager networkmanager-wifi wpa_supplicant networkmanager-tui networkmanager-cli</code>
Networkmanager needs udev to work for wifi:
<code>setup-devd udev</code>

Revision as of 02:46, 23 May 2024

Had some issues with the bootloader, ended up using ventoy's "Local Boot" option to get into my alpine install and then manually installed grub using: grub-install


Now we need to get wifi working: [1]

vim /etc/apk/repositories and uncomment the community repo

We'll be needing these packages:

apk add networkmanager networkmanager-wifi wpa_supplicant networkmanager-tui networkmanager-cli

Networkmanager needs udev to work for wifi:

setup-devd udev