aplay -l
Code:
alazare619@Voidd-Server:~$ aplay -l
aplay: device_list:240: no soundcards found...
sudo aplay -l
Code:
alazare619@Voidd-Server:~$ sudo aplay -l
[sudo] password for alazare619:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
dmesg | grep HDA
Code:
alazare619@Voidd-Server:~$ dmesg | grep HDA
[ 9.852966] HDA Intel 0000:00:07.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[ 9.853002] HDA Intel 0000:00:07.0: setting latency timer to 64
[ 10.780131] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input3
speaker-test
Code:
alazare619@Voidd-Server:~$ speaker-test
speaker-test 1.0.24.2
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4663:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM default
Playback open error: -2,No such file or directory
ls -al /proc/asound/card0/
Code:
ls -al /proc/asound/card0/
total 0
dr-xr-xr-x 8 root root 0 2012-04-02 21:03 .
dr-xr-xr-x 5 root root 0 2012-04-02 21:03 ..
-r--r--r-- 1 root root 0 2012-04-02 21:03 codec#0
-r--r--r-- 1 root root 0 2012-04-02 21:03 codec#3
-r--r--r-- 1 root root 0 2012-04-02 21:03 id
-rw-r--r-- 1 root root 0 2012-04-02 21:03 oss_mixer
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm0c
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm0p
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm1c
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm1p
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm2c
dr-xr-xr-x 3 root root 0 2012-04-02 21:03 pcm3p
Bookmarks