0

DAC Zero No Sound

Followed this https://support.hifiberry.com/hc/en-us/articles/205377651-Configuring-Linux-4-x-or-higher on top of raspbian stretch lite

Output from aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_dac], device 0: HifiBerry DAC HiFi pcm5102a-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0

My config,txt

# Enable audio (loads snd_bcm2835)
#dtparam=audio=on

dtoverlay=hifiberry-dac

 

My /etc/asound.conf


pcm.!default {
type hw card 0
}

ctl.!default {
type hw card 0
}

 

Tested using mplayer and play -n synth sine 1000

Tested by unplugging and same cables ok in another device

Bit stumped!

I think we expect alsamixer to report no volume control?

3 comments

Please sign in to leave a comment.