I could probably give some useful feedback as I have two MSI K8N Platinums as well as four other systems with gigabit.
But I've never manually patched my kernel before... any pointers?
I was trying to follow this guide:
http://www.linuxhq.com/patch-howto.html
so from /usr/src I tried:
Code: Select all
patch -p0 < forcedeth_gigabit_try19.txt
but kept having to type in /linux/drivers/net/<filename> manually... and then I got hunk errors on a few and then it asked about assuming -R for reverse, which doesn't sound right....
Will this patch work with gentoo-dev-sources-2.6.7-r6 or do I need a vanilla kernel?
Btw what's the best way to benchmark network throughput? netperf?