Moode es9023 x2: Difference between revisions

From sheep
Jump to navigation Jump to search
(Created page with "config.txt is now in /boot/firmware/config.txt add '''dtoverlay=hifiberry-dac''' find the name of the audio output device: '''grep audio_output /etc/mpd.conf -A10''' put the name of the audio device e.g. _audioout create file /etc/asound.conf <pre> pcm.!_audioout { type hw card 0 } ctl.!default { type hw card 0 } </pre> enable ssh '''systemctl enable ssh.service''' check logs '''journalctl -u ssh''' check moode logs '''moodeutl -l'''")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


add '''dtoverlay=hifiberry-dac'''
add '''dtoverlay=hifiberry-dac'''
comment out '''#dtparam=i2s=on'''


find the name of the audio output device:
find the name of the audio output device:
Line 13: Line 14:
pcm.!_audioout
pcm.!_audioout
{
{
type hw card 0
type hw card 0
}
}
ctl.!default
ctl.!default
{
{
type hw card 0
type hw card 0
}
}


Line 33: Line 34:


'''moodeutl -l'''
'''moodeutl -l'''

copy nas index to multiple devices:

index is in '''/var/lib/mpd/database'''

Latest revision as of 20:32, 9 September 2024

config.txt is now in /boot/firmware/config.txt

add dtoverlay=hifiberry-dac comment out #dtparam=i2s=on

find the name of the audio output device:

grep audio_output /etc/mpd.conf -A10

put the name of the audio device e.g. _audioout

create file /etc/asound.conf

pcm.!_audioout
{
  type hw card 0
}
ctl.!default
{
  type hw card 0
}

enable ssh

systemctl enable ssh.service

check logs

journalctl -u ssh

check moode logs

moodeutl -l

copy nas index to multiple devices:

index is in /var/lib/mpd/database