2 comments
-
Marc Wagner I'm trying to configure a hifiberry amp on the original pi b with an original amp. i'm following this instruction: https://support.hifiberry.com/hc/en-us/articles/205427911-Configuring-HiFiBerry-sound-card-on-XBian
and i've followed all the stepsand can find the amp using aplay. however, it looks like I haven't fully disabled the default soundcard. help would be welcome
xbian@xbian ~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sndrpihifiberry [snd_rpi_hifiberry_amp], device 0: HifiBerry AMP HiFi tas5713-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0 -
HiFiBerry team Hi Marc,
you need to remove the line
dtparam=audio=on
from config.txt.
Best regards,
Daniel