Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources" - Part IV
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 15, 16, 17  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dusanc
Apprentice
Apprentice


Joined: 19 Sep 2005
Posts: 248
Location: Serbia

PostPosted: Wed Aug 13, 2008 1:29 pm    Post subject: Reply with quote

Wouldn't these settings make VFS flush larger ammount of dirty pages (cause of larger interval between flushing) so that flush storms can occur?
Data loss on power failure between flushes is increased, right?
Dunno it's all compromise depending on usage scenario.
What do you think?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Aug 13, 2008 1:53 pm    Post subject: Reply with quote

dusanc wrote:
Wouldn't these settings make VFS flush larger ammount of dirty pages (cause of larger interval between flushing) so that flush storms can occur?
Data loss on power failure between flushes is increased, right?
Dunno it's all compromise depending on usage scenario.
What do you think?


yes, you're right, :P
this was mainly optimized for workloads on my laptop but also turned out to work nice on my desktop,
considering the risk of data loss & the performance gains I get it's worth it (at least for me),

a common practice of me after / during work with critical data also is to execute 'sync' manually :wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Aug 13, 2008 3:22 pm    Post subject: Reply with quote

Quote:
Did somebody try that kernel? There are several issues with it:

a) If you enable PARAVIRT then this is problematic:

arch/x86/kernel/paravirt.c:EXPORT_SYMBOL_GPL(pv_lock_ops);

That makes it impossible to compile fglrx or nvidia drivers (even if you apply the correct ABI changes) until you use a tricky workaround.

b) Some users reported problems with those drivers:

* e1000e - Intel(R) PRO/1000 Network Driver (PCI-E)
* zd1211rw - USB driver for devices with the ZD1211 chip


http://www.phoronix.com/forums/showthread.php?t=12062#post42649 (.27-rc3)

now what is that supposed to be ? :evil:

why are they preventing us from freely doing with the code / kernel what WE want ? :(

I'm glad I don't use paravirt (not dependent on it yet) :idea: :roll:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Wed Aug 13, 2008 3:35 pm    Post subject: Reply with quote

The paravirt "issue" has been there since paravirt support was introduced. Nothing new.
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Thu Aug 14, 2008 11:41 am    Post subject: Reply with quote

It seems I can't install 2.6.27-rc2-zen1. It gives this error:
Code:

make[1]: *** No rule to make target `n/n', needed by `firmware/n.gen.o'.  Stop.
make: *** [firmware] Error 2

I compiled 2.6.26-zen1 successfully with the same .config. I don't try to compile any firmware myself.
Although I choosed N for new kernel options for firmware, it fails to compile.
What must I do?

My kernel options:
*Select only drivers that don't need compile-time external firmware [Y]
*Prevent firmware from being built [Y]
*Userspace firmware loading support [m]
**Include in-kernel firmware blobs in kernel binary [n]
**External firmware blobs to build into the kernel binary:n [n]
**Firmware blobs root directory:n [n]
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Aug 14, 2008 1:55 pm    Post subject: Reply with quote

keenblade wrote:
It seems I can't install 2.6.27-rc2-zen1. It gives this error:
Code:

make[1]: *** No rule to make target `n/n', needed by `firmware/n.gen.o'.  Stop.
make: *** [firmware] Error 2

I compiled 2.6.26-zen1 successfully with the same .config. I don't try to compile any firmware myself.
Although I choosed N for new kernel options for firmware, it fails to compile.
What must I do?

My kernel options:
*Select only drivers that don't need compile-time external firmware [Y]
*Prevent firmware from being built [Y]
*Userspace firmware loading support [m]
**Include in-kernel firmware blobs in kernel binary [n]
**External firmware blobs to build into the kernel binary:n [n]
**Firmware blobs root directory:n [n]


thats because the bug from rc1 didnt get fixed in rc2 and I need to apply the fix still
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Aug 14, 2008 2:44 pm    Post subject: Reply with quote

rmh3093 wrote:
keenblade wrote:
It seems I can't install 2.6.27-rc2-zen1. It gives this error:
Code:

make[1]: *** No rule to make target `n/n', needed by `firmware/n.gen.o'.  Stop.
make: *** [firmware] Error 2

I compiled 2.6.26-zen1 successfully with the same .config. I don't try to compile any firmware myself.
Although I choosed N for new kernel options for firmware, it fails to compile.
What must I do?

My kernel options:
*Select only drivers that don't need compile-time external firmware [Y]
*Prevent firmware from being built [Y]
*Userspace firmware loading support [m]
**Include in-kernel firmware blobs in kernel binary [n]
**External firmware blobs to build into the kernel binary:n [n]
**Firmware blobs root directory:n [n]


thats because the bug from rc1 didnt get fixed in rc2 and I need to apply the fix still


how about rc3 ? was it fixed meanwhile ?


are you guys also experiencing lags with X under "heavy" load (>2.5): the mouse pointer and keyboard are acting very lazy

development with the scheduler is "A good thing" (TM) but with .27-rc* it's getting worse again, hopefully rc3 & onwards improves behavior again otherwise I need to renice stuff all the time :(

are there severe regressions on rc3 preventing them from being merged ? (I remember reading about one on PowerPC)

thanks
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Thu Aug 14, 2008 4:56 pm    Post subject: Reply with quote

My bad, after removing the wrong value "n" for firmware, it compiled fine.
But now alsa-driver-9999 does not compile;
Code:

/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.c: In function 'resize_info_buffer':
/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.c:90: error: implicit declaration of function 'PAGE_ALIGN'
make[3]: *** [/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore] Error 2
make[1]: *** [_module_/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27-rc2-zen1'
make: *** [compile] Error 2
 * The specific snippet of code:
 *       emake LDFLAGS="$(raw-ldflags)" HOSTCC="$(tc-getBUILD_CC)" CC="$(tc-getCC)" || die "Make Failed";
 *  The die message:
 *   Make Failed

Any idea?
Also uname says "2.6.27-rc2-zen1-01492-g55fcb3d-dirty". What is the part "-01492-g55fcb3d-dirty"? A git thing?
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Aug 14, 2008 7:48 pm    Post subject: Reply with quote

@rmh3093, gimpel:

since you guys are pretty experienced with git, could you please post some instruction on how to do the tree-updating locally ?

1.) e.g. updating from rc2 -> rc3; rc4 -> r5 (this should be done by pulling the mainline-stuff from linus' tree)
2.) merging the sub-trees into that one

what folder-structure does one need in order to do so ?

many thanks in advance
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Aug 14, 2008 7:54 pm    Post subject: Reply with quote

kernelOfTruth wrote:
@rmh3093, gimpel:

since you guys are pretty experienced with git, could you please post some instruction on how to do the tree-updating locally ?

1.) e.g. updating from rc2 -> rc3; rc4 -> r5 (this should be done by pulling the mainline-stuff from linus' tree)
2.) merging the sub-trees into that one

what folder-structure does one need in order to do so ?

many thanks in advance


something in rc3 u want so bad?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Aug 14, 2008 7:57 pm    Post subject: Reply with quote

rmh3093 wrote:
kernelOfTruth wrote:
@rmh3093, gimpel:

since you guys are pretty experienced with git, could you please post some instruction on how to do the tree-updating locally ?

1.) e.g. updating from rc2 -> rc3; rc4 -> r5 (this should be done by pulling the mainline-stuff from linus' tree)
2.) merging the sub-trees into that one

what folder-structure does one need in order to do so ?

many thanks in advance


something in rc3 u want so bad?


yeah, the scheduler, lockdep fixes and sky2-stuff (these scheduler problems causes headaches for me: heavy load & working isn't possible anymore; I believe that those won'T be fixed until final but hopefully this makes a change ...)

it would nevertheless be nice to have the knowledge to do this stuff locally :idea:

sorry for bothering you :P :wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D


Last edited by kernelOfTruth on Fri Aug 15, 2008 8:57 am; edited 1 time in total
Back to top
View user's profile Send private message
Diskmaster
n00b
n00b


Joined: 13 Jul 2008
Posts: 23

PostPosted: Thu Aug 14, 2008 8:25 pm    Post subject: Reply with quote

keenblade wrote:
My bad, after removing the wrong value "n" for firmware, it compiled fine.
But now alsa-driver-9999 does not compile;
Code:

/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.c: In function 'resize_info_buffer':
/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.c:90: error: implicit declaration of function 'PAGE_ALIGN'
make[3]: *** [/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore/info.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver/acore] Error 2
make[1]: *** [_module_/var/tmp/portage/media-sound/alsa-driver-9999/work/alsa-driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27-rc2-zen1'
make: *** [compile] Error 2
 * The specific snippet of code:
 *       emake LDFLAGS="$(raw-ldflags)" HOSTCC="$(tc-getBUILD_CC)" CC="$(tc-getCC)" || die "Make Failed";
 *  The die message:
 *   Make Failed

Any idea?
Also uname says "2.6.27-rc2-zen1-01492-g55fcb3d-dirty". What is the part "-01492-g55fcb3d-dirty"? A git thing?


Don't bother with alsa-driver-9999, it's still fetching from a dead hg repo. (They've switched to git and whoever is responsible for the ebuild in tree hasn't updated yet. You could try alsa-driver-1.0.17-r2 from http://repo.or.cz/w/gentoo-diskmaster-overlay.git
_________________
Linux polished-diamond 3.0.9-00003-g3c676b1 x86_64 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
Something witty goes here.
Back to top
View user's profile Send private message
karafeka
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2004
Posts: 89

PostPosted: Fri Aug 15, 2008 9:26 am    Post subject: virtualbox modules 2.6.26-zenrt1 Reply with quote

I have Linux localhost 2.6.26-zenrt1 #6 PREEMPT RT.

When compiling virtualbox e.g. virtualbox-modules 1.6.4 I get this error:
Code:

CONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mp_r0drv_linux)"  -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.o /var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:200:74: error: macro "on_each_cpu" passed 4 arguments, but takes just 3
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c: In function 'RTMpOnAll':
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:200: error: 'on_each_cpu' undeclared (first use in this function)
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:200: error: (Each undeclared identifier is reported only once
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:200: error: for each function it appears in.)
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:241:80: error: macro "smp_call_function" passed 4 arguments, but takes just 3
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c: In function 'RTMpOnOthers':
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:241: error: 'smp_call_function' undeclared (first use in this function)
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:297:102: error: macro "smp_call_function_single" passed 5 arguments, but takes just 4
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c: In function 'RTMpOnSpecific':
/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.c:297: error: 'smp_call_function_single' undeclared (first use in this function)
make[2]: *** [/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv/r0drv/linux/mp-r0drv-linux.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/app-emulation/virtualbox-modules-1.6.4/work/vboxdrv] Error 2
make[1]: Leaving directory `/usr/src/zenrt-sources'
make: *** [vboxdrv] Error 2


I tried also with zen-overlay virtualbox modules, but it's the same.
There is patch only for 2.6.27, is there also patch for 2.6.26 ?

Regards
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Fri Aug 15, 2008 2:55 pm    Post subject: Reply with quote

Diskmaster wrote:

Don't bother with alsa-driver-9999, it's still fetching from a dead hg repo. (They've switched to git and whoever is responsible for the ebuild in tree hasn't updated yet. You could try alsa-driver-1.0.17-r2 from http://repo.or.cz/w/gentoo-diskmaster-overlay.git

Hi, Diskmaster. I tried your ebuilds (alsa-headers-1.0.17.ebuild and alsa-driver-1.0.17-r2).
Alsa headers compiled fine, but alsa-driver failed with the log belove;
Code:

patching file pcm_native.c
Hunk #2 FAILED at 22.
Hunk #4 succeeded at 1584 (offset 5 lines).
Hunk #5 FAILED at 2833.
Hunk #6 succeeded at 2876 with fuzz 2 (offset -5 lines).
Hunk #7 succeeded at 2903 (offset -6 lines).
Hunk #8 succeeded at 2919 with fuzz 2 (offset -6 lines).
Hunk #9 succeeded at 2949 with fuzz 1 (offset -2 lines).
Hunk #10 succeeded at 3035 (offset -4 lines).
Hunk #11 succeeded at 3054 (offset -4 lines).
Hunk #12 succeeded at 3068 (offset -4 lines).
Hunk #13 succeeded at 3126 (offset -3 lines).
Hunk #14 succeeded at 3154 (offset -3 lines).
Hunk #15 succeeded at 3212 (offset -2 lines).
Hunk #16 succeeded at 3241 (offset -2 lines).
Hunk #17 succeeded at 3271 (offset -2 lines).
Hunk #18 succeeded at 3349 (offset -2 lines).
Hunk #19 succeeded at 3381 (offset -2 lines).
Hunk #20 succeeded at 3447 (offset -1 lines).
Hunk #21 succeeded at 3476 with fuzz 2 (offset -2 lines).
Hunk #22 succeeded at 3517 (offset -5 lines).
Hunk #23 succeeded at 3667 (offset -5 lines).
2 out of 23 hunks FAILED -- saving rejects to file pcm_native.c.rej
copying file alsa-kernel/core/init.c
patching file init.c
Hunk #4 FAILED at 565.
1 out of 4 hunks FAILED -- saving rejects to file init.c.rej
make[2]: *** [pcm_native.c] Hata 1
make[2]: *** Bitmemiş işler için bekliyor....
make[2]: *** [init.c] Hata 1
copying file alsa-kernel/core/sound.c
patching file sound.c
Hunk #2 succeeded at 41 (offset 1 line).
Hunk #3 succeeded at 52 (offset 1 line).
Hunk #4 succeeded at 173 (offset -11 lines).
Hunk #5 FAILED at 251.
Hunk #6 succeeded at 259 (offset -15 lines).
Hunk #7 succeeded at 276 (offset -15 lines).
Hunk #8 succeeded at 300 (offset -15 lines).
Hunk #9 succeeded at 355 (offset -15 lines).
Hunk #10 succeeded at 366 (offset -15 lines).
Hunk #11 succeeded at 392 (offset -15 lines).
Hunk #12 succeeded at 499 (offset -15 lines).
1 out of 12 hunks FAILED -- saving rejects to file sound.c.rej
make[2]: *** [sound.c] Hata 1
make[2]: `/var/tmp/portage/media-sound/alsa-driver-1.0.17-r2/work/alsa-driver-1.0.17/acore' dizininden çıkılıyor
make[1]: *** [dep] Hata 1
make[1]: `/var/tmp/portage/media-sound/alsa-driver-1.0.17-r2/work/alsa-driver-1.0.17' dizininden çıkılıyor
make: *** [include/sndversions.h] Hata 2
 *
 * ERROR: media-sound/alsa-driver-1.0.17-r2 failed.


Also zen-overlay alsa-driver-1.0.17-r1 and portage alsa-driver-1.0.17 fail, too.
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Fri Aug 15, 2008 6:14 pm    Post subject: Reply with quote

keenblade wrote:
Diskmaster wrote:

Don't bother with alsa-driver-9999, it's still fetching from a dead hg repo. (They've switched to git and whoever is responsible for the ebuild in tree hasn't updated yet. You could try alsa-driver-1.0.17-r2 from http://repo.or.cz/w/gentoo-diskmaster-overlay.git

Hi, Diskmaster. I tried your ebuilds (alsa-headers-1.0.17.ebuild and alsa-driver-1.0.17-r2).
Alsa headers compiled fine, but alsa-driver failed with the log belove;
Code:

patching file pcm_native.c
Hunk #2 FAILED at 22.
Hunk #4 succeeded at 1584 (offset 5 lines).
Hunk #5 FAILED at 2833.
Hunk #6 succeeded at 2876 with fuzz 2 (offset -5 lines).
Hunk #7 succeeded at 2903 (offset -6 lines).
Hunk #8 succeeded at 2919 with fuzz 2 (offset -6 lines).
Hunk #9 succeeded at 2949 with fuzz 1 (offset -2 lines).
Hunk #10 succeeded at 3035 (offset -4 lines).
Hunk #11 succeeded at 3054 (offset -4 lines).
Hunk #12 succeeded at 3068 (offset -4 lines).
Hunk #13 succeeded at 3126 (offset -3 lines).
Hunk #14 succeeded at 3154 (offset -3 lines).
Hunk #15 succeeded at 3212 (offset -2 lines).
Hunk #16 succeeded at 3241 (offset -2 lines).
Hunk #17 succeeded at 3271 (offset -2 lines).
Hunk #18 succeeded at 3349 (offset -2 lines).
Hunk #19 succeeded at 3381 (offset -2 lines).
Hunk #20 succeeded at 3447 (offset -1 lines).
Hunk #21 succeeded at 3476 with fuzz 2 (offset -2 lines).
Hunk #22 succeeded at 3517 (offset -5 lines).
Hunk #23 succeeded at 3667 (offset -5 lines).
2 out of 23 hunks FAILED -- saving rejects to file pcm_native.c.rej
copying file alsa-kernel/core/init.c
patching file init.c
Hunk #4 FAILED at 565.
1 out of 4 hunks FAILED -- saving rejects to file init.c.rej
make[2]: *** [pcm_native.c] Hata 1
make[2]: *** Bitmemiş işler için bekliyor....
make[2]: *** [init.c] Hata 1
copying file alsa-kernel/core/sound.c
patching file sound.c
Hunk #2 succeeded at 41 (offset 1 line).
Hunk #3 succeeded at 52 (offset 1 line).
Hunk #4 succeeded at 173 (offset -11 lines).
Hunk #5 FAILED at 251.
Hunk #6 succeeded at 259 (offset -15 lines).
Hunk #7 succeeded at 276 (offset -15 lines).
Hunk #8 succeeded at 300 (offset -15 lines).
Hunk #9 succeeded at 355 (offset -15 lines).
Hunk #10 succeeded at 366 (offset -15 lines).
Hunk #11 succeeded at 392 (offset -15 lines).
Hunk #12 succeeded at 499 (offset -15 lines).
1 out of 12 hunks FAILED -- saving rejects to file sound.c.rej
make[2]: *** [sound.c] Hata 1
make[2]: `/var/tmp/portage/media-sound/alsa-driver-1.0.17-r2/work/alsa-driver-1.0.17/acore' dizininden çıkılıyor
make[1]: *** [dep] Hata 1
make[1]: `/var/tmp/portage/media-sound/alsa-driver-1.0.17-r2/work/alsa-driver-1.0.17' dizininden çıkılıyor
make: *** [include/sndversions.h] Hata 2
 *
 * ERROR: media-sound/alsa-driver-1.0.17-r2 failed.


Also zen-overlay alsa-driver-1.0.17-r1 and portage alsa-driver-1.0.17 fail, too.


any specific reason you don't use the kernel drivers?
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Fri Aug 15, 2008 7:38 pm    Post subject: Reply with quote

tranquilcool wrote:

any specific reason you don't use the kernel drivers?

Actually not. I just prefer the latest code. A bad habit. :)
I just love live ebuilds.
There was an old thread that explains why not kernel drivers. I was in there.
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
mieszkoslusarczyk
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jul 2008
Posts: 92
Location: Kraków/Poland

PostPosted: Fri Aug 15, 2008 7:42 pm    Post subject: Reply with quote

If you don't want to merge squash+LZMA, could you at least provide a squashfs patch you used so I could unmerge it from the newest zen git sources, and then apply the squash+LZMA patch myself?
Back to top
View user's profile Send private message
Diskmaster
n00b
n00b


Joined: 13 Jul 2008
Posts: 23

PostPosted: Sat Aug 16, 2008 7:46 am    Post subject: Reply with quote

keenblade wrote:
Diskmaster wrote:

Don't bother with alsa-driver-9999, it's still fetching from a dead hg repo. (They've switched to git and whoever is responsible for the ebuild in tree hasn't updated yet. You could try alsa-driver-1.0.17-r2 from http://repo.or.cz/w/gentoo-diskmaster-overlay.git

Hi, Diskmaster. I tried your ebuilds (alsa-headers-1.0.17.ebuild and alsa-driver-1.0.17-r2).
Alsa headers compiled fine, but alsa-driver failed with the log belove;
(code block removed)
Also zen-overlay alsa-driver-1.0.17-r1 and portage alsa-driver-1.0.17 fail, too.


Added alsa-driver-1.0.17-r3 but it's probably not going to help you. Wait for -rc3-zen* (assuming cheater or rmh pulls in alsa-kernel-git!)
_________________
Linux polished-diamond 3.0.9-00003-g3c676b1 x86_64 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
Something witty goes here.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Aug 16, 2008 11:12 am    Post subject: Reply with quote

rmh3093 wrote:
kernelOfTruth wrote:
@rmh3093, gimpel:

since you guys are pretty experienced with git, could you please post some instruction on how to do the tree-updating locally ?

1.) e.g. updating from rc2 -> rc3; rc4 -> r5 (this should be done by pulling the mainline-stuff from linus' tree)
2.) merging the sub-trees into that one

what folder-structure does one need in order to do so ?

many thanks in advance


something in rc3 u want so bad?


scheduler fixes FTW ! :P


besides that the intel-hda drivers seems to have problems with stereo-output (at least the sigmatel one)


in addition to that I'm also experiencing the heavy i/o lagging on ~amd64 (see in the amd64 subforum)


any chance to get a pull from .27-rc4 when it's out ? (hopefully most of the scheduler-issues should be adressed / fixed then)


just wanted to give a intermediate report concerning reiser4:

it's rockstable & even survives heavy loads such as compilation of openoffice + working with other browers (opera, firefox) and other stuff concurrently

thanks for getting it to run with .27 / .27-rc*-zen :D
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D


Last edited by kernelOfTruth on Sat Aug 16, 2008 7:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Aug 16, 2008 3:16 pm    Post subject: Reply with quote

For those of you who have not been looking in the git-repo, I rewrote the "zen-tunables" patch... its still a work in progress but its mostly done and working. The "tunables" are now called "system layouts" and you still can select in kconfig like you normally did (same with the CFS boost option). However I changed the backend allowing the system layouts and the privileged nice level to be configured while the system is running by reading and writing to the files in /sys/kernel/zen

Code:
Redman zen-sources # ls /sys/kernel/zen/
custom_system_layout  sched_privileged_nice_level  system_layout

Redman zen-sources # cat /sys/kernel/zen/sched_privileged_nice_level
-8

Redman zen-sources # cat /sys/kernel/zen/system_layout
server file-server gaming desktop ll-desktop [custom]

Redman zen-sources # ls /sys/kernel/zen/custom_system_layout/
sched_latency  sched_min_granularity  sched_wakeup_granularity  vm_dirty_ratio  vm_swappiness


Reading from all the files should work, writing only works on sched_privileged_nice_level right now

also... the sys interface can be ebuilt as a module, just modprobe zen-tune
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Aug 16, 2008 7:35 pm    Post subject: Reply with quote

rmh3093 wrote:
For those of you who have not been looking in the git-repo, I rewrote the "zen-tunables" patch... its still a work in progress but its mostly done and working. The "tunables" are now called "system layouts" and you still can select in kconfig like you normally did (same with the CFS boost option). However I changed the backend allowing the system layouts and the privileged nice level to be configured while the system is running by reading and writing to the files in /sys/kernel/zen

Code:
Redman zen-sources # ls /sys/kernel/zen/
custom_system_layout  sched_privileged_nice_level  system_layout

Redman zen-sources # cat /sys/kernel/zen/sched_privileged_nice_level
-8

Redman zen-sources # cat /sys/kernel/zen/system_layout
server file-server gaming desktop ll-desktop [custom]

Redman zen-sources # ls /sys/kernel/zen/custom_system_layout/
sched_latency  sched_min_granularity  sched_wakeup_granularity  vm_dirty_ratio  vm_swappiness


Reading from all the files should work, writing only works on sched_privileged_nice_level right now

also... the sys interface can be ebuilt as a module, just modprobe zen-tune


hehe - finally :D

thanks !
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Aug 16, 2008 8:27 pm    Post subject: Reply with quote

I'm almost done bumping the git tree to rc3, i haven't pushed master yet.

I'm planning to tag and release it as well.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sun Aug 17, 2008 1:05 am    Post subject: Reply with quote

We need thread part 5, kerneloftruth or someone else can go ahead and do that.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Aug 17, 2008 1:22 am    Post subject: Reply with quote

cheater1034 wrote:
We need thread part 5, kerneloftruth or someone else can go ahead and do that.


will do, just a second (I'm currently emerging nvidia-drivers in experimental rc3+testing kernel
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 15, 16, 17
Page 17 of 17

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum