Quote:
Originally Posted by baobob
cat /etc/modprobe.d/sound
Code:
options snd slots=snd-hda-intel
# u1Nb.xqPQcijbrk4:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
|
You could try ensure your alsa is setup for your PC hardware. Here are two possible edits you could try for your /etc/modprobe.d/sound file. After each edit, restart your alsa with "
rcalsasound restart"
Code:
options snd slots=snd-hda-intel
# u1Nb.xqPQcijbrk4:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel=auto
then restart alsa with
rcalsasound restart and test. Ensure you have alsa selected in your vlc sound output.
If that doesn't work, for your acer PC try
Code:
options snd slots=snd-hda-intel
# u1Nb.xqPQcijbrk4:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel=acer
then restart alsa with
rcalsasound restart and test. Ensure you have alsa selected in your vlc sound output.
But if this a 3D graphic problem, then the above will not help.