You are not logged in.
Hi,
Sincerely, I have no clue to where start looking for.
[root@myArch jm]# uname -a
Linux myArch 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:36:45 CEST 2015 i686 GNU/LinuxThanks,
Last edited by jmvidalvia (2015-10-03 17:03:08)
Offline
What are you using for your sound first of all alsa or pulseaudio.
Offline
Sorry, alsa.
Offline
Ok Nice one, type this command in your terminal
cat /proc/asound/cards
and then send me your output of it.
Offline
Sure,
[root@myArch jm]# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf2620000 irq 32Offline
Check with lsmod command if driver works:
lsmod | grep sndthere shoud be something like snd-intel.
Offline
Here it is:
[root@myArch jm]# lsmod | grep snd
snd_hda_codec_conexant 20480 1
snd_hda_codec_generic 65536 1 snd_hda_codec_conexant
snd_hda_intel 28672 3
snd_hda_codec 94208 3 snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 45056 4 snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 77824 3 snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 28672 1 snd_pcm
snd 57344 14 snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
soundcore 16384 1 sndOffline
Ok jmvidalvia to get your sound working now do this
open your terminal and type sudo vim /etc/asound.conf
and inside of that file copy and paste this
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
Then save the file,
And then reboot and your sound should work, your welcome.
Last edited by nonfictive (2015-10-03 20:30:05)
Offline
I am afraid that didn't work.
I even could not access anymore to alsa-mixer ![]()
BTW /etc/asound.conf was not in my system previously...
Offline