Kodi Community Forum

Full Version: LibreELEC - Blacklist snd_bcm2835 driver not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Current setup:
- Raspberry Pi 3B
- Berryboot
- LibreELEC v18 alpha 3
- HiFiBerry DAC

I'm trying to blacklist the snd_bcm2835 driver for the onboard 3.5 mm audio jack using:
Code:
echo "blacklist snd_bcm2835" > /etc/modprobe.d/raspi3-blacklist.conf
as per this link and this link but the audio driver is still loaded and visible via
Code:
aplay -l
and
Code:
lsmod
Is this approach for blacklisting not valid in the v18 builds? Anybody have an alternate approach they can recommend? I can provide more information if needed.

Sidenote: I don't want to remove
Code:
dtparam=audio=on
from /boot/config.txt as other OS's on my Berryboot installation need the onboard audio driver.
Don't use Berryboot, it's known to cause issues with LibreELEC - like the one you are seeing.

Use Noobs or Pinn if you want multiple OSes on an SD card, they'll start LibreELEC with the correct kernel and config.txt and you don't need to work around the issues caused by Berryboot.

so long,

Hias
Thanks for the helpful answer. Having separate configs and kernels for each OS makes sense.