I combined information from all of my searches and this is what worked for my Intel d510mo.
- Make sure front audio is turned on in bios.
- Then make sure in alsa sound card the default sound card is set to alsa. I use Salix Os so this is found at: Menu > System > Alsa Sound Card. Not sure about other distributions.
- Reboot.
- As root find out model of card. It should ouput Realtek ALC662 for the Intel d510mo motherboard:
- Over at kernel.org it shows that one of the options for ALC662 is 6-channel: 3stack-6ch.
- According to Intel the d510mo does have 6 channel (with spdif) so let's try 3stack-6ch (3stack-6ch-dig should also work).
- Now let's setup our option from step 6. First use alsaconf to configure alsa. Then create the file snd_hda_intel in /etc/modprobe.d (or edit the file sound). Then insert the line: options snd-hda-intel model=3stack-6ch. Then write and quit the file:
- Probe for the new module option now:
- Call up alsamixer to change your settings:
- Change your sound settings. NOTE: surround is now an option and you can also now change channel mode from 2ch to 6ch. Use your arrow keys to navigate to each setting.:
- change channel mode to 6ch
- raise volumes as needed
- mute any inputs not being used
- Make sure that all of your work to get the correct settings get stored:
- Reboot:
- Test your sound.
su
alsaconf
cat /proc/asound/card0/codec* | grep Codec
su
cd /etc/modprobe.d
vi snd_hda_intel
i
options snd-hda-intel model=3stack-6ch
# hit the escape key first then...
:wq
modprobe -r snd_hda_intel
modprobe snd_hda_intel
alsamixer
alsactl store 0
reboot
No comments:
Post a Comment