Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ESD (enlightenment sound daemon, aka esound) + 2.6.1?
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
MADcow
l33t
l33t


Joined: 23 Jan 2003
Posts: 742
Location: RIT (Henrietta, New York, United States)

PostPosted: Sun Jan 11, 2004 11:07 pm    Post subject: ESD (enlightenment sound daemon, aka esound) + 2.6.1? Reply with quote

yeah. ESD segfaults whenever i try to start it. i'm using ALSA now, although i used OSS in 2.4+esd, which was fine. OSS is now depreciated. ALSA is running fine (i can hear stuff in XMMS with the ALSA plugin), but ESD segfaults when i try to start it.
esd
Segmentation fault

yeah. please help? :D
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Mon Jan 12, 2004 3:07 am    Post subject: Reply with quote

Have you tried rebuilding esound while booted into the 2.6.1 kernel? That might fix the problem...
_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
MADcow
l33t
l33t


Joined: 23 Jan 2003
Posts: 742
Location: RIT (Henrietta, New York, United States)

PostPosted: Mon Jan 12, 2004 7:40 pm    Post subject: Reply with quote

yeah, i have.
Back to top
View user's profile Send private message
MADcow
l33t
l33t


Joined: 23 Jan 2003
Posts: 742
Location: RIT (Henrietta, New York, United States)

PostPosted: Mon Jan 12, 2004 8:01 pm    Post subject: Reply with quote

ahh. esd just doesn't play nicely with ALSA. you have to put -alsa and oss in your use flags, and add oss emulation to the kernel.
too bad.
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Mon Jan 12, 2004 10:52 pm    Post subject: Reply with quote

MADcow wrote:
ahh. esd just doesn't play nicely with ALSA. you have to put -alsa and oss in your use flags, and add oss emulation to the kernel.
too bad.


I haven't had any problems running esound with ALSA--I've got "alsa" in my use flags and it works fine....
_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
MADcow
l33t
l33t


Joined: 23 Jan 2003
Posts: 742
Location: RIT (Henrietta, New York, United States)

PostPosted: Tue Jan 13, 2004 12:47 am    Post subject: Reply with quote

but do you have -oss in your use flags? that's what kills it for me
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Tue Jan 13, 2004 1:42 am    Post subject: Reply with quote

MADcow wrote:
but do you have -oss in your use flags? that's what kills it for me


Actually, I don't have -oss in my use flags. And I don't include OSS in my kernel, though I *do* have the OSS API emulation turned on, with everything below that enabled. Maybe that's why it works for me?
_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
MADcow
l33t
l33t


Joined: 23 Jan 2003
Posts: 742
Location: RIT (Henrietta, New York, United States)

PostPosted: Tue Jan 13, 2004 9:27 pm    Post subject: Reply with quote

but i did have OSS emulation in the kernel, and still do.
esd just hates me. anyway, it's alright i guess. although it would probably be better if it could communicate directly with ALSA and not have to go through the OSS emu...
Back to top
View user's profile Send private message
papabean
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2002
Posts: 130
Location: Sacramento, California

PostPosted: Wed Jan 21, 2004 5:29 pm    Post subject: Reply with quote

I had the exact same problem. It's because the version of ALSA I had compiled with my kernel was 1.0.1 and the API changed from the older versions of ALSA.

Thanks to this fantastic thread, I got dmix working with alsa, but esound (with or without dmix) was a no-go.

I discovered a patch from PLDLinux that patches esound to use the latest API, so I modified the current esound ebuild to patch the source and it works like a charm.

I don't know that this will work for everyone, but I've made the ebuild available: esound-0.2.32-r1.ebuild.tbz2

Unpack it into /usr/local/portage and re-emerge esound.

I doubt this will fix every case, but for those with 2.6.1 kernels that utilize the post-1.0 ALSA drivers, this should do the trick.
_________________
-- The world is full of tough guys. It doesn't need me to be one too.
Back to top
View user's profile Send private message
jcc
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 233
Location: Fort de France, Martinique

PostPosted: Fri Jan 23, 2004 5:08 am    Post subject: Reply with quote

thanks :)
Back to top
View user's profile Send private message
c0bblers
Guru
Guru


Joined: 28 Mar 2003
Posts: 403

PostPosted: Sat Jan 24, 2004 12:38 pm    Post subject: Reply with quote

That new ebuild works great for me...esound's been annoying me of a while now but that's fixed it up fine. Might want to pass that on to a dev or something.

Cheers,
James
Back to top
View user's profile Send private message
gleno
n00b
n00b


Joined: 24 Mar 2003
Posts: 19
Location: Sydney, Australia

PostPosted: Tue Jan 27, 2004 11:18 pm    Post subject: Reply with quote

papabean wrote:
I had the exact same problem. It's because the version of ALSA I had compiled with my kernel was 1.0.1 and the API changed from the older versions of ALSA.

Thanks to this fantastic thread, I got dmix working with alsa, but esound (with or without dmix) was a no-go.

I discovered a patch from PLDLinux that patches esound to use the latest API, so I modified the current esound ebuild to patch the source and it works like a charm.

I don't know that this will work for everyone, but I've made the ebuild available: esound-0.2.32-r1.ebuild.tbz2

Unpack it into /usr/local/portage and re-emerge esound.

I doubt this will fix every case, but for those with 2.6.1 kernels that utilize the post-1.0 ALSA drivers, this should do the trick.



I also made the move to the 2.6.1 and then 2.6.2 and the ebuild you have provided has done the trick for me as well. It works for both kernels in both cases. N.B. using Alsa 1.0.1!

REALLY appreciate the effort. :)
_________________
May I be excused? My Brain is Full!
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