View previous topic :: View next topic |
Author |
Message |
doh n00b
Joined: 19 Apr 2002 Posts: 32
|
Posted: Sun Jun 09, 2002 7:08 pm Post subject: EsounD: Sound device inadequate for Esound. Fatal. |
|
|
Just finished "updating" esound and when I try and start an app or esd I get:
Code: |
[root@sean1 root]$ esd
Audio device open for 44.1Khz, stereo, 16bit failed
Trying 44.1Khz, 8bit stereo.
Audio device open for 44.1Khz, stereo, 8bit failed
Trying 48Khz, 16bit stereo.
Audio device open for 44.1Khz, stereo, 8bit failed
Trying 22.05Khz, 8bit stereo.
Audio device open for 22.05Khz, stereo, 8bit failed
Trying 44.1Khz, 16bit mono.
Audio device open for 44.1Khz, mono, 8bit failed
Trying 22.05Khz, 8bit mono.
Audio device open for 22.05Khz, mono, 8bit failed
Trying 11.025Khz, 8bit stereo.
Audio device open for 11.025Khz, stereo, 8bit failed
Trying 11.025Khz, 8bit mono.
Audio device open for 11.025Khz, mono, 8bit failed
Trying 8.192Khz, 8bit mono.
Audio device open for 8.192Khz, mono, 8bit failed
Trying 8Khz, 8bit mono.
Sound device inadequate for Esound. Fatal.
|
Any ideas? _________________ This is my sig. There are many like it, but this one is mine. |
|
Back to top |
|
|
lx Veteran
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Sun Jun 09, 2002 10:35 pm Post subject: |
|
|
Does the device /dev/dsp or /dev/dsp2 exists? _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
|
doh n00b
Joined: 19 Apr 2002 Posts: 32
|
Posted: Sun Jun 09, 2002 10:57 pm Post subject: |
|
|
Yes
Code: |
[root@sean1 root]$ ls /dev/dsp*
/dev/dsp /dev/dsp1 /dev/dspW
[root@sean1 root]$
|
_________________ This is my sig. There are many like it, but this one is mine. |
|
Back to top |
|
|
lx Veteran
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Sun Jun 09, 2002 11:03 pm Post subject: |
|
|
Do you have alsa in the USE variable in /etc/make.conf? _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
|
doh n00b
Joined: 19 Apr 2002 Posts: 32
|
Posted: Sun Jun 09, 2002 11:21 pm Post subject: |
|
|
Now that I check, no alsa isn't there. _________________ This is my sig. There are many like it, but this one is mine. |
|
Back to top |
|
|
lx Veteran
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Sun Jun 09, 2002 11:29 pm Post subject: |
|
|
If you are using alsa, try to rebuild esound with the USE variable changed. But still it should work with oss. Well I can't think of anything else,
Cya lX. _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
|
doh n00b
Joined: 19 Apr 2002 Posts: 32
|
Posted: Mon Jun 10, 2002 1:21 am Post subject: |
|
|
I put Alsa in there and `emerge esound` again, but esd still gives the above errors. _________________ This is my sig. There are many like it, but this one is mine. |
|
Back to top |
|
|
schutten Tux's lil' helper
Joined: 29 Apr 2002 Posts: 120 Location: Veldhoven, the Netherlands
|
Posted: Mon Jun 10, 2002 1:45 am Post subject: |
|
|
I had the same error (had just installed gnome (1.4) for the first time).
Had no clue were to start, but now it works again.
I did the following:
- switch to a new kernel (from 2.4.19-r1 to 2.4.19-gentoo-r7).
- emerged nvidia & alsa drivers again.
Then I noticed that the alsa driver states at the end that the alsasound script should be add to "boot" not to "default". This was the case for me!
So I changed it:
# rc-update del alsasound default
# rc-update add alsasound boot
Now after reboot esound magically works again!
I hope that this helps, since I have been playing around all day to get it to work again... I hope that this is the solution and not something else that I have done...
Last edited by schutten on Fri Sep 20, 2002 10:45 pm; edited 1 time in total |
|
Back to top |
|
|
doh n00b
Joined: 19 Apr 2002 Posts: 32
|
Posted: Tue Jun 11, 2002 5:44 pm Post subject: |
|
|
ttt _________________ This is my sig. There are many like it, but this one is mine. |
|
Back to top |
|
|
|