Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[S]aplay:main:590:audio open error:No such device or address
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jordanwb
l33t
l33t


Joined: 10 Jul 2008
Posts: 642
Location: Ottawa, Canada

PostPosted: Thu Dec 25, 2008 8:31 pm    Post subject: [S]aplay:main:590:audio open error:No such device or address Reply with quote

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
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Dec 25, 2008 9:03 pm    Post subject: Reply with quote

Perhaps ALSA_PCM_PLUGINS are wrong ?
Back to top
View user's profile Send private message
jordanwb
l33t
l33t


Joined: 10 Jul 2008
Posts: 642
Location: Ottawa, Canada

PostPosted: Thu Dec 25, 2008 9:39 pm    Post subject: Reply with quote

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
View user's profile Send private message
jordanwb
l33t
l33t


Joined: 10 Jul 2008
Posts: 642
Location: Ottawa, Canada

PostPosted: Sat Dec 27, 2008 3:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
jordanwb
l33t
l33t


Joined: 10 Jul 2008
Posts: 642
Location: Ottawa, Canada

PostPosted: Sat Dec 27, 2008 8:09 pm    Post subject: Reply with quote

It helps if I unmute the channels. :oops:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum