
Hi, tranquilcool. Look at the first post of the following thread. There is a "QUICK GIT HOWTO" section for zen-sources.tranquilcool wrote:first thread everbody is so involved with own problems
that nobody helps anybody. cheers!!!

I also found how to switch to master-devel by scanning through zen-sources threadtranquilcool wrote:first thread everbody is so involved with own problems
that nobody helps anybody. cheers!!!
Code: Select all
git branch master-devel origin/master-devel
git checkout master-devel

Removing static from line 36 in main.c allows compilation...don't blame me if it breaks something else though as I really haven't looked at the code >_>kernelOfTruth wrote: btw, there's still an error in master-devel:kernel/power/main.c:36: error: static declaration of ‘pm_chain_head’ follows non-static declaration
include/linux/suspend.h:230: error: previous declaration of ‘pm_chain_head’ was here
make[2]: *** [kernel/power/main.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
Do not use master-dev-rt!kernelOfTruth wrote:what is the difference between master-devel and master-dev-rt, btw?
additional realtime-support ?
Waninkoko wrote:It should be fixed now.sinder wrote:still have these errors in rescently master-develmmike wrote:with current master-devel i get :Code: Select all
LD .tmp_vmlinux1 kernel/built-in.o: In function `toi_go_atomic': (.text+0x2b571): undefined reference to `platform_start' kernel/built-in.o:(__ksymtab_gpl+0x7e0): undefined reference to `platform_start' make: *** [.tmp_vmlinux1] Error 1
--------
Code: Select all
LD .tmp_vmlinux1
kernel/built-in.o: In function `toi_go_atomic':
(.text+0x2b889): undefined reference to `platform_begin'
kernel/built-in.o:(__ksymtab_gpl+0x7c0): undefined reference to `platform_begin'
make: *** [.tmp_vmlinux1] Error 1
Code: Select all
CC arch/x86/kernel/asm-offsets.s
In file included from arch/x86/kernel/asm-offsets_32.c:8,
from arch/x86/kernel/asm-offsets.c:2:
include/linux/sched.h:94:30: error: linux/latencytop.h: No such file or directory
make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

Because I didn't know it was includedWaninkoko wrote:Why you don't use gspca module included in zen-sources?Darksidex25 wrote:Darksidex25 wrote:Well, this means that something is wrong here, what is the last version of that driver? Is newer than the version on portage? Because my driver is the newest on portage, and you can see the resultWaninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.![]()
That was the problem. I created an ebuild on my local overlay for the newest version of the driver, and it works.
Thank you
And what about svgalib?
---
Porque no usas el driver gspca que ya viene con el kernel? Asi te ahorras el tener que recompilarlo cada vez que cambias de kernel ni tener que preocuparte por nuevas versiones.
It's only included in zen and I always put the latest versionDarksidex25 wrote:Because I didn't know it was includedWaninkoko wrote:Why you don't use gspca module included in zen-sources?Darksidex25 wrote:Darksidex25 wrote:Well, this means that something is wrong here, what is the last version of that driver? Is newer than the version on portage? Because my driver is the newest on portage, and you can see the resultWaninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.![]()
That was the problem. I created an ebuild on my local overlay for the newest version of the driver, and it works.
Thank you
And what about svgalib?
---
Porque no usas el driver gspca que ya viene con el kernel? Asi te ahorras el tener que recompilarlo cada vez que cambias de kernel ni tener que preocuparte por nuevas versiones.
---
No sabía que estaba incluído, además, con los drivers, "normalmente" la versión de portage es más reciente que la del kernel


Thank you very much, I've added kernel driver and unmerge it from portage. Still no luck with svgalib?Waninkoko wrote:It's only included in zen and I always put the latest versionDarksidex25 wrote:Because I didn't know it was includedWaninkoko wrote:Why you don't use gspca module included in zen-sources?Darksidex25 wrote:Darksidex25 wrote:Well, this means that something is wrong here, what is the last version of that driver? Is newer than the version on portage? Because my driver is the newest on portage, and you can see the resultWaninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.![]()
That was the problem. I created an ebuild on my local overlay for the newest version of the driver, and it works.
Thank you
And what about svgalib?
---
Porque no usas el driver gspca que ya viene con el kernel? Asi te ahorras el tener que recompilarlo cada vez que cambias de kernel ni tener que preocuparte por nuevas versiones.
---
No sabía que estaba incluído, además, con los drivers, "normalmente" la versión de portage es más reciente que la del kernel
---
El driver solo esta en zen y ademas siempre intento meter la ultima version disponible.
This is not a gspca problem, as far as I can tell. (spcaview takes very little CPU) Skype does use a lot of CPU, though, for video encoding. Updating gspca won't help Skype's encoding.prestige wrote:Is it possible to update the gspca driver? The driver in zen-sources is version 1.00.18, and this on http://mxhaard.free.fr/download.html is 1.00.20. It will be nice. I have a problem with my Logitech QuickCam Messenger web camera when using skype. When I start a video call, the cpu load jumps to 100%. I hope this is resolved in the new gspca driver.
Thank you!
I think you are right, because I have high cpu load only when using webcamera + Skype. Exactly the skype process is this which eats all the cpu. With mplayer (mplayer tv:// ...) there is no such problem. Thank you for pointing in. I have found on the internet that this is a common problem and obviously a Skype related.goffrie wrote:This is not a gspca problem, as far as I can tell. (spcaview takes very little CPU) Skype does use a lot of CPU, though, for video encoding. Updating gspca won't help Skype's encoding.prestige wrote:Is it possible to update the gspca driver? The driver in zen-sources is version 1.00.18, and this on http://mxhaard.free.fr/download.html is 1.00.20. It will be nice. I have a problem with my Logitech QuickCam Messenger web camera when using skype. When I start a video call, the cpu load jumps to 100%. I hope this is resolved in the new gspca driver.
Thank you!
(Note: I'm pretty sure about this, but I might be wrong.)
I'm pretty sure I updated gspca some days ago :Sprestige wrote:Is it possible to update the gspca driver? The driver in zen-sources is version 1.00.18, and this on http://mxhaard.free.fr/download.html is 1.00.20. It will be nice. I have a problem with my Logitech QuickCam Messenger web camera when using skype. When I start a video call, the cpu load jumps to 100%. I hope this is resolved in the new gspca driver.
Thank you!
Maybe I pull from another branch. My EXTRAVERSION is still -rc7-zen2 and the Makefile under /usr/src/zen-sources/drivers/media/video/gspca says:Waninkoko wrote:I'm pretty sure I updated gspca some days ago :Sprestige wrote:Is it possible to update the gspca driver? The driver in zen-sources is version 1.00.18, and this on http://mxhaard.free.fr/download.html is 1.00.20. It will be nice. I have a problem with my Logitech QuickCam Messenger web camera when using skype. When I start a video call, the cpu load jumps to 100%. I hope this is resolved in the new gspca driver.
Thank you!
EDIT: Yeah, I was right xD
commit 221f39b28aefae2dba87d0a0c8905b9a9dc06e53
Author: Miguel Botón <mboton@gmail.com>
Date: Fri Dec 28 23:46:39 2007 +0100
'gspca' updated to 01.00.20

Why are you using gspca driver? There is a specific driver for logitech quickcam messenger, quickcam_messenger. It works better? Just curiousprestige wrote:Is it possible to update the gspca driver? The driver in zen-sources is version 1.00.18, and this on http://mxhaard.free.fr/download.html is 1.00.20. It will be nice. I have a problem with my Logitech QuickCam Messenger web camera when using skype. When I start a video call, the cpu load jumps to 100%. I hope this is resolved in the new gspca driver.
Thank you!
I see the same. Ohh the agony of not being able to compile a new kernel.mmike wrote:Waninkoko wrote:It should be fixed now.sinder wrote:still have these errors in rescently master-develmmike wrote:with current master-devel i get :Code: Select all
LD .tmp_vmlinux1 kernel/built-in.o: In function `toi_go_atomic': (.text+0x2b571): undefined reference to `platform_start' kernel/built-in.o:(__ksymtab_gpl+0x7e0): undefined reference to `platform_start' make: *** [.tmp_vmlinux1] Error 1
--------
thanks but the following error still remains:
Code: Select all
LD .tmp_vmlinux1 kernel/built-in.o: In function `toi_go_atomic': (.text+0x2b889): undefined reference to `platform_begin' kernel/built-in.o:(__ksymtab_gpl+0x7c0): undefined reference to `platform_begin' make: *** [.tmp_vmlinux1] Error 1
Code: Select all
git pull
git branch master-dev-rt origin/master-dev-rt
git checkout master-dev-rt
make clean

Code: Select all
CC scripts/mod/empty.o
scripts/mod/empty.c:1: error: CPU you selected does not support x86-64 instruction set
scripts/mod/empty.c:1: error: CPU you selected does not support x86-64 instruction set
scripts/mod/empty.c:1: error: -mpreferred-stack-boundary=2 is not between 4 and 12
distcc[6778] ERROR: compile scripts/mod/empty.c on 192.168.1.33 failed