Forums

Skip to content

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

Old posts from the morph-sources thread

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
757 posts
  • Page 28 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • Next
Author
Message
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Fri Jun 10, 2005 8:05 pm

Tuttle wrote: I'm using Reiser4 on all my partition except /boot and that rocks since a while ... that was my main motivation to try the morph sources. Since cannot live without it...

And my box runs with an Athlon XP Barton 32 bits on a Nforce 2 based mobo.

I use i686-pc-linux-gnu-3.4.4 version of gcc.

I've unmerge and re-emerge morph-sources and try to compile again: same error:

Code: Select all

fs/built-in.o(.text+0xa5101): In function `gzip1_alloc':
: undefined reference to `zlib_deflate_workspacesize'
fs/built-in.o(.text+0xa5114): In function `gzip1_alloc':
: undefined reference to `zlib_deflate_workspacesize'
fs/built-in.o(.text+0xa52a6): In function `gzip1_compress':
: undefined reference to `zlib_deflateInit2_'
fs/built-in.o(.text+0xa52ba): In function `gzip1_compress':
: undefined reference to `zlib_deflateReset'
fs/built-in.o(.text+0xa52ec): In function `gzip1_compress':
: undefined reference to `zlib_deflate'
make: *** [.tmp_vmlinux1] Erreur 1
Just ask for other informations if u need it ...
I would go further on analysis of the problem but don't know where to start...

TuTTle
Did you use "make oldconfig" or similar? Try to compile statically (instead of module) the option

Code: Select all

CONFIG_CRYPTO_DEFLATE=y
If you are using reiser4 on all partitions you need this option statically, because since the latest patch reiser4 depends on it.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
Zentoo
Apprentice
Apprentice
User avatar
Posts: 224
Joined: Mon Nov 18, 2002 5:53 pm
Location: /dev/console

Seems to be solve...

Post by Zentoo » Fri Jun 10, 2005 9:23 pm

Yes my script have used
make oldconfig
.

I haved check the static check box for CONFIG_CRYPTO_DEFLATE and run my Script to install the kernel:

Code: Select all

-> Taking /boot/config-2.6.11-morph11 as configuration file.
-> Kernel and modules compilation in progress...
Root device is (3, 3)
Boot sector 512 bytes.
Setup is 4926 bytes.
System is 2385 kB
-> Kernel and modules compiled.
-> Emerge of media-gfx/splashutils in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-gfx/splashutils installed.
-> Modules installation in progress...
-> Modules installed.
-> System.map installed on /boot.
-> kernel-2.6.11-morph11 installed on /boot.
-> Emerge of media-video/nvidia-kernel in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-video/nvidia-kernel installed.
-> Emerge of net-dialup/eagle-usb in progress...
>>> Regenerating /etc/ld.so.cache...
-> Net-dialup/eagle-usb installed.
-> Emerge of media-libs/svgalib in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-libs/svgalib installed.
-> GRUB menu updated.
So the compilation have been done like a charm... so this option is the reason. I even prefer that the compilation fails like this than the boot have failed further... More easy to track... So rign now Reiser4 needs the CONFIG_ZLIB_DEFLATE as static... why it's using this ? strange, but it needs really it since i cannot uncheck the CONFIG_ZLIB_DEFLATE option anymore (thinks it's a dependancy or reiser4).

So Morph Sources rules again in here ;p
Top
Jake
Veteran
Veteran
Posts: 1132
Joined: Thu Jul 31, 2003 8:39 pm

Re: Seems to be solve...

Post by Jake » Fri Jun 10, 2005 10:41 pm

Tuttle wrote: ...So rign now Reiser4 needs the CONFIG_ZLIB_DEFLATE as static... why it's using this ? strange, but it needs really it since i cannot uncheck the CONFIG_ZLIB_DEFLATE option anymore (thinks it's a dependancy or reiser4).

So Morph Sources rules again in here ;p
In the future (no idea how long it'll take), reiser4 will support transparent compression. I think they have all the internals done, but there's no user interface to control it yet. Right now Namesys is focusing primarily on getting reiser4 into the vanilla kernel.
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Re: Seems to be solve...

Post by yardbird » Sat Jun 11, 2005 12:00 am

Tuttle wrote:Yes my script have used
make oldconfig
.

I haved check the static check box for CONFIG_CRYPTO_DEFLATE and run my Script to install the kernel:

Code: Select all

-> Taking /boot/config-2.6.11-morph11 as configuration file.
-> Kernel and modules compilation in progress...
Root device is (3, 3)
Boot sector 512 bytes.
Setup is 4926 bytes.
System is 2385 kB
-> Kernel and modules compiled.
-> Emerge of media-gfx/splashutils in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-gfx/splashutils installed.
-> Modules installation in progress...
-> Modules installed.
-> System.map installed on /boot.
-> kernel-2.6.11-morph11 installed on /boot.
-> Emerge of media-video/nvidia-kernel in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-video/nvidia-kernel installed.
-> Emerge of net-dialup/eagle-usb in progress...
>>> Regenerating /etc/ld.so.cache...
-> Net-dialup/eagle-usb installed.
-> Emerge of media-libs/svgalib in progress...
>>> Regenerating /etc/ld.so.cache...
-> Media-libs/svgalib installed.
-> GRUB menu updated.
So the compilation have been done like a charm... so this option is the reason. I even prefer that the compilation fails like this than the boot have failed further... More easy to track... So rign now Reiser4 needs the CONFIG_ZLIB_DEFLATE as static... why it's using this ? strange, but it needs really it since i cannot uncheck the CONFIG_ZLIB_DEFLATE option anymore (thinks it's a dependancy or reiser4).

So Morph Sources rules again in here ;p
The problem here was that oldconfig could not detect the dependency change for reiser4. The DEFLATE options stayed as module, while reiser4 stayed in-kernel, hence the compilation error.

So the bottom line is to be careful when using "make oldconfig" :wink:
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sat Jun 11, 2005 9:52 am

Funny, I've never understood why oldconfig is used. I always use make menuconfig and then I glimpse quickly through stuff that might need an extra check.

Also, speaking of Reiser4: Any ideas of when/if it will support 4k stacks? I haven't tried it just because I'm of the opinion (rightly or wrongly) that 8k stacks will bring perfomance down somewhat.
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

Post by bollucks » Sat Jun 11, 2005 11:42 am

nightfrost wrote:Funny, I've never understood why oldconfig is used. I always use make menuconfig and then I glimpse quickly through stuff that might need an extra check.
Because oldconfig will only ask you the things which are new in the new kernel you're configuring. Makes a lot more sense when changing kernel versions as it keeps everything you've already set and asks only about new features.
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sat Jun 11, 2005 11:57 am

bollucks wrote:
nightfrost wrote:Funny, I've never understood why oldconfig is used. I always use make menuconfig and then I glimpse quickly through stuff that might need an extra check.
Because oldconfig will only ask you the things which are new in the new kernel you're configuring. Makes a lot more sense when changing kernel versions as it keeps everything you've already set and asks only about new features.
OK, I see now why one would use that. For me, though, I think it's still easier with make menuconfig :)
Top
rel
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Sat Apr 20, 2002 11:00 am

Post by rel » Sat Jun 11, 2005 6:40 pm

nightfrost wrote: OK, I see now why one would use that. For me, though, I think it's still easier with make menuconfig :)
C'mon give lazyness some credit
Top
rel
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Sat Apr 20, 2002 11:00 am

ndiswapper fails to build

Post by rel » Sat Jun 11, 2005 6:47 pm

it builds fine on latest gentoo-sources, also pevious versions of morph was fine.
whitch patch is it conflicting with?

tried it with 8K stacks.


entropy ~ # emerge ndiswrapper
--- Invalid atom in /etc/portage/package.keywords: net-im/gaim-20101010
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ndiswrapper-1.1-r1 to /
>>> md5 files ;-) metadata.xml
>>> md5 files ;-) ChangeLog
>>> md5 files ;-) ndiswrapper-1.1-r1.ebuild
>>> md5 files ;-) files/digest-ndiswrapper-1.1-r1
>>> md5 src_uri ;-) ndiswrapper-1.1.tar.gz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.11-morph11
* Checking for suitable kernel configuration options
>>> Unpacking source...
>>> Unpacking ndiswrapper-1.1.tar.gz to /var/tmp/portage/ndiswrapper-1.1-r1/work
* Converting ndiswrapper-1.1/driver/Makefile to use M= instead of SUBDIRS= ... [ ok ]>>> Source unpacked.
cc -Wall -g -DNDISWRAPPER_VERSION=\"1.1\" -c -o loadndisdriver.o loadndisdriver.c
gcc -o loadndisdriver loadndisdriver.o
* Preparing ndiswrapper module
make -C //usr/src/linux M=/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver \
NDISWRAPPER_VERSION=1.1 \
EXTRA_VERSION= modules
make[1]: Entering directory `/usr/src/linux-2.6.11-morph11'


*** WARNING: Kernel is compiled with 4K stack size option (CONFIG_4KSTACKS); many Windows drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, recompile and install kernel


CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/hal.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/iw_ndis.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/misc_funcs.o
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.c: In function `register_devices':
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.c:861: warning: assignment from incompatible pointer type
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ndis.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/pe_linker.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/proc.o
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112:61: macro "kthread_run" requires 5 arguments, but only 3 given
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c: In function `PsCreateSystemThread':
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: `kthread_run' undeclared (first use in this function)
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: (Each undeclared identifier is reported only once
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: for each function it appears in.)
make[2]: *** [/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.11-morph11'
make: *** [default] Error 2

!!! ERROR: net-wireless/ndiswrapper-1.1-r1 failed.
!!! Function linux-mod_src_compile, Line 473, Exitcode 2
!!! Unable to make KSRC=//usr/src/linux KVERS=26 all.
!!! If you need support, post the topmost build error, NOT this status message.
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Re: ndiswapper fails to build

Post by yardbird » Sat Jun 11, 2005 10:14 pm

rel wrote:it builds fine on latest gentoo-sources, also pevious versions of morph was fine.
whitch patch is it conflicting with?

tried it with 8K stacks.


entropy ~ # emerge ndiswrapper
--- Invalid atom in /etc/portage/package.keywords: net-im/gaim-20101010
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ndiswrapper-1.1-r1 to /
>>> md5 files ;-) metadata.xml
>>> md5 files ;-) ChangeLog
>>> md5 files ;-) ndiswrapper-1.1-r1.ebuild
>>> md5 files ;-) files/digest-ndiswrapper-1.1-r1
>>> md5 src_uri ;-) ndiswrapper-1.1.tar.gz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.11-morph11
* Checking for suitable kernel configuration options
>>> Unpacking source...
>>> Unpacking ndiswrapper-1.1.tar.gz to /var/tmp/portage/ndiswrapper-1.1-r1/work
* Converting ndiswrapper-1.1/driver/Makefile to use M= instead of SUBDIRS= ... [ ok ]>>> Source unpacked.
cc -Wall -g -DNDISWRAPPER_VERSION="1.1" -c -o loadndisdriver.o loadndisdriver.c
gcc -o loadndisdriver loadndisdriver.o
* Preparing ndiswrapper module
make -C //usr/src/linux M=/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver \
NDISWRAPPER_VERSION=1.1 \
EXTRA_VERSION= modules
make[1]: Entering directory `/usr/src/linux-2.6.11-morph11'


*** WARNING: Kernel is compiled with 4K stack size option (CONFIG_4KSTACKS); many Windows drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, recompile and install kernel


CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/hal.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/iw_ndis.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/misc_funcs.o
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.c: In function `register_devices':
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/loader.c:861: warning: assignment from incompatible pointer type
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ndis.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/pe_linker.o
CC [M] /var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/proc.o
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112:61: macro "kthread_run" requires 5 arguments, but only 3 given
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c: In function `PsCreateSystemThread':
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: `kthread_run' undeclared (first use in this function)
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: (Each undeclared identifier is reported only once
/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.c:1112: error: for each function it appears in.)
make[2]: *** [/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver/ntoskernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/ndiswrapper-1.1-r1/work/ndiswrapper-1.1/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.11-morph11'
make: *** [default] Error 2

!!! ERROR: net-wireless/ndiswrapper-1.1-r1 failed.
!!! Function linux-mod_src_compile, Line 473, Exitcode 2
!!! Unable to make KSRC=//usr/src/linux KVERS=26 all.
!!! If you need support, post the topmost build error, NOT this status message.
IIRC this is a known problem, and happens on all swsusp2-enabled kernels. There's an ebuild somewhere in bugzilla which fixes the problem, but I have no time to find it now. Search also this thread, it has been already mentioned once or twice (and if you find it, please point me to it... I need to write a FAQ on the site about this - or someone else could, wiki anyone? :wink:)
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Sat Jun 11, 2005 10:17 pm

The resolution for the ndiswrapper issue should be here:

http://bugs.gentoo.org/show_bug.cgi?id=74864

There's a patched ebuild to download.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
rel
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Sat Apr 20, 2002 11:00 am

Post by rel » Sun Jun 12, 2005 12:48 am

yardbird wrote:The resolution for the ndiswrapper issue should be here:

http://bugs.gentoo.org/show_bug.cgi?id=74864

There's a patched ebuild to download.
worked perfectly.

Also added a wiki entry for this:
http://morph-sources.homelinux.net/medi ... /Main_Page
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sun Jun 12, 2005 9:15 am

A question about the wiki: Do you want it to be gentoo speicific, or more general? The thing is, I've been using arch linux more and more lately, and I could add a PKGBUILD (which is basically arch's version of ebuilds) for morph.
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Sun Jun 12, 2005 1:34 pm

Hello,

2.6.12-rc6-morph1 is out. It's the first release in the 2.6.12 series, and it is marked as unstable. That said, it's running ok on my laptop after some hours and a pair of suspend cycles. It's missing some stuff, which will be added back with time. The 2.6.11 series will get only updates and bugfixes from now on.

@rel: glad to hear that it worked ok for you, and thanks for contributing to the Wiki! :)

@nightfrost: the WIKI does not have to be gentoo-specific, feel free to add everything you find useful about morph-sources (also stuff specific to distros other than gentoo).

Cheers :)
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sun Jun 12, 2005 3:58 pm

Hmm... I'm having problems with the wiki formatting (the PKGBUILD looks strange as the wiki seems to interpret parts of it as formatting commands). If I manage to figure out how to bypass that before tomorrow, I'll add it to the wiki. Otherwise, I'll have to do it in a couple of weeks when I'm back from the countryside :)
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Sun Jun 12, 2005 7:04 pm

nightfrost wrote:Hmm... I'm having problems with the wiki formatting (the PKGBUILD looks strange as the wiki seems to interpret parts of it as formatting commands). If I manage to figure out how to bypass that before tomorrow, I'll add it to the wiki. Otherwise, I'll have to do it in a couple of weeks when I'm back from the countryside :)
Sorry, but I still am a total n00b regarding mediawiki (still learning myself). If you want to send me some stuff I can see if I can manage to fix the formatting while you are away. PM me or send a mail to "bluescarni AT gmail d0t com".

Thanks :)
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
Debentoo_Gao
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 85
Joined: Fri Nov 21, 2003 2:28 am
Location: Shanghai,China
Contact:
Contact Debentoo_Gao
Website

Post by Debentoo_Gao » Mon Jun 13, 2005 3:41 am

I can't find the ebuild of 2.6.1.2-rc6-morph1,where can I get it?:oops:
More Love~~More Dream~~More Happiness

Free Your Mind~~Free Your Body~~Free Your Life

http://www.myblue.ws
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Mon Jun 13, 2005 11:29 am

Debentoo_Gao wrote:I can't find the ebuild of 2.6.1.2-rc6-morph1,where can I get it?:oops:
Usually I don't roll out ebuilds for "unstable" kernels. If you want to try it, download the patch and apply it on top of 2.6.12-rc6 with "-p1" :)
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
ahorn
Guru
Guru
User avatar
Posts: 366
Joined: Mon Nov 01, 2004 7:31 pm
Location: Ol' europe

Post by ahorn » Wed Jun 15, 2005 12:01 pm

hey yardbird, are the ext3 latency patches in morph? i saw them in love-releases.
and about ndiswrapper+swsusp2. i talked to the ebuild maintainer a month ago to include the patch for swsusp2 kernels, you see what happend .. nothing ;)

yardbird, can you add the ipw2200 stuff from the mm-patchset to morph? it would be great, because emerge ipw2200 sucks :P.
Too many connections. Please try again later.
Top
YourDoom123
Apprentice
Apprentice
Posts: 163
Joined: Sat Mar 06, 2004 9:59 pm

Post by YourDoom123 » Wed Jun 15, 2005 6:42 pm

wait a second! in your 2.6.11-morph11 kernel, i can't find the spot to enable reiser4 support! i'm gonna compile the kernel any way, and see if it works, but i expected reiser4 support, which is why i used that kernel...
Acer Aspire 5672
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Wed Jun 15, 2005 7:33 pm

YourDoom123 wrote:wait a second! in your 2.6.11-morph11 kernel, i can't find the spot to enable reiser4 support! i'm gonna compile the kernel any way, and see if it works, but i expected reiser4 support, which is why i used that kernel...
Be sure to enable the zlib compression support under the Crypto API menu, and to disable 4kb stacks. I'm using reiser4 myself, so I'm pretty much confident it is in morph-sources :wink:
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
YourDoom123
Apprentice
Apprentice
Posts: 163
Joined: Sat Mar 06, 2004 9:59 pm

Post by YourDoom123 » Wed Jun 15, 2005 8:19 pm

odd... i just reemerged morph-sources, and the reiser4 support section showed up...

you know, i've read about disabling 4k stacks in the kernel hacking section, but i can never find that... i've never seen anything about stack sizes... i checked in the cryptographic routine area as well...
Acer Aspire 5672
Top
ahorn
Guru
Guru
User avatar
Posts: 366
Joined: Mon Nov 01, 2004 7:31 pm
Location: Ol' europe

Post by ahorn » Wed Jun 15, 2005 10:02 pm

you'll never find some 4kb/8kb thing because it's not there at amd64. and reiser4 is in this release ... just open your eyes, it's there, enable incomplete drivers and add staticly deflate compression.
Too many connections. Please try again later.
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Wed Jun 15, 2005 10:55 pm

ahorn wrote:hey yardbird, are the ext3 latency patches in morph?
Mmhmh... don't know, certainly not in the 2.6.11 series. In the 2.6.12 series they are there if they were included in mainline kernel :wink:
ahorn wrote:yardbird, can you add the ipw2200 stuff from the mm-patchset to morph? it would be great, because emerge ipw2200 sucks :P.
I'll see what I can do. Most possibly yes though, if you say they are in -mm.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
YourDoom123
Apprentice
Apprentice
Posts: 163
Joined: Sat Mar 06, 2004 9:59 pm

Post by YourDoom123 » Thu Jun 16, 2005 2:55 am

well, i take back all my previous complaints :) this is the only kernel that worked flawlessly for me, and that counts both ck-sources and mm-sources. go figure. thanks for such a great kernel!
Acer Aspire 5672
Top
Locked

757 posts
  • Page 28 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 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