07-26-2015, 10:29 AM
Hi everyone,
I decided to ditch the old pcimcia card and try to get audio working through DVI to HDMI. In OpenELEC it was easy to select but I'm unsure how to do it with asound.conf so it works with Chromium.
There is an excellent guide here that I was following to get Netflix working but for now sound only works in OpenELEC.
Output of aplay.conf
The example on the forum is
#create a file with the entry .../storage/data/ubuntu/etc/asound.conf (in my Chromium is: hw:1,7)
defaults.ctl.card 1
defaults.pcm.card 1
defaults.pcm.device 7
From the output above mine should be?
efaults.ctl.card 0
defaults.pcm.card 0
defaults.pcm.device 3
Not working for me
I decided to ditch the old pcimcia card and try to get audio working through DVI to HDMI. In OpenELEC it was easy to select but I'm unsure how to do it with asound.conf so it works with Chromium.
There is an excellent guide here that I was following to get Netflix working but for now sound only works in OpenELEC.
Output of aplay.conf
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: 92HD71B7X Analog [92HD71B7X Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
cat /proc/asound/pcm
00-00: 92HD71B7X Analog : 92HD71B7X Analog : playback 1 : capture 1
00-03: HDMI 0 : HDMI 0 : playback
The example on the forum is
#create a file with the entry .../storage/data/ubuntu/etc/asound.conf (in my Chromium is: hw:1,7)
defaults.ctl.card 1
defaults.pcm.card 1
defaults.pcm.device 7
From the output above mine should be?
efaults.ctl.card 0
defaults.pcm.card 0
defaults.pcm.device 3
Not working for me