Mailinglist Archive: opensuse (1325 mails)
| < Previous | Next > |
Re: [opensuse] HDMI Audio
- From: Andrew Joakimsen <joakimsen@xxxxxxxxx>
- Date: Mon, 4 May 2009 21:31:57 -0400
- Message-id: <23fd749a0905041831t44d0da7fs264d543e90172b22@xxxxxxxxxxxxxx>
I have it working now, disabled audio in the BIOS (yes, disabled audio
in the BIOS), I don't think that was needed but the onboard audio chip
is not used when using HDMI, I then created /etc/asound.conf and
issued the command rcalsasound restart.
pcm.!default {
type plug
slave {
pcm "hw:0,3"
format S16_LE
}
}
Also works:
pcm.!default {
type hw
card 0
device 3
}
Basically match what aplay -l shows for your card.
S16_LE I got from the output of: speaker-test -c2 -D plughw:0,3 -twav -l1
That command worked and played a speaker test even without any
configuration, which reinforces my theory that something just had to
be configured to tell ALSA to output sound to that particular device.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
in the BIOS), I don't think that was needed but the onboard audio chip
is not used when using HDMI, I then created /etc/asound.conf and
issued the command rcalsasound restart.
pcm.!default {
type plug
slave {
pcm "hw:0,3"
format S16_LE
}
}
Also works:
pcm.!default {
type hw
card 0
device 3
}
Basically match what aplay -l shows for your card.
S16_LE I got from the output of: speaker-test -c2 -D plughw:0,3 -twav -l1
That command worked and played a speaker test even without any
configuration, which reinforces my theory that something just had to
be configured to tell ALSA to output sound to that particular device.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |