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 2 of 26
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 26
  • Next
Author
Message
arzed
n00b
n00b
Posts: 25
Joined: Wed Jan 25, 2006 4:52 pm

Post by arzed » Tue Jan 08, 2008 4:09 pm

hi!

For me there seems to be a ACPI-related problem with 2.6.24_rc6-zen0:
According to the nvidia driver: /proc/acpi/ac_adapter and /proc/acpi/video are missing. Powersaved fails to display the power-status correctly without the ac_adapter directory.

The relevant things that came to my mind are:

Code: Select all

$ grep PROC .config
# ...
CONFIG_IKCONFIG_PROC=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
# ...
CONFIG_PROC_FS=y

$ ls -l /proc/acpi/
total 0
-rw-r--r-- 1 root root      0  8. Jän 17:23 alarm
dr-xr-xr-x 4 root root      0  8. Jän 17:23 button
-r-------- 1 root root      0  8. Jän 17:23 dsdt
dr-xr-xr-x 3 root root      0  8. Jän 17:23 embedded_controller
-r--r----- 1 root haldaemon 0  8. Jän 10:49 event
-r-------- 1 root root      0  8. Jän 17:23 fadt
-r--r--r-- 1 root root      0  8. Jän 17:23 info
dr-xr-xr-x 2 root root      0  8. Jän 17:23 power_resource
dr-xr-xr-x 4 root root      0  8. Jän 17:23 processor
-rw-r--r-- 1 root root      0  8. Jän 17:23 sleep
dr-xr-xr-x 3 root root      0  8. Jän 17:23 thermal_zone
-rw-r--r-- 1 root root      0  8. Jän 17:23 wakeup

$ sudo lsmod | grep ac
...
ac                      4224  0
...

As far as I know those procfs files should be there when CONFIG_ACPI_PROCFS is set and the coresponding kernel module is loaded.
What else could be wrong?

Thanks in advance for any pointers.
Last edited by arzed on Tue Jan 08, 2008 6:40 pm, edited 1 time in total.
Top
ejs76
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 148
Joined: Sat Feb 07, 2004 8:20 pm

Post by ejs76 » Tue Jan 08, 2008 4:55 pm

Poe wrote:could you tell my why there are no ebuild - http://zen.waninkoko.info/ebuilds/ for 2.6.24? yes, file is exist, but it has only few lines of ebuild, I dont want 9999 version.
All ebuilds are in the "custom-kernels" overlay. Just pull it with layman:

Code: Select all

layman -a custum-kernels
~amd64
PhenomII x4 955 | MSI 790GX-G65 | ATI Radeon 5770 | 8GB DDR3 1333
Top
Poe
Bodhisattva
Bodhisattva
User avatar
Posts: 2155
Joined: Sat Apr 03, 2004 5:57 pm
Location: Mysłowice/Lublin, Poland
Contact:
Contact Poe
Website

Post by Poe » Tue Jan 08, 2008 7:08 pm

ejs76 wrote: All ebuilds are in the "custom-kernels" overlay. Just pull it with layman:

Code: Select all

layman -a custum-kernels
i know, but i dont use it.
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333
Top
Dottout
l33t
l33t
User avatar
Posts: 882
Joined: Tue Mar 07, 2006 6:38 pm

Post by Dottout » Tue Jan 08, 2008 7:25 pm

hoacker wrote:I was wondering why it was so silent about zen the last few days. Just found part II and subscribed :lol:

Have a problem with latest git sources (rc7). Some .config as for rc6 (except for new options set to "n") gives me an error:
LD .tmp_vmlinux1
drivers/built-in.o: In function `v4l2_i2c_attach':
(.text+0x95566): undefined reference to `i2c_attach_client'
make: *** [.tmp_vmlinux1] Error 1
Switching off the v4l stuff certainly removes the error.

x86_64, .config: http://pastebin.com/m589dac09
I solved it by compiling v4l as module
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 » Tue Jan 08, 2008 7:57 pm

Dottout wrote:
hoacker wrote:
LD .tmp_vmlinux1
drivers/built-in.o: In function `v4l2_i2c_attach':
(.text+0x95566): undefined reference to `i2c_attach_client'
make: *** [.tmp_vmlinux1] Error 1
I solved it by compiling v4l as module
Right, compiles as module. Thanks!
Top
ejs76
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 148
Joined: Sat Feb 07, 2004 8:20 pm

Post by ejs76 » Tue Jan 08, 2008 9:25 pm

Poe wrote:
ejs76 wrote: All ebuilds are in the "custom-kernels" overlay. Just pull it with layman:

Code: Select all

layman -a custum-kernels
i know, but i dont use it.
Well I took a peek at the ebuilds in the custom-kernels overlay and this is all they contain:

Code: Select all

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=1
inherit zen-sources
Ebuild naming scheme in overlay:

Code: Select all

zen-sources-2.6.24_rc6-r0.ebuild
So just rename to whatever version... (But off coarse you probably allready know this :wink: )
~amd64
PhenomII x4 955 | MSI 790GX-G65 | ATI Radeon 5770 | 8GB DDR3 1333
Top
Nick C
Guru
Guru
Posts: 526
Joined: Fri Mar 18, 2005 5:05 am
Location: Portsmouth, England
Contact:
Contact Nick C
Website

Post by Nick C » Tue Jan 08, 2008 10:02 pm

alternatively just do a git checkout of the current code, its fairly easy to do and whenever you want to update your sources just do a git pull, saves waiting for new ebuilds and means you can fix any problems as soon as you know they are fixed in the the source.
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
www.monkeydust.net
Top
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

Post by Waninkoko » Tue Jan 08, 2008 11:18 pm

Veeeeeeery BIG change in "master" branch ;)
Top
broch
Tux's lil' helper
Tux's lil' helper
Posts: 94
Joined: Sat Jul 09, 2005 5:32 pm

Post by broch » Wed Jan 09, 2008 1:41 am

got this error:
make xconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
CHECK qt
HOSTCC scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
HOSTCC scripts/kconfig/kconfig_load.o
HOSTCC scripts/kconfig/kxgettext.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
/opt/qt/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
HOSTCXX scripts/kconfig/qconf.o
HOSTLD scripts/kconfig/qconf
scripts/kconfig/qconf arch/x86/Kconfig
init/Kconfig.cpusched:14: can't open file "init/Kconfig.cfs"
make[1]: *** [xconfig] Error 1
make: *** [xconfig] Error 2
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

Post by CooSee » Wed Jan 09, 2008 1:47 am

me too :roll:

make oldconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
scripts/kconfig/lex.zconf.c:1642: Warnung: »input« definiert, aber nicht verwendet < ---- :?: :?: :?:
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -o arch/x86/Kconfig
init/Kconfig.cpusched:14: can't open file "init/Kconfig.cfs"
make[1]: *** [oldconfig] Fehler 1
make: *** [oldconfig] Fehler 2

CooSee ' Ya
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
hirakendu
Guru
Guru
Posts: 386
Joined: Wed Jan 24, 2007 5:54 pm
Location: san diego
Contact:
Contact hirakendu
Website

Post by hirakendu » Wed Jan 09, 2008 3:40 am

edit the file 'zen-sources/init/Kconfig.cpusched' and comment out the lines

Code: Select all

#if CPUSCHED_CFS
#source "init/Kconfig.cfs"
#endif
also, edit the file 'zen-sources/block/Kconfig.iosched' to comment out the line :

Code: Select all

#source "block/Kconfig.genetic"
@ wainkoko : wow, so many changes :D. ps - looks like madwifi been removed out of the tree ?
[topic=563717]Helium Sources[/topic] || [topic=580369] Gentoo Minimal Livecd [/topic]
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Wed Jan 09, 2008 4:11 am

errors with latest git pull;

CC mm/mempool.o
CC mm/oom_kill.o
CC mm/fadvise.o
CC mm/page_alloc.o
mm/page_alloc.c: In function ‘badram_markpages’:
mm/page_alloc.c:3043: error: implicit declaration of function ‘phys_to_page’
mm/page_alloc.c:3043: warning: initialization makes pointer from integer without a cast
make[1]: *** [mm/page_alloc.o] Error 1
make: *** [mm] Error 2
this is a strange strange world.
Top
hirakendu
Guru
Guru
Posts: 386
Joined: Wed Jan 24, 2007 5:54 pm
Location: san diego
Contact:
Contact hirakendu
Website

Post by hirakendu » Wed Jan 09, 2008 5:05 am

also, compiling 'ThinkPad ACPI Laptop Extras' with 'Legacy Removable Bay Support(CONFIG_THINKPAD_ACPI_BAY)' option set leads to compilation error :
CC [M] drivers/misc/thinkpad_acpi.o
drivers/misc/thinkpad_acpi.c: In function 'bay_read':
drivers/misc/thinkpad_acpi.c:3211: error: implicit declaration of function '_sta'
make[2]: *** [drivers/misc/thinkpad_acpi.o] Error 1
make[1]: *** [drivers/misc] Error 2
make: *** [drivers] Error 2
anyway, without the option its fine (and besides i don't have a thinkpad or a laptop with bay :p).

@ tranquilcool : may skip badram in the config if you really dont need badram patches :p.
[topic=563717]Helium Sources[/topic] || [topic=580369] Gentoo Minimal Livecd [/topic]
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Wed Jan 09, 2008 5:19 am

hirakendu wrote:also, compiling 'ThinkPad ACPI Laptop Extras' with 'Legacy Removable Bay Support(CONFIG_THINKPAD_ACPI_BAY)' option set leads to compilation error :
CC [M] drivers/misc/thinkpad_acpi.o
drivers/misc/thinkpad_acpi.c: In function 'bay_read':
drivers/misc/thinkpad_acpi.c:3211: error: implicit declaration of function '_sta'
make[2]: *** [drivers/misc/thinkpad_acpi.o] Error 1
make[1]: *** [drivers/misc] Error 2
make: *** [drivers] Error 2
anyway, without the option its fine (and besides i don't have a thinkpad or a laptop with bay :p).

@ tranquilcool : may skip badram in the config if you really dont need badram patches :p.
thanks did that but have other errors;

CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o: In function `do_setitimer':
(.text+0xc94c): undefined reference to `hrtimer_wait_for_timer'
kernel/built-in.o: In function `exit_itimers':
(.text+0x1a10e): undefined reference to `hrtimer_wait_for_timer'
kernel/built-in.o: In function `sys_timer_settime':
(.text+0x1abc2): undefined reference to `hrtimer_wait_for_timer'
kernel/built-in.o: In function `sys_timer_delete':
(.text+0x1ad6b): undefined reference to `hrtimer_wait_for_timer'
kernel/built-in.o: In function `hrtimer_cancel':
(.text+0x1e017): undefined reference to `hrtimer_wait_for_timer'
make: *** [.tmp_vmlinux1] Error 1
this is a strange strange world.
Top
hirakendu
Guru
Guru
Posts: 386
Joined: Wed Jan 24, 2007 5:54 pm
Location: san diego
Contact:
Contact hirakendu
Website

Post by hirakendu » Wed Jan 09, 2008 5:44 am

both nvidia-drivers and ati-drivers gave me this warning while emerging :
WARNING: //lib/modules/2.6.24-rc7-zen1/video/nvidia.ko needs unknown symbol init_mm
WARNING: //lib/modules/2.6.24-rc7-zen1/video/fglrx.ko needs unknown symbol init_mm
vmware-modules (vmware-any-any-update115a) failed to compile with this error :
include/asm/page_32.h: In function 'pte_t native_make_pte(long unsigned int)':
include/asm/page_32.h:67: error: expected primary-expression before ')' token
include/asm/page_32.h:67: error: expected ';' before '{' token
include/asm/page_32.h:67: error: expected primary-expression before '.' token
include/asm/page_32.h:67: error: expected `;' before '}' token
make[3]: *** [/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work/vmmon-only/common/task.o] Error 1
make[2]: *** [_module_/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work/vmmon-only] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.24-rc7-zen1'
make: *** [vmmon.ko] Error 2
[topic=563717]Helium Sources[/topic] || [topic=580369] Gentoo Minimal Livecd [/topic]
Top
hirakendu
Guru
Guru
Posts: 386
Joined: Wed Jan 24, 2007 5:54 pm
Location: san diego
Contact:
Contact hirakendu
Website

Post by hirakendu » Wed Jan 09, 2008 7:02 am

yikes! after all that, didn't even boot on my machine - paniked even before vesa initialized (with no vga options, saw some bug messages - something to do with posix_cpu_timers). bad kernel :D.
[topic=563717]Helium Sources[/topic] || [topic=580369] Gentoo Minimal Livecd [/topic]
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Wed Jan 09, 2008 10:03 am

so did we push Wanikoko to much?
this is a strange strange world.
Top
buddabrod
Apprentice
Apprentice
User avatar
Posts: 241
Joined: Sun Oct 15, 2006 8:20 am
Location: Germany

Post by buddabrod » Wed Jan 09, 2008 10:36 am

hirakendu: a complete rebase of the patches is in progress, so it's no wonder it doesn't work ;)
Top
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

Post by Waninkoko » Wed Jan 09, 2008 2:12 pm

Don't worry.. fixes are coming!!! I'm in -rc7-zen1 now ^^
Top
Dottout
l33t
l33t
User avatar
Posts: 882
Joined: Tue Mar 07, 2006 6:38 pm

Post by Dottout » Wed Jan 09, 2008 4:23 pm

Code: Select all

init/Kconfig.cpusched:14: can't open file "init/Kconfig.cfs"
is solved but now:

Code: Select all

 make menuconfig
scripts/kconfig/mconf arch/x86/Kconfig
file block/Kconfig.genetic already scanned?
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
edit: tnx for the fast fix :D
Top
wavenator
n00b
n00b
Posts: 19
Joined: Thu Dec 27, 2007 9:27 pm

Post by wavenator » Wed Jan 09, 2008 4:46 pm

CC kernel/power/snapshot.o
kernel/power/snapshot.c:835: error: conflicting types for ‘saveable_highmem_page’
kernel/power/power.h:200: error: previous declaration of ‘saveable_highmem_page’ was here
make[2]: *** [kernel/power/snapshot.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
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 » Wed Jan 09, 2008 5:07 pm

Waninkoko wrote:Veeeeeeery BIG change in "master" branch ;)
please don't say you're using mm-tree :P :wink:

too much conflicts - CAN'T - TAKE - IT - MY Eyes :lol:
Automatic merge failed; fix conflicts and then commit the result.
:P

zen-sources FTW 8)
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
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

Post by Waninkoko » Wed Jan 09, 2008 5:33 pm

Don't worry, no -mm tree ^^
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Wed Jan 09, 2008 5:36 pm

the v4ldev driver just doesn't work.
Wanikoko maybe we should revert to the old driver.
this is a strange strange world.
Top
Dottout
l33t
l33t
User avatar
Posts: 882
Joined: Tue Mar 07, 2006 6:38 pm

Post by Dottout » Wed Jan 09, 2008 5:47 pm

tranquilcool wrote:the v4ldev driver just doesn't work.
Wanikoko maybe we should revert to the old driver.
my usb webcam works better than before (pwc driver). I cannot test my v4l dvb-t since driver is not included (em28xx-dvb <-- please, Miguel, add it :p )
Top
Locked

632 posts
  • Page 2 of 26
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 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