Hi
I have a Samsung Q1 which has no sound. I had been running Jolicloud with the same issues and did the following to get it working a treat.
Identified I had an AD1986A Audio card on my Samsung by opening up a terminal window and running
sudo head -1 /proc/asound/card0/codec#0
it outputs your audio card type.
2.Edited the configuration file by this command:
sudo gedit /etc/modprobe.d/alsa-base.conf
found this section:
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
changed it to:
# Keep snd-pcsp from being loaded as first soundcard
#options snd-pcsp index=-2
options snd-hda-intel model=laptop-eapd
3.Rebooted,and the sound worked.
I am totally new to Mageia and Mandriva as I used to PCLINUXOS and Mint.
Could anyone tell me how I do the equivilent and get the same results in Mageia, (Total Newbe remember, who has a little experience of command line the best of times... linux is so good these days I rarely have too.)
Regards
Gray