Code: Select all
brotkastn brot # emerge -pv beyond-dev-sources
These are the packages that would be merged, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "beyond-dev-sources" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/beyond-dev-sources-2.6.16 (masked by: missing keyword)
brot wrote:*downloading atm*
How did you fix the issues with vmware, what was the problem with it ?
- Anyways, thanks for your release tiger and iphitus, i know it will work
Edit: Problems here:Code: Select all
brotkastn brot # emerge -pv beyond-dev-sources These are the packages that would be merged, in order: Calculating dependencies !!! All ebuilds that could satisfy "beyond-dev-sources" have been masked. !!! One of the following masked packages is required to complete your request: - sys-kernel/beyond-dev-sources-2.6.16 (masked by: missing keyword)
Code: Select all
echo "sys-kernel/beyond-dev-sources" >> /etc/portage/package.keyword Code: Select all
echo "sys-kernel/beyond-dev-sources -*" >> /etc/portage/package.keywordsDyntick is broken as of 2.6.16, it is no longer included in ck, and con said he stops maintaining the patch, so, it's basically dead...candrews wrote:The Dynamic Tick patch was included as late as 2.6.16-rc3-nitro1 by my kernel configs... I just noticed that it's now missing. Could we have it back?
http://lwn.net/Articles/119791/
I think it my have helped my laptop's battery life, and every second of battery helps!
Thanks
oh man, now i get it what is causing this.epic wrote:gr8 release.
but how do i remove the werd postfix from the kernel version mine is "2.6.16-beyond-git4-g88dbd723", which causes troubles with
nvidia-kernel.... This happened to me on nitro-git too, but only when i used the manual approach(i dont like using portage on kernels)

Code: Select all
uname -a
Linux avalon 2.6.16-beyond-git4 #2 Tue Apr 4 17:03:11 CEST 2006 x86_64 AMD Athlon(tm) 64 Processor 3500+ GNU/Linux
Code: Select all
Linux gentoo 2.6.16-beyond-git5 #1 SMP Tue Apr 4 20:47:14 CEST 2006 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GNU/LinuxAs said before, i knew it will workbrot@brotkastn ~ $ cat /proc/version
Linux version 2.6.16-beyond-git5 (root@brotkastn) (gcc version 4.1.0 (Gentoo 4.1.0)) #1 Tue Apr 4 22:55:48 CEST 2006



Oh, uh, yeah, thx for pointing out (i have no means to find something like this out, i'm and amd -> desktop userPhlogiston wrote:Ok everything seems to work again, my sata dvd too. Thank you!
But please warn users about the following: The order of the voltage table for undervolting is reversed , so this crashed my system and actually could have destroyed my cpu as well! So please take care...
Phlogiston
it still says: not have the same address space size as your running kernel when running vmware-config.plIn vmware-config.pl find:
. 'not have the same address space size as your running '
. 'kernel.' . "\n\n", 0);
}
return '';
}
}
and change to:
. 'not have the same address space size as your running '
. 'kernel.' . "\n\n", 0);
}
# return '';
}
}
Code: Select all
gzcat /proc/config.gz > /usr/src/linux/.config && cd /usr/src/linux/ && make oldconfig && make prepare