There is an updated pull request by amak79 against master on the void-packages repository https://github.com/amak79/void-packages rpibase https://github.com/void-linux/void-packages/pull/24844 rpi-base: don't install snd_bcm2835.conf module file, move udev rules to separate file - Don't install the `snd_bcm2835.conf` module file. The current template only installs this file for `armv6l` (rpi 1, zero). RPi audio should instead be enabled via the device tree parameter `dtparam=audio=on` in `/boot/config.txt`. RPi audio is disabled by default. - Move udev rules from template to `files/71-raspberrypi.rules` file. - Fix xlint warnings. Built for armv6l, armv7l, aarch64. Tested on armv6l, armv7l. A patch file from https://github.com/void-linux/void-packages/pull/24844.patch is attached