Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Official thread: "zen-sources" - Part II

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
632 posts
  • Page 9 of 26
    • Jump to page:
  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 26
  • Next
Author
Message
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Sat Jan 19, 2008 3:39 pm

first thread everbody is so involved with own problems
that nobody helps anybody. cheers!!!
this is a strange strange world.
Top
keenblade
Veteran
Veteran
User avatar
Posts: 1087
Joined: Sun Oct 03, 2004 6:19 pm
Contact:
Contact keenblade
Website

Post by keenblade » Sat Jan 19, 2008 3:47 pm

tranquilcool wrote:first thread everbody is so involved with own problems
that nobody helps anybody. cheers!!!
Hi, tranquilcool. Look at the first post of the following thread. There is a "QUICK GIT HOWTO" section for zen-sources.
Last edited by keenblade on Sun Jan 20, 2008 9:38 am, edited 2 times in total.
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sat Jan 19, 2008 3:47 pm

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 thread :roll:

Code: Select all

git branch master-devel origin/master-devel 
git checkout master-devel
<-- was that the info you were looking for ?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sat Jan 19, 2008 7:29 pm

what is the difference between master-devel and master-dev-rt, btw?

additional realtime-support ?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
forceflow2
Guru
Guru
User avatar
Posts: 464
Joined: Wed Apr 16, 2003 2:38 pm
Location: South Carolina
Contact:
Contact forceflow2
Website

Post by forceflow2 » Sat Jan 19, 2008 9:25 pm

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
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 >_>
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Top
termite
Guru
Guru
Posts: 466
Joined: Sun May 06, 2007 1:12 pm

LatencyTop

Post by termite » Sat Jan 19, 2008 10:00 pm

A program to measure latency just got released by the Intel crowd. Needs a couple of kernel patches, see http://www.latencytop.org/download.php
Top
Thargor
Apprentice
Apprentice
User avatar
Posts: 239
Joined: Fri Dec 23, 2005 1:51 pm
Location: Bamberg/Germany

Post by Thargor » Sun Jan 20, 2008 11:15 am

kernelOfTruth wrote:what is the difference between master-devel and master-dev-rt, btw?

additional realtime-support ?
Do not use master-dev-rt!
It is a broken branch for testing only.
It is likely to screw up your system.
At the moment it does not even contain much of the rest of zen-sources.
If it is ever ready for testing or even normal use, someone will announce here.
For more information ask b33fc0d3, he's the one who made it. :wink:

Waninkoko: Maybe you could add a note that people should stick to master or master-devel for now.
Ideas are bulletproof
Top
mmike
n00b
n00b
Posts: 19
Joined: Fri May 02, 2003 8:33 am

Post by mmike » Sun Jan 20, 2008 11:33 am

Waninkoko wrote:
sinder wrote:
mmike 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
still have these errors in rescently master-devel

--------
It should be fixed now.

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
--
there is no save distance
Top
Dottout
l33t
l33t
User avatar
Posts: 882
Joined: Tue Mar 07, 2006 6:38 pm

Post by Dottout » Sun Jan 20, 2008 12:59 pm

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
latencytop.h is missing in kernel src, its not just a wrong path..


edit: what about this http://lkml.org/lkml/2008/1/18/358 ?
Top
Darksidex25
Apprentice
Apprentice
User avatar
Posts: 232
Joined: Mon Feb 27, 2006 7:38 am

Post by Darksidex25 » Sun Jan 20, 2008 1:27 pm

Waninkoko wrote:
Darksidex25 wrote:
Darksidex25 wrote:
Waninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.
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 result :-(

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?
Why you don't use gspca module included in zen-sources?
---
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.
Because I didn't know it was included :-(
---
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
Registered User #422798 - http://counter.li.org
Top
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

Post by Waninkoko » Sun Jan 20, 2008 2:04 pm

Darksidex25 wrote:
Waninkoko wrote:
Darksidex25 wrote:
Darksidex25 wrote:
Waninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.
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 result :-(

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?
Why you don't use gspca module included in zen-sources?
---
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.
Because I didn't know it was included :-(
---
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
It's only included in zen and I always put the latest version ;)
---
El driver solo esta en zen y ademas siempre intento meter la ultima version disponible.
Top
RobertDavid
Apprentice
Apprentice
User avatar
Posts: 271
Joined: Mon Aug 08, 2005 6:44 pm
Location: Czech Republic

Post by RobertDavid » Sun Jan 20, 2008 3:05 pm

Latencytop works OK. Icrease kernel size by 100kb. So tune your system and disable that (as other debuging info).
Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net
Top
Darksidex25
Apprentice
Apprentice
User avatar
Posts: 232
Joined: Mon Feb 27, 2006 7:38 am

Post by Darksidex25 » Sun Jan 20, 2008 7:28 pm

Waninkoko wrote:
Darksidex25 wrote:
Waninkoko wrote:
Darksidex25 wrote:
Darksidex25 wrote:
Waninkoko wrote:Darksidex25: gpsca driver is already included and latest version (released a few weeks ago) is the only one that works with .24 kernels.
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 result :-(

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?
Why you don't use gspca module included in zen-sources?
---
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.
Because I didn't know it was included :-(
---
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
It's only included in zen and I always put the latest version ;)
---
El driver solo esta en zen y ademas siempre intento meter la ultima version disponible.
Thank you very much, I've added kernel driver and unmerge it from portage. Still no luck with svgalib?
---
Muchas gracias, ya he hecho el cambio de uno por otro. Sobre svgalib sabes algo?
Registered User #422798 - http://counter.li.org
Top
hirakendu
Guru
Guru
Posts: 386
Joined: Wed Jan 24, 2007 5:54 pm
Location: san diego
Contact:
Contact hirakendu
Website

Post by hirakendu » Sun Jan 20, 2008 9:58 pm

I guess I already suggested that if you don't use svgalib, especially the svgalib_helper.ko module in the kernel, then you can emerge svgalib with USE=no-helper. (In fact, there is no need to re-emerge svgalib then after compiling a new kernel.)
Helium Sources || Gentoo Minimal Livecd
Top
prestige
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Sat Sep 24, 2005 7:02 pm

Post by prestige » Sun Jan 20, 2008 11:58 pm

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!
Top
goffrie
n00b
n00b
Posts: 67
Joined: Wed Mar 14, 2007 2:29 pm

Post by goffrie » Mon Jan 21, 2008 2:05 am

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!
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.
(Note: I'm pretty sure about this, but I might be wrong.)
Top
prestige
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Sat Sep 24, 2005 7:02 pm

Post by prestige » Mon Jan 21, 2008 8:22 am

goffrie wrote:
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!
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.
(Note: I'm pretty sure about this, but I might be wrong.)
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.

However, it will be nice if the version of the driver is updated (if is reasonable of course).

Thank you.
Top
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

Post by Waninkoko » Mon Jan 21, 2008 11:12 am

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'm pretty sure I updated gspca some days ago :S

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
Top
prestige
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Sat Sep 24, 2005 7:02 pm

Post by prestige » Mon Jan 21, 2008 12:09 pm

Waninkoko wrote:
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'm pretty sure I updated gspca some days ago :S

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
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:
VERSION = 01.00.18

# git-branch -l
* master
#

Anyway, thanks for merging the new driver into git. I will wait just few more days for the official 2.6.24 and the official 2.6.24-zen1. The zen sources will be distributed as stand-alone patch file, right? Thanks!
Top
Darksidex25
Apprentice
Apprentice
User avatar
Posts: 232
Joined: Mon Feb 27, 2006 7:38 am

Post by Darksidex25 » Mon Jan 21, 2008 12:18 pm

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!
Why are you using gspca driver? There is a specific driver for logitech quickcam messenger, quickcam_messenger. It works better? Just curious
Registered User #422798 - http://counter.li.org
Top
jespera
n00b
n00b
Posts: 27
Joined: Thu Feb 03, 2005 12:14 am

Post by jespera » Mon Jan 21, 2008 2:49 pm

mmike wrote:
Waninkoko wrote:
sinder wrote:
mmike 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
still have these errors in rescently master-devel

--------
It should be fixed now.

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
I see the same. Ohh the agony of not being able to compile a new kernel. :)

Thanks for all the work put in zen-sources.
Top
hoacker
Guru
Guru
User avatar
Posts: 507
Joined: Sat Aug 04, 2007 12:06 pm
Location: Bürstadt, Germany
Contact:
Contact hoacker
Website

Post by hoacker » Mon Jan 21, 2008 3:17 pm

I'm not quite sure if I'm too stupid to use git or if there's a real problem with iwl3945 in current master-devel.

[*removed*]

Edit: It was the first option, somehow I screwed my local git repository :roll: . Just did a clean "clone" and switched to master-devel as told on http://www.zen-sources.org/wiki/GIT_FAQ
Top
b33fc0d3
Retired Dev
Retired Dev
Posts: 128
Joined: Thu Jun 22, 2006 1:22 pm

Post by b33fc0d3 » Mon Jan 21, 2008 5:32 pm

Realtime Linux Kernel Development Tree

There is now a new branch called 'master-dev-rt' which contains the new realtime scheduler. Most of the clean patches that only add features have been added. Please test it.

Code: Select all

git pull 
git branch master-dev-rt origin/master-dev-rt
git checkout master-dev-rt
make clean
Regards,
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Mon Jan 21, 2008 6:25 pm

could you guys with a rig please say if something similar like in this post has occured to you

I dunno if it's related to newest kernel-changes but it hasn't happend with earlier versions (currently running master-devel with rc8-zen0) and it's also not reproducible with windows xp

many thanks in advance
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
RobertDavid
Apprentice
Apprentice
User avatar
Posts: 271
Joined: Mon Aug 08, 2005 6:44 pm
Location: Czech Republic

Post by RobertDavid » Mon Jan 21, 2008 6:40 pm

Is there some way to compile 32bit kernel with distccd on 64bit?? I just did that few times without problem, but now, I think till rc6-zen0, it gets some errors.

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
the first error become with unselecting march=native (distcc worked before with it on same conditions!!!!)

the second error just appear when I change from rc6-zen0 to latest git

I have one older subnotebook with P3 600MHz and compiling kernel takes forever and looks like it will burn the notebook...

I have read somewhere that compiling programs between 32 and 64 bit did CFLAG -m32. So I have tryed to place the flag somewhere in the makefile but didnt work


I have same gcc compilers, same version (4.2.2), only x86 vs x86_64

compilation localy work nice.
Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net
Top
Locked

632 posts
  • Page 9 of 26
    • Jump to page:
  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 26
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic