Re: [proaudio] : Compile a 2.6.25.4-rt5 kernel (was : 2.6.24.7-rt7 - Big performance improvement) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] : Compile a 2.6.25.4-rt5 kernel (was : 2.6.24.7-rt7 - Big performance improvement)
- From: Reuben Martin <reuben.m@xxxxxxxxx>
- Date: Thu, 5 Jun 2008 21:06:20 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=scsp6ecKR1WFTrwiX3Gm37Jo4Ur/xgTgTmGXdjcvM9w=; b=Oaz78rCc9UVX1HQ7wkB0mPAQIEhMRZNh8HJuYD9JDk8tFtGgmzbRyBj5QZya85TiYh T75mB7e2IP9ZFu/vIkKHE57O7wIepGPc2ioe0VbHeiiAT8KElsPmB/gdGlAg7JGn42QH BHBYZr2/w0Z7EHHteWGFETfsmkeDMgKLA2OA8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=mm844SBBMvO4Vg7o1AP9sGQRxstRJFBFms/MJiPoiS34qhPm3X0LuO4oYQV2NeDwTI o3hjMWmPW8zd1MTVAPb0v5LbY2QfUI5SbdbJHGWowV3zhwysTFznkke1F1XOhZlFcFSe csh59IRrx3qrEc0O1ONXRNcigxNFUC7aXpZo8=
Back on Thursday 05 June 2008, Mysth-R was like:
> Hi,
>
> Finally I compiled a 2.6.25.4-rt5 without any issues.
> I have just downloaded the linux-2.6.25.4 kernel and apply the
> patch-2.6.25.4-rt5 on it.
> Is there others patches that I could apply to improve the performance of my
> kernel ?
> In fact, I can't use a latency (referring to Qjackctl) lower than 16ms (256
> frames / 3 period / 48000Hz) without cracks in sound.
> I use jackdmp and freebob on a Intel Core duo 2.
>
> Do you have some suggestions ?
Have you checked to see what the priority level is set to for the IRQ-Thread
assigned to your sound device? If it's not a negative number (something
like -40 or lower) then all the low latency doesn't amount to much if the
scheduler doesn't know to give the sound device special priority.
-Reuben