
creating a patchFirst Time
Code:
cd /usr/src
git clone git://zen-sources.org/zen/kernel.git
cd zen-sources
make menuconfig
Code: Select all
git diff v2.6.24 v2.6.24-zen1 > 2.6.24-zen1.patch Code: Select all
Update
Code:
cd /usr/src/zen-sources
git pull Code: Select all
git checkout -f && git pullCode: Select all
# git checkout master-develCode: Select all
git branchCode: Select all
git branch master-light origin/master-light && git checkout master-lightCode: Select all
git checkout v2.6.25-rc5-zen0Code: Select all
git clone --reference /usr/src/sources/linux-2.6/ git://zen-sources.org/zen/kernel.git
Code: Select all
make[3]: *** No rule to make target `/usr/src/zen-sources-stable/include/linux/if_addrlabel.h', needed by `/usr/src/zen-sources-stable/usr/include/linux/if_addrlabel.h'. Stop.
Code: Select all
unifdef-y += if_addrlabel.hCode: Select all
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
Building modules, stage 2.
MODPOST 226 modules
ERROR: "sqlzma_fin" [fs/squashfs/squashfs.ko] undefined!
ERROR: "sqlzma_un" [fs/squashfs/squashfs.ko] undefined!
ERROR: "sqlzma_init" [fs/squashfs/squashfs.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2What's wrong with uvesafb?deno wrote:Is it posible to include vesa-tng patch? It would help some of us with 945 gm to have gensplash and be able to resume after hibernate. atm screen becomes black and it remains so, only thing one can do is to shutdown by holding the button.
uvesafb is in mainline, so if it doesn't work, post to lkml o.OunK wrote:That's another point, but it also doesn't work with gcc-4.3.gimpel wrote:What's wrong with uvesafb?

Why not use uvesafb. I switched from vesa-tng with no problems as per Spocksdeno wrote:Is it posible to include vesa-tng patch? It would help some of us with 945 gm to have gensplash and be able to resume after hibernate. atm screen becomes black and it remains so, only thing one can do is to shutdown by holding the button.


deno wrote:Jupiter1TX, that's fine with me if you use uvesafb. I was using it for a while but as I mentioned I cannot resume after suspending to ram or to disk.
@Ivan what chip do you have? I never needed i915 res for 1280x800 and did't have to use initrd.
Code: Select all
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
I'll include it in master-devel and master-light.ilikenwf wrote:By chance, could you include the UDF patch in the 2.6.24 main branch? Lots of people want it, and kamikaze had it too...the guys at doom9 are having fits!
http://forum.doom9.org/showthread.php?s ... 727&page=2
Thanks! The doom9 guys will jump for joy!Waninkoko wrote:I'll include it in master-devel and master-light.ilikenwf wrote:By chance, could you include the UDF patch in the 2.6.24 main branch? Lots of people want it, and kamikaze had it too...the guys at doom9 are having fits!
http://forum.doom9.org/showthread.php?s ... 727&page=2

Am just a little curious why you think this is stupid. I have been using this sinceIvanMajhen wrote: Uvesafb is good for other arches, but it is just stupid to use it under 32bit x86.

Code: Select all
Initialized empty Git repository in /usr/portage/distfiles/git-src/zen-sources/
remote: Counting objects: 849556, done.
remote: fatal: packfile ./objects/pack/pack-de772f05b2998c8653e84e335eb4fde2dc68a15b.pack cannot be accessed
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
fetch-pack from 'git://repo.or.cz/linux-2.6/zen-sources.git' failed.