Patch
Changelog
Source tarball
Or just emerge development-sources.
Nice opportunity to start a new thread

Code: Select all
devpts /dev/pts devpts defaults 0 0floam wrote:compile the psuedo terminal stuff (pts) (im sure thats not what the s stands for, but its 3:15 am and i forget.) into kernel and add this line to your fstab,then mount devptsCode: Select all
devpts /dev/pts devpts defaults 0 0
yeah, /me just found it now too. strange tough. will a "mount -t devpts" in /etc/conf.d/local.start do the trick?floam wrote:You are wrong. From linus's post about 2.5.68:Linus Torvalds wrote:Oh, and the devfs stuff by Christoph means that devfs users should beware:
in particular, devfs users now need to mount the pts filesystem like everybody
else does, that duplication got killed.

Code: Select all
mount -t devpts devpts /dev/ptsworks like a charm. something else. any of you guy got /etc/init.d/alsasound to work with 2.5.x kernel? I'm just annoyed of unmuting the mixer on every single startupTheCoop wrote:should workCode: Select all
mount -t devpts devpts /dev/pts

the interactivity patch is gone since 2.5.67 IIRC.Lowspirit wrote:Have anyone that experienced the degradation from the "interactivity" patch that got in 2.5.65 tried .68? I could only spot one possible changelog entry that could be related to perhaps fixing it.
2.5.64 and 2.5.65+ multitasking performance is like day and night for me, apparently not everyone is experiencing it but some are. Con removed the interactivity patch that he backported into his ck kernel because alot complained about heavily decreased performance.
It did work OK on my work computer, but the notion of having to wait a couple of seconds for stuff to get responsive (getting proper interactivity boost) doesn't really fit my description of being responsive.
I'm stuck on .64 until it get fixed
Code: Select all
devpts /dev/pts devpts defaults 0 0