All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Re: [linux-audio-dev] snd-hdsp oddities
  2004-07-02  2:16 ` Paul Davis
@ 2004-07-02  7:32   ` Russell King
  0 siblings, 0 replies; 4+ messages in thread
From: Russell King @ 2004-07-02  7:32 UTC (permalink / raw)
  To: Paul Davis; +Cc: The Linux Audio Developers' Mailing List, alsa-devel, ico

On Thu, Jul 01, 2004 at 10:16:39PM -0400, Paul Davis wrote:
> >I am using the latest 2.6.7 kernel (tried also 2.6.5) but with hdsp I cannot s
> >elect anything lower than 1024x2 buffer settings in jackd without having massi
> >ve xruns.
> 
> Give up on 2.6 for now. If you can't give up on it, then at least run
> all (audio) apps with the environment variable LD_ASSUME_KERNEL set to
> 2.4.19. 

That is a bad attitude IMHO - if everyone follows that example, it
means that 2.6 will _never_ progress.  We, as kernel, developers rely
completely on users running the thing to find any problems, so these
types of reports are invaluable.

Ico - isn't this the same device which we recently had problems with
on PCMCIA?

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: snd-hdsp oddities
@ 2004-07-02 12:56 ico-rDkNP/OoUoU
  2004-07-02 13:15 ` Re: [linux-audio-dev] " Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: ico-rDkNP/OoUoU @ 2004-07-02 12:56 UTC (permalink / raw)
  To: alsa-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-audio-dev-oG0YroN0ZiqENrSoib9kfje48wsgrGvP
  Cc: ico-rDkNP/OoUoU

> Shouting "DON'T USE 2.6" isn't a good solution.  Though, we need to
> inform to "set LD_ASSUME_KERNEL as a workaround"...

Pardon my ignorance but how does one do this? As a part of the config before compiling kernel or?

Also, any ideas on the odd behavior of the hdspmixer? (see my other post)

Ico

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: [linux-audio-dev] snd-hdsp oddities
  2004-07-02 12:56 snd-hdsp oddities ico-rDkNP/OoUoU
@ 2004-07-02 13:15 ` Takashi Iwai
       [not found]   ` <s5hwu1m8s8t.wl-UC7Roit8zEholqkO4TVVkw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2004-07-02 13:15 UTC (permalink / raw)
  To: ico; +Cc: alsa-devel, linux-audio-dev

At Fri, 2 Jul 2004 12:56:06 +0000,
<ico@fuse.net> wrote:
> 
> > Shouting "DON'T USE 2.6" isn't a good solution.  Though, we need to
> > inform to "set LD_ASSUME_KERNEL as a workaround"...
> 
> Pardon my ignorance but how does one do this? As a part of the
> config before compiling kernel or? 

No, just set the environment variable like
	export LD_ASSUME_KERNEL=2.4.19
(better globally) and start jack.  That's all.

In this way, glibc chooses LinuxThreads instead of NPTL.

> Also, any ideas on the odd behavior of the hdspmixer? (see my other post)

Not checked yet...  Did hdspmixer work on any versions correctly on
your system?


Takashi


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Alsa-devel] Re: snd-hdsp oddities
       [not found]   ` <s5hwu1m8s8t.wl-UC7Roit8zEholqkO4TVVkw@public.gmane.org>
@ 2004-07-02 13:55     ` Florian Schmidt
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmidt @ 2004-07-02 13:55 UTC (permalink / raw)
  To: The Linux Audio Developers' Mailing List
  Cc: tiwai-l3A5Bk7waGM, ico-rDkNP/OoUoU,
	alsa-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Fri, 02 Jul 2004 15:15:46 +0200
Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org> wrote:

> At Fri, 2 Jul 2004 12:56:06 +0000,
> <ico-rDkNP/OoUoU@public.gmane.org> wrote:
> > 
> > > Shouting "DON'T USE 2.6" isn't a good solution.  Though, we need to
> > > inform to "set LD_ASSUME_KERNEL as a workaround"...
> > 
> > Pardon my ignorance but how does one do this? As a part of the
> > config before compiling kernel or? 
> 
> No, just set the environment variable like
> 	export LD_ASSUME_KERNEL=2.4.19
> (better globally) and start jack.  That's all.

yes, every jack client needs to be started with this env var set [additionally to the jack server], too.. otherwise it's not sufficient..

flo

P.S.: so add

export LD_ASSUME_KERNEL=2.4.19

to your ~/.bashrc

or even to your ~/.profile


-- 
Palimm Palimm!
http://affenbande.org/~tapas/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-02 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-02 12:56 snd-hdsp oddities ico-rDkNP/OoUoU
2004-07-02 13:15 ` Re: [linux-audio-dev] " Takashi Iwai
     [not found]   ` <s5hwu1m8s8t.wl-UC7Roit8zEholqkO4TVVkw@public.gmane.org>
2004-07-02 13:55     ` [Alsa-devel] " Florian Schmidt
  -- strict thread matches above, loose matches on Subject: below --
2004-07-02  0:22 ico-rDkNP/OoUoU
2004-07-02  2:16 ` Paul Davis
2004-07-02  7:32   ` Re: [linux-audio-dev] " Russell King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.