View previous topic :: View next topic |
Author |
Message |
jordanwb l33t
Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Thu Dec 25, 2008 8:31 pm Post subject: [S]aplay:main:590:audio open error:No such device or address |
|
|
Okay I got alsa-lib and alsa-utils to compile and I added alsasound to the boot runlevel, but when I try to play a wav file with aplay I get this error:
Quote: |
ALSA lib dlmisc.c:118:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_empty_open
ALSA lib pcm.c:2166:(snd_pcm_open_conf) symbol _snd_pcm_empty_open is not defined inside [builtin]
aplay: main:590: audio open error: No such device or address
|
My T21's sound card is a Cirrus Logic cs4614 with the driver compiled as a module.
Last edited by jordanwb on Sat Dec 27, 2008 8:09 pm; edited 1 time in total |
|
Back to top |
|
|
VoidMage Watchman
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Thu Dec 25, 2008 9:03 pm Post subject: |
|
|
Perhaps ALSA_PCM_PLUGINS are wrong ? |
|
Back to top |
|
|
jordanwb l33t
Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Thu Dec 25, 2008 9:39 pm Post subject: |
|
|
emerge --info gives:
Quote: | ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" |
But when I compile alsa-lib and alsa-utils it says that those plugins are disabled. (Huh?) I'll add all the plugins and see what happens.
Okay I can run aplay but I don't hear anything. I turned up the sound with alsamixer and manually turned up the sound with the laptop's volume buttons but I don't hear anything. |
|
Back to top |
|
|
jordanwb l33t
Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Sat Dec 27, 2008 3:44 pm Post subject: |
|
|
I suspect that the sound is going to the snd-seq-midi device. Here's my alsa config:
Code: |
# Alsa kernel modules' configuration file.
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-cs46xx
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1
|
|
|
Back to top |
|
|
jordanwb l33t
Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Sat Dec 27, 2008 8:09 pm Post subject: |
|
|
It helps if I unmute the channels. |
|
Back to top |
|
|
|