Guide: Configure PiMusicBox

 

Guide: Configure PiMusicBox

Install PiMusicBox

Enable SSH

In the settings interface, enable SSH and set a new root password. Reboot.

Update the Linux kernel

  • Login to the system using SSH
  • apt-get install rpi-update
    rpi-update
    reboot

Configure drivers

  • Login to the system using SSH
  • Edit /etc/modules
    nano /etc/modules

    Add the right modules according to our configuration guide. Remove the driver for the onboard sound (snd_bcm2835).

  • Reboot
  • Login and check that the drivers are loaded correctly
    aplay -l