

Code: Select all
cosmo zoneinfo # emerge ati-drivers
Calculating dependencies /
!!! All ebuilds that could satisfy "sys-kernel/gentoo-sources" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/gentoo-sources-2.6.24-r3 (masked by: package.mask)
/etc/portage/package.mask:
#=media-libs/lcms-1.17
#>media-sound/alsa-utils-1.0.13
- sys-kernel/gentoo-sources-2.6.24-r2 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.24-r1 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.24 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r9 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r8 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r7 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r6 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r5 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r4 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r3 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r2 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23-r1 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.23 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.22-r10 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.21-r4 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.20-r10 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.19-r5 (masked by: package.mask)
- sys-kernel/gentoo-sources-2.6.16-r13 (masked by: package.mask)
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-drivers/ati-drivers-8.433" [ebuild])

isn't http://forums.gentoo.org/viewtopic-p-49 ... ml#4943768 enough ?kls wrote:THX Waninkoko.
BTW: Why don't you or rmh post in the first "GIT" post of the thread,
some kind of overview about actual and stable revisions.
For people like me, with rather limited knowledge in kernel hacking and development,
downloading the latest git image is not always the best way to handle ZEN.
Where or how do I download the latest or older stable zen-snapshot?
What happened to zen-sources.org?
Cheers
/KLS


is it better nowIt doesn't say anything about actual stable versions or available stable patch-sets (do you still prepare them?).kls wrote:isn't http://forums.gentoo.org/viewtopic-p-49 ... ml#4943768 enough ?
It's just a kind of git-HowTo.
If you guys are telling me that's the way it is - fair enough.
Cheers
just do it yourself:available stable patch-sets
4) voilà !creating a patch
Code:
Code:
$ git diff v2.6.24 v2.6.24-zen1


Are any of you by chance Aussies? I'd love to give that a read.Well, I found about Zen Kernel reading PCuser Magazine (AUS). But I am not just sure about installing Nvidia driver. It doesn't work. I also tired Envy but failed to install ti.

++Gregoire wrote:Hello,
I know I have asked already two times and the answer was later, and then for 2.5.25 to have multiproto driver included :
hg pull -u http://jusst.de/hg/multiproto
If possible directly with patch to add HVR-4000 (and like) support which can be found in http://www.linuxtv.org/pipermail/linux- ... 24487.html (or directly http://www.linuxtv.org/pipermail/linux- ... t-0001.obj as a diff).
They are severals reason to include this one :
1) current linux don't allow card with multiple frontend to work (for example mine has DVB-S, DVB-S2, DVB-T, analog TV and radio).
2) including multiproto in a kernel will allow more testing, and it's backward compatible to DVB driver.
3) one of the first person to have written support for Hauppauge's cards don't want the patch to be included into multiproto before multiproto gets into the kernel...
4) how could we live with a missing feature like multiproto into linux's kernel ?
5) ...
Thank you very muchWe are really near a 2.6.25 so maybe it's time know to include it now ?

nice
Code: Select all
usr/src/zen-sources # git checkout master-light
error: pathspec 'master-light' did not match any file(s) known to git.
Did you forget to 'git add'?
Code: Select all
/usr/src/zen-sources # git branch
* master
Code: Select all
/usr/src/zen-sources # git branch master-light && git checkout master-light && git pull
Switched to branch "master-light"
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master-light.merge' in
your configuration file does not tell me either. Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.
If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:
branch.master-light.remote = <nickname>
branch.master-light.merge = <remote-ref>
remote.<nickname>.url = <url>
remote.<nickname>.fetch = <refspec>
See git-config(1) for details.

Code: Select all
git branch master-light origin/master-light && git checkout master-light
Code: Select all
#
# configuration written to .config
#
make -j1 prepare
scripts/kconfig/conf -s arch/x86/Kconfig
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CC arch/x86/kernel/asm-offsets.s
GEN include/asm-x86/asm-offsets.h
CALL scripts/checksyscalls.sh
make -j1 EXTRA_KLIBCAFLAGS=-Wa,--noexecstack EXTRA_KLIBCLDFLAGS=-z,noexecstack HOSTCC=i686-pc-linux-gnu-gcc CC=i686-pc-linux-gnu-gcc INSTALLDIR=/usr/lib/klibc KLIBCARCH=i386 KLIBCASMARCH=x86 SHLIBDIR=/lib libdir=/usr/lib mandir=/usr/share/man
defconfig has changed, please remove or edit .config
make: *** [.config] Error 1