You are not logged in.
Pages: 1
I installed latest Arch (3.04 kernel) and while trying to get sound by following instructions in alsa wiki I get message
alsamixer command not found
It seems as it sound card (intel ) unless that 0 down below implies otherwise.
[jlm1@jlm1Arch64 ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Sep 3 20:38 by-path
crw-rw----+ 1 root audio 116, 8 Sep 3 20:38 controlC0
crw-rw----+ 1 root audio 116, 7 Sep 3 20:38 hwC0D2
crw-rw----+ 1 root audio 116, 6 Sep 3 20:38 pcmC0D0c
crw-rw----+ 1 root audio 116, 5 Sep 3 20:38 pcmC0D0p
crw-rw----+ 1 root audio 116, 4 Sep 3 20:38 pcmC0D1c
crw-rw----+ 1 root audio 116, 3 Sep 3 20:38 pcmC0D1p
crw-rw----+ 1 root audio 116, 2 Sep 3 20:38 pcmC0D2c
crw-rw---- 1 root audio 116, 1 Sep 3 20:38 seq
crw-rw----+ 1 root audio 116, 33 Sep 3 20:38 timer
[jlm1@jlm1Arch64 ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Sep 3 20:38 by-path
crw-rw----+ 1 root audio 116, 8 Sep 3 20:38 controlC0
crw-rw----+ 1 root audio 116, 7 Sep 3 20:38 hwC0D2
crw-rw----+ 1 root audio 116, 6 Sep 3 20:38 pcmC0D0c
crw-rw----+ 1 root audio 116, 5 Sep 3 20:38 pcmC0D0p
crw-rw----+ 1 root audio 116, 4 Sep 3 20:38 pcmC0D1c
crw-rw----+ 1 root audio 116, 3 Sep 3 20:38 pcmC0D1p
crw-rw----+ 1 root audio 116, 2 Sep 3 20:38 pcmC0D2c
crw-rw---- 1 root audio 116, 1 Sep 3 20:38 seq
crw-rw----+ 1 root audio 116, 33 Sep 3 20:38 timer
[jlm1@jlm1Arch64 ~]$ lsmod|grep '^snd' |column -t
snd_hda_codec_realtek 294224 1
snd_hda_intel 22122 0
snd_hda_codec 77927 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 6325 1 snd_hda_codec
snd_pcm 73888 2 snd_hda_intel,snd_hda_codec
snd_timer 19416 1 snd_pcm
snd 57818 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 7121 2 snd_hda_intel,snd_pcm
Thanks
Jay
Offline
pacman -Qs alsa-utils , if none found - pacman -S alsa-utils and 'voila'
O' rly ? Ya rly Oo
Offline
jaylm3,
Welcome to the forums. Please use BBCode code tags for program output. It sets the output apart from the prose, it uses scroll bars where needed, and uses a monospaced phont so columns line up.
This is in code tags. If you click the "Quote" link, you can see how I did this
Thanks
Last edited by ewaller (2011-09-04 01:15:43)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Cybertorture many thanks. That takes care of my issue.
And ewaller thanks for the info on how to quote in the forums.
I am going to like it here.
Again thanks
Jay
Offline
Please mark the thread as solved.
https://wiki.archlinux.org/index.php/FA … is_X_in.3F might help in the future.
Last edited by karol (2011-09-04 14:08:55)
Offline
Pages: 1