* [gentoo-amd64] alsa mixer question
@ 2005-11-05 9:43 Steve Herber
2005-11-05 12:32 ` Hemmann, Volker Armin
0 siblings, 1 reply; 6+ messages in thread
From: Steve Herber @ 2005-11-05 9:43 UTC (permalink / raw
To: gentoo-amd64
I am running a 2.6.14 kernel:
uname -a
Linux lurch 2.6.14-gentoo #1 PREEMPT Mon Oct 31 01:06:31 PST 2005 x86_64
AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
using the 2005.0 profile and ~amd64<F4> ARCH on a Shuttle SN85G4.
In general a single sound application, xmms, mplayer, torcs, works. The
problem is that the browser, galeon and others, often open /dev/sound/dsp.
Then when I try to run a second application that also uses sound, the
second application fails when it tries to open /dev/sound/dsp.
Does anyone have recommendations that I could follow to more easily get
multiple applications to work together?
I just want to be able to start a browser, xmms, and then run a few laps
with Torcs.
Thanks,
---
Steve Herber herber@thing.com work: 206-221-7262
Security Engineer, UW Medicine, IT Services home: 425-454-2399
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] alsa mixer question
2005-11-05 9:43 [gentoo-amd64] alsa mixer question Steve Herber
@ 2005-11-05 12:32 ` Hemmann, Volker Armin
2005-11-05 16:40 ` Ryan L
0 siblings, 1 reply; 6+ messages in thread
From: Hemmann, Volker Armin @ 2005-11-05 12:32 UTC (permalink / raw
To: gentoo-amd64
On Saturday 05 November 2005 10:43, Steve Herber wrote:
> I am running a 2.6.14 kernel:
>
> uname -a
> Linux lurch 2.6.14-gentoo #1 PREEMPT Mon Oct 31 01:06:31 PST 2005 x86_64
> AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
>
> using the 2005.0 profile and ~amd64<F4> ARCH on a Shuttle SN85G4.
>
> In general a single sound application, xmms, mplayer, torcs, works. The
> problem is that the browser, galeon and others, often open /dev/sound/dsp.
> Then when I try to run a second application that also uses sound, the
> second application fails when it tries to open /dev/sound/dsp.
>
> Does anyone have recommendations that I could follow to more easily get
> multiple applications to work together?
>
> I just want to be able to start a browser, xmms, and then run a few laps
> with Torcs.
>
have you built everything with the alsa-useflag?
Are you using the latest alsa-libs?
If yes, go to alsa-project.org and read about dmix.
I have no problems to have douzends of apps playing sound simultanously (tried
with civclient+amarok+alsaplayer+wesnoth+other stuff)
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] alsa mixer question
2005-11-05 12:32 ` Hemmann, Volker Armin
@ 2005-11-05 16:40 ` Ryan L
0 siblings, 0 replies; 6+ messages in thread
From: Ryan L @ 2005-11-05 16:40 UTC (permalink / raw
To: gentoo-amd64
Hemmann, Volker Armin wrote:
>On Saturday 05 November 2005 10:43, Steve Herber wrote:
>
>
>>I am running a 2.6.14 kernel:
>>
>>uname -a
>>Linux lurch 2.6.14-gentoo #1 PREEMPT Mon Oct 31 01:06:31 PST 2005 x86_64
>>AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
>>
>>using the 2005.0 profile and ~amd64<F4> ARCH on a Shuttle SN85G4.
>>
>>In general a single sound application, xmms, mplayer, torcs, works. The
>>problem is that the browser, galeon and others, often open /dev/sound/dsp.
>>Then when I try to run a second application that also uses sound, the
>>second application fails when it tries to open /dev/sound/dsp.
>>
>>Does anyone have recommendations that I could follow to more easily get
>>multiple applications to work together?
>>
>>I just want to be able to start a browser, xmms, and then run a few laps
>>with Torcs.
>>
>>
>>
You could also pick up a cheap Sound Blaster Live! card and throw that
it in. Should work right off just fine with multiple apps. It is an old
card, but it has hardware mixing and does the job rather well. Otherwise
you could use a software sound server. I would recommend esound. It's
better than arts and jack.
But if you don't want to get a card that has hardware mixing, I would
suggest what the other guy said and that is to setup dmix. It will
result in a better quality sound than using a software server. Less
overhead as well.
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] alsa mixer question
@ 2005-11-05 18:14 Dmitri Pogosyan
2005-11-06 2:43 ` Kyle Lutze
2005-11-06 3:49 ` Hemmann, Volker Armin
0 siblings, 2 replies; 6+ messages in thread
From: Dmitri Pogosyan @ 2005-11-05 18:14 UTC (permalink / raw
To: gentoo-amd64
As people said your choices are
1) Use sound card with hardware mixing
2) Run sound mixing daemon like esound or arts
3) Set up dmix in alsa. I also heard that alsa 1.10 is supposed to
come with replacement for dmix ?
3) is preferable to 2), especially arts seems having a lot of bad rap.
I have recompiled everything without arts (I don't have gnome or esound
installed) and set up dmix devices. Works fine.
I don't know much about 'jack'
> I am running a 2.6.14 kernel:
>
> uname -a
> Linux lurch 2.6.14-gentoo #1 PREEMPT Mon Oct 31 01:06:31 PST 2005 x86_64
> AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
>
> using the 2005.0 profile and ~amd64<F4> ARCH on a Shuttle SN85G4.
>
> In general a single sound application, xmms, mplayer, torcs, works. The
> problem is that the browser, galeon and others, often open /dev/sound/dsp.
> Then when I try to run a second application that also uses sound, the
> second application fails when it tries to open /dev/sound/dsp.
>
> Does anyone have recommendations that I could follow to more easily get
> multiple applications to work together?
>
> I just want to be able to start a browser, xmms, and then run a few laps
> with Torcs.
>
> Thanks,
>
> ---
> Steve Herber herber@thing.com work: 206-221-7262
> Security Engineer, UW Medicine, IT Services home: 425-454-2399
> --
> gentoo-amd64@gentoo.org mailing list
--
Dmitri Pogosyan Department of Physics
Associate Professor University of Alberta
tel 1-780-492-2150 412 Avadh Bhatia Physics Labs
fax 1-780-492-0714 Edmonton, AB, T6G 2J1, CANADA
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] alsa mixer question
2005-11-05 18:14 Dmitri Pogosyan
@ 2005-11-06 2:43 ` Kyle Lutze
2005-11-06 3:49 ` Hemmann, Volker Armin
1 sibling, 0 replies; 6+ messages in thread
From: Kyle Lutze @ 2005-11-06 2:43 UTC (permalink / raw
To: gentoo-amd64
Dmitri Pogosyan wrote:
> As people said your choices are
>
> 1) Use sound card with hardware mixing
> 2) Run sound mixing daemon like esound or arts
> 3) Set up dmix in alsa. I also heard that alsa 1.10 is supposed to
> come with replacement for dmix ?
>
> 3) is preferable to 2), especially arts seems having a lot of bad rap.
>
> I have recompiled everything without arts (I don't have gnome or esound
> installed) and set up dmix devices. Works fine.
>
> I don't know much about 'jack'
>
>
jack is the jack audio connection kit. It is mostly used by audio
professionals or people that have m-audio audio cards. It is probably
unwanted for this situation as most programs don't support it, and it's
Jack is the jack audio connection kit. It is mostly used by audio
professionals or people that have m-audio audio cards. It is probably
too powerful for your type of setup, so don't worry about. It's very
powerful for what it does, and with that a bit complicated to setup,
especially to get non-jack programs working with it.
Kyle
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] alsa mixer question
2005-11-05 18:14 Dmitri Pogosyan
2005-11-06 2:43 ` Kyle Lutze
@ 2005-11-06 3:49 ` Hemmann, Volker Armin
1 sibling, 0 replies; 6+ messages in thread
From: Hemmann, Volker Armin @ 2005-11-06 3:49 UTC (permalink / raw
To: gentoo-amd64
On Saturday 05 November 2005 19:14, Dmitri Pogosyan wrote:
> As people said your choices are
>
> 1) Use sound card with hardware mixing
> 2) Run sound mixing daemon like esound or arts
> 3) Set up dmix in alsa. I also heard that alsa 1.10 is supposed to
> come with replacement for dmix ?
>
no, but since a recent version came out, you do not need to setup up dmix. It
should just work out of the box.
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-06 3:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 9:43 [gentoo-amd64] alsa mixer question Steve Herber
2005-11-05 12:32 ` Hemmann, Volker Armin
2005-11-05 16:40 ` Ryan L
-- strict thread matches above, loose matches on Subject: below --
2005-11-05 18:14 Dmitri Pogosyan
2005-11-06 2:43 ` Kyle Lutze
2005-11-06 3:49 ` Hemmann, Volker Armin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox