For those interested 2.6.10-morph6 is out. There are some news:
- added mouse polling patch,
- added many patches frome gentoo dev-sources (thanks to dsd for the great job in collecting these patches!),
- updates from Con Kolivas: new version of his scheduler and a small security fix.
NOTE: it
seems like the way to change mouse polling rate is now to specify a parameter when loading the usbhid kernel module. This means that you will
not find an option in the kernel config to set polling rate (like it was before). Follow the link for more info on that.
Regarding the patches from dev-sources I included only those of them that are bugfixes. I left out the massive sparc updates, for example.
rommel wrote:well thanks for the kernel... it seems to be working very well for me... i just added mouse polling , that was all that wasnt in it that i wanted.
Added
Robin79 wrote:But nitro uses alsa 1.0.7? and i cant find the azx driver there either... Also that driver sucks for azx so i have compiled the latest development 8.rc1 and on that one i can use mixers couldnt that with 1.0.7 o when i get home i will hope i have sound so i can skip wintendo xp...
This one is a bit toughy. I've dug a bit and it seems like the azx driver is not present in alsa-kernel-cvs, but it is there in the alsa-1.0.7 standalone package. Also the latest alsa 1.0.8rc1 does not include it yet. The driver itself seems more a "concept" driver than a real one, and on the alsa mailing list it seems that it gave quite a few problems (kernel crashes). My suggestion at this point would be to emerge alsa-drivers separately, to see if you can get it this way. Sorry about that
silverter wrote:When emerge ist running or something is compiling in the background, my system is almost unusable. I can't use the command line because the responsiveness ist so slow, and mplayer or rhythmbox stutters like hell. I'm using the same .config as with my last kernel (mm-sources) and with mm-sources I didn't have these issues. I might habe missed something in my config. Can someone provide me with some help on this.
Try bollucks' recomendations. Also you could try with the "as" io-scheduler. The default is now "cfq", but in my experience sometimes it seems to cause some lag in responsiveness. To change scheduler append the line
elevator="as"
in the relevant section of your grub.conf. For example:
Code: Select all
title Gentoo 2.6.9-morph11
root (hd0,1)
kernel (hd0,1)/boot/vmlinuz-2.6.9-morph11 root=/dev/hda6 elevator=as
Verify with "dmesg" that you are using the as elevator (it will say somewhere "elevator: using anticipatory as default io scheduler", or something like that).
RogerWilco wrote:I seem to miss two patches that I applied manually - lufs (needed if you want captive-ntfs working) and cdfs. Any chance of including those in the next release?
I modified the lufs patch so that it'll apply cleanly to morph6. However if compiled as module it gives an unresolved symbol message (which disappear if compiled statically in-kernel). I won't include it since the project seems abandoned, but you can download the patch here:
http://ing.unitn.it/~rbiscani/lufs-0.9. ... rph6.patch
Just apply it on top of morph6. Let me know if it works. Regarding cdfs, the message on their homepage is scary
JBerro wrote:So most likely something wrong with SMP code for x86_64.
Anyway the patchset is really fast and working fine on x86.
Hopefully this issue will bwe solved in the next release.
It's difficult to debug this for me since I don't have an x86-64 machine available

But I have an idea, will post a patch tomorrow (I hope!)
Thanks for all the feedback! The patch is getting better and growing fast, so I've sent an application to be hosted on sourceforge. If it is accepted it will be easier to manage all these patches, thanks to the infrastructure of sourceforge. Let's hope for the best
Cheers!