I've recently installed Mageia 2 on my laptop. Even though, all updates that were released so far are installed as well, I have no sound when logged in as root. As recent [Resolved] posts for similar issues do not contain explanations on how to come to a resolution, I am unfortunately stuck.
Can you help me?
The details are as followed:
- Code: Select all
[root@Wind_U160dx_Linux ~]# rpm -qav | grep -i ^alsa-* && rpm -qav | grep -i ^pulse
alsa-utils-1.0.25-4.mga2
alsa-plugins-pulse-config-1.0.25-3.mga2
pulseaudio-utils-2.0-1.mga2
pulseaudio-client-config-2.0-1.mga2
pulseaudio-module-x11-2.0-1.mga2
pulseaudio-2.0-1.mga2
pulseaudio-module-gconf-2.0-1.mga2
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# grep Codec /proc/asound/card*/codec*
Codec: Realtek ALC888
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# lspcidrake -v | fgrep -i AUDIO
snd_hda_intel : Intel Corporation|N10/ICH 7 Family High Definition Audio Controller (vendor:8086 device:27d8 subv:1462 subd:104e) (rev: 02)
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_hda_intel
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# /sbin/lsmod
Module Size Used by
snd_usb_audio 125670 0
snd_usbmidi_lib 24952 1 snd_usb_audio
snd_rawmidi 30569 1 snd_usbmidi_lib
media 21380 2 videodev,uvcvideo
snd_seq_device 14497 1 snd_rawmidi
snd_hda_codec_realtek 145436 1
snd_hda_intel 33293 1
snd_hda_codec 126641 2 snd_hda_intel,snd_hda_codec_realtek
snd_hwdep 17659 2 snd_hda_codec,snd_usb_audio
snd_pcm 100893 3 snd_hda_codec,snd_hda_intel,snd_usb_audio
snd_page_alloc 18484 2 snd_pcm,snd_hda_intel
snd_timer 29532 1 snd_pcm
snd 82658 12 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_seq_device,snd_rawmidi,snd_usbmidi_lib,snd_usb_audio
soundcore 15047 1 snd
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# /sbin/chkconfig --list alsa
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overriden by native
systemd configuration.
alsa 0:off 1:off 2:off 3:off 4:off 5:off 6:off 7:off
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# /sbin/chkconfig --list sound
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overriden by native
systemd configuration.
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off 7:off
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# aumix -q
bash: aumix: command not found
[root@Wind_U160dx_Linux ~]#
[root@Wind_U160dx_Linux ~]# /sbin/fuser -v /dev/dsp
Specified filename /dev/dsp does not exist.
[root@Wind_U160dx_Linux ~]#
Thanks in advance!
Regards,