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

Goto page Previous  1, 2, 3 ... , 38, 39, 40  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Mon Dec 31, 2007 11:25 pm    Post subject: Reply with quote

That error can appear because of the new changes in the x86 arch.
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Mon Dec 31, 2007 11:29 pm    Post subject: Reply with quote

Code:
        if (aper_size < 64*1024*1024) {
                printk(KERN_ERR "Aperture too small (%d MB)\n", aper_size>>20);
                return 0;
        }


According to this, if you have an AGP aperture size lower than 64MB, you'll get this error.
Back to top
View user's profile Send private message
Occasus
Apprentice
Apprentice


Joined: 22 Feb 2005
Posts: 158
Location: Italia

PostPosted: Tue Jan 01, 2008 1:47 am    Post subject: Reply with quote

Hello.
I've just switched back to Gentoo and I've used your kernel in my installation.

There's a problem, though. When I compile stuff the whole system lags. It becomes very unresponsive and the cursor lags like hell.
I've got a E6400 and 1G ram, so my hardware specifications are ok.
Here's my .config file: http://rapidshare.de/files/38176289/.config.html

I'm afraid I've "optimised" the kernel too much.
_________________
Guru Meditation
Back to top
View user's profile Send private message
ilikenwf
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2007
Posts: 119

PostPosted: Tue Jan 01, 2008 3:45 am    Post subject: Reply with quote

As for the b43 thing...the firmware put in those folders, and no dice...I don't get why it is doing it, but the modules aren't loading and when I modprobe, nothing happens. I'm sick of using ndiswrapper.

Oh...and it is the zen kernel sources that are not allowing things to be compiled against anything other than the original source. Something is wrong with the headers when they are put together that is keeping things from working properly..I'll figure out which files it is missing, and then look into some code, I guess...
_________________
Make The Fonts Pretty In KDE
Archlinux User
Back to top
View user's profile Send private message
wavenator
n00b
n00b


Joined: 27 Dec 2007
Posts: 19

PostPosted: Tue Jan 01, 2008 4:45 am    Post subject: Reply with quote

x86 32bit here
problem with modules_install
doesnt make /driver/ata/ of the modules directory
and when i do mkinitcpio i get:
Code:
ERROR: module 'pata[-_]sis' not found
ERROR: module 'ata[-_]generic' not found

btw its on Archlinux
Back to top
View user's profile Send private message
eatnumber1
n00b
n00b


Joined: 13 Jan 2007
Posts: 55
Location: New York

PostPosted: Tue Jan 01, 2008 4:53 am    Post subject: Reply with quote

hirakendu wrote:
@ ilikenwf :

About the madwifi issues, I guess you would have figured out by now that some of the proprietary hal files (drivers/net/wireless/madwifi/hal/public/*.hal.o.uu) are missing. You may copy them by fetching madwifi from svn (http://madwifi.org/wiki/UserDocs/GettingMadwifi). (Or just copy the *.hal.o.uu to /usr/src/zen-sources/drivers/net/wireless/madwifi/hal/public/ from this tarball - http://hirakendu.mooo.com/madwifi-svn/ath-hal.tar.bz2.) I am guessing Wainkoko presumed its inappropriate to distribute ;). (Else he would have packaged even nvidia-drivers and ati-drivers for us by now :D.)

Also, the b43 drivers work fine for me. I am guessing you forgot to fetch the firmware. Use b43-fwcutter and wl_apasta.o files. See http://www.linuxwireless.org/en/users/Drivers/b43#firmwareinstallation for details.


I just pushed the firmware files to zen... It should work now... Sorry about that.

The master .gitignore file has a *.o.* directive, which caused git to ignore the firmware files, and since I had them locally, but they were not pushed, it worked for me, but not you.

P.S. Sorry about the delay.
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: Tue Jan 01, 2008 11:17 am    Post subject: Reply with quote

Occasus wrote:
Hello.
I've just switched back to Gentoo and I've used your kernel in my installation.

There's a problem, though. When I compile stuff the whole system lags. It becomes very unresponsive and the cursor lags like hell.
I've got a E6400 and 1G ram, so my hardware specifications are ok.
Here's my .config file: http://rapidshare.de/files/38176289/.config.html

I'm afraid I've "optimised" the kernel too much.


that's (still) default CFS behavior (I got that too, irrespectively what I set up :idea: )

hopefully that will be fixed in the near future :wink:

please report that to ingo that he can reproduce & fix it

some part for me was caused by compiz & nvidia-drivers, so it could be also something similar for you ...
_________________
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
Occasus
Apprentice
Apprentice


Joined: 22 Feb 2005
Posts: 158
Location: Italia

PostPosted: Tue Jan 01, 2008 11:59 am    Post subject: Reply with quote

kernelOfTruth wrote:

that's (still) default CFS behavior (I got that too, irrespectively what I set up :idea: )

hopefully that will be fixed in the near future :wink:

please report that to ingo that he can reproduce & fix it

some part for me was caused by compiz & nvidia-drivers, so it could be also something similar for you ...

Thank you for suggesting me what may be wrong in my configuration.

I'm having trouble with nvidia-drivers, too. I can't get the AGPGART support to work. I tried installing gentoo-sources, but I still can't get the nvidia drivers to load AGP.
I tried installing the drivers with gentoo-sources, too. No success. :cry:
My video card is a GeForce4 ti4200 (yes, I've installed the legacy drivers) and it worked perfectly in ArchLinux. It's not an hardware related problem.
Could it be a problem related to the kernel configuration?
_________________
Guru Meditation
Back to top
View user's profile Send private message
wavenator
n00b
n00b


Joined: 27 Dec 2007
Posts: 19

PostPosted: Tue Jan 01, 2008 6:27 pm    Post subject: Reply with quote

wavenator wrote:
x86 32bit here
problem with modules_install
doesnt make /driver/ata/ of the modules directory
and when i do mkinitcpio i get:
Code:
ERROR: module 'pata[-_]sis' not found
ERROR: module 'ata[-_]generic' not found

btw its on Archlinux

would anyone solve my problem
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Tue Jan 01, 2008 7:01 pm    Post subject: Reply with quote

Occasus wrote:
kernelOfTruth wrote:

that's (still) default CFS behavior (I got that too, irrespectively what I set up :idea: )

hopefully that will be fixed in the near future :wink:

please report that to ingo that he can reproduce & fix it

some part for me was caused by compiz & nvidia-drivers, so it could be also something similar for you ...

Thank you for suggesting me what may be wrong in my configuration.

I'm having trouble with nvidia-drivers, too. I can't get the AGPGART support to work. I tried installing gentoo-sources, but I still can't get the nvidia drivers to load AGP.
I tried installing the drivers with gentoo-sources, too. No success. :cry:
My video card is a GeForce4 ti4200 (yes, I've installed the legacy drivers) and it worked perfectly in ArchLinux. It's not an hardware related problem.
Could it be a problem related to the kernel configuration?


this is what i do;
i leave out completely agpgart in my kernel config.

then
i tell xorg to use nvidia's;

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "NvAGP" "1"

dunno. maybe you have already tried this.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
Occasus
Apprentice
Apprentice


Joined: 22 Feb 2005
Posts: 158
Location: Italia

PostPosted: Tue Jan 01, 2008 9:43 pm    Post subject: Reply with quote

tranquilcool wrote:
this is what i do;
i leave out completely agpgart in my kernel config.

then
i tell xorg to use nvidia's;

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "NvAGP" "1"

dunno. maybe you have already tried this.

I can't believe it! The AGP support is back again :D

I suppose you're compiling the x86 kernel, because I had to manually edit the Kconfig file to disable the built-in kernel AGP support.

@Waninkoko
In /usr/src/linux/arch/x86/Kconfig, line 415, could you modify it this way:
Code:
-bool "GART IOMMU support if EMBEDDED"
+bool "GART IOMMU support


Lines 412-413:
Code:
# Mark as embedded because too many people got it wrong.
# The code disables itself when not needed.

But if one really wants to disable it...?

I know it isn't a problem directly related to zen-sources, but it would be nice to have a properly configurable kernel.
_________________
Guru Meditation
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Tue Jan 01, 2008 10:17 pm    Post subject: Reply with quote

Occasus wrote:
I'm afraid I've "optimised" the kernel too much.


I am not if you fixed you issue already...
Try to disable the FAIR_GROUP_SCHED. I had some weird issues listening to music while compiling. after removing that option everything turned back to normal.

cheers
V.


Last edited by Veldrin on Wed Jan 02, 2008 10:16 am; edited 1 time in total
Back to top
View user's profile Send private message
eatnumber1
n00b
n00b


Joined: 13 Jan 2007
Posts: 55
Location: New York

PostPosted: Tue Jan 01, 2008 10:42 pm    Post subject: Reply with quote

Zen now has support for the AR2425 (AR5007EG) chipset in the madwifi driver.
Back to top
View user's profile Send private message
Occasus
Apprentice
Apprentice


Joined: 22 Feb 2005
Posts: 158
Location: Italia

PostPosted: Wed Jan 02, 2008 12:08 am    Post subject: Reply with quote

Veldrin wrote:
Occasus wrote:
I'm afraid I've "optimised" the kernel too much.


I am not if you fixed you issue already...
Try to disable the FAIR_GROUP_SCHED. I had some weird issues listening to music while compiling. after removing that option every thing turn back to normal.

cheers
V.

Thank you!
Now my system is perfect. Everything is properly configured :D
_________________
Guru Meditation
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Wed Jan 02, 2008 1:44 am    Post subject: Reply with quote

kernelOfTruth wrote:
Occasus wrote:
Hello.
I've just switched back to Gentoo and I've used your kernel in my installation.

There's a problem, though. When I compile stuff the whole system lags. It becomes very unresponsive and the cursor lags like hell.
I've got a E6400 and 1G ram, so my hardware specifications are ok.
Here's my .config file: http://rapidshare.de/files/38176289/.config.html

I'm afraid I've "optimised" the kernel too much.


that's (still) default CFS behavior (I got that too, irrespectively what I set up :idea: )

hopefully that will be fixed in the near future :wink:

please report that to ingo that he can reproduce & fix it

some part for me was caused by compiz & nvidia-drivers, so it could be also something similar for you ...


I don't observe this issue, meaning that compilation does not affect:
mouse
windows moving,
music playing
general system responsiveness is not affected
or anything else
with
CONFIG_FAIR_GROUP_SCHED=y
so either this is your config or other(e.g. hardware) problems?
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 Jan 02, 2008 9:50 am    Post subject: Reply with quote

it must be dddddddddependent on the scheduler (just compiling some stuff niced to +15 / 15

and you see the loads of d's I justtttttttt wrote (and the t's) :wink:

this happens with core2 duos (laptop & computer) and centriiiiiiiiiiiiiiiiiiiiiiiiiino (dothaaaaaaaaaaaaaan) cpu's

-> x86 and amd64 / 64 bit kernels, it's also independent if I usee ati-drivers or nvidia-drivers, preemption & soft-irq, hard-irq, whatever - is enabled ...

this all began wwwwwwwwwwwith usage of the cfs scheduler ...

... I'm hoping that ingo knows a fix foooooor that / improves the scheduler that ttttttttthis will stop in the near future ...
_________________
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
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Wed Jan 02, 2008 10:10 am    Post subject: Reply with quote

@KernelOfTruth: this might be another FAIR_GROUP_SCHED issue...

cheers
V.
Back to top
View user's profile Send private message
eatnumber1
n00b
n00b


Joined: 13 Jan 2007
Posts: 55
Location: New York

PostPosted: Wed Jan 02, 2008 11:36 am    Post subject: Reply with quote

kernelOfTruth wrote:
it must be dddddddddependent on the scheduler (just compiling some stuff niced to +15 / 15

and you see the loads of d's I justtttttttt wrote (and the t's) :wink:

this happens with core2 duos (laptop & computer) and centriiiiiiiiiiiiiiiiiiiiiiiiiino (dothaaaaaaaaaaaaaan) cpu's

-> x86 and amd64 / 64 bit kernels, it's also independent if I usee ati-drivers or nvidia-drivers, preemption & soft-irq, hard-irq, whatever - is enabled ...

this all began wwwwwwwwwwwith usage of the cfs scheduler ...

... I'm hoping that ingo knows a fix foooooor that / improves the scheduler that ttttttttthis will stop in the near future ...


I have a centrino duo processor, and have no such problems. I do however use Low Latency Desktop.

P.S. I have FAIR_GROUP_SCHED enabled w/o problems.
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 411

PostPosted: Wed Jan 02, 2008 11:44 am    Post subject: Reply with quote

I had the same problem on my laptop (core duo) with kamikaze kernels and solution/workaround was to set CONFIG_HZ_100=yes. I actually alwasy get better performance with CONFIG_HZ=100 then with other options.

According help the best option for desktop systems with dual core processors is CONFIG_HZ=4* but in my case that caused problems to, before with kamikaze kernels. now with zen works nice but I feel 100 is still better.
Back to top
View user's profile Send private message
wavenator
n00b
n00b


Joined: 27 Dec 2007
Posts: 19

PostPosted: Wed Jan 02, 2008 2:34 pm    Post subject: Reply with quote

wavenator wrote:
x86 32bit here
problem with modules_install
doesnt make /driver/ata/ of the modules directory
and when i do mkinitcpio i get:
Code:
ERROR: module 'pata[-_]sis' not found
ERROR: module 'ata[-_]generic' not found

btw its on Archlinux


guys common
i need this problem to be fixed
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Wed Jan 02, 2008 2:41 pm    Post subject: Reply with quote

have you enabled PATA_SIS and ATA_GENERIC? they can both be found in "Serial ATA (prod) and Parallel ATA (experimental) drivers".

and from the error output it guess you have to build them as module.

cheers
V.
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Wed Jan 02, 2008 3:46 pm    Post subject: Reply with quote

wavenator wrote:
wavenator wrote:
x86 32bit here
problem with modules_install
doesnt make /driver/ata/ of the modules directory
and when i do mkinitcpio i get:
Code:
ERROR: module 'pata[-_]sis' not found
ERROR: module 'ata[-_]generic' not found

btw its on Archlinux


guys common
i need this problem to be fixed

this is your error:
if you don't need any of these remove specific entry from mkinitcpio.conf
if you need these, add specific entry to your kernel .config file
I would assume though that with sis pata, you will need ata generic to boot system at all
Back to top
View user's profile Send private message
wavenator
n00b
n00b


Joined: 27 Dec 2007
Posts: 19

PostPosted: Wed Jan 02, 2008 3:55 pm    Post subject: Reply with quote

you right
thx a lot bro's
Back to top
View user's profile Send private message
RobertDavid
Apprentice
Apprentice


Joined: 08 Aug 2005
Posts: 271
Location: Czech Republic

PostPosted: Wed Jan 02, 2008 5:50 pm    Post subject: Reply with quote

Does I do something wrong? But why I have to download all the 200MB tree everytime I make "git pull"??? I also try to delete all the sources an make a new tree, but than the same problem.

and there are a lot of errors like that:
Code:
error: refs/tags/v2.6.24-rc6-zen0 does not point to a valid object!


also If i tape git checkout:
Code:

git checkout
fatal: failed to unpack tree object 12843b660588f8775b72e2662fbf0bb6c2c594c7

_________________
Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Wed Jan 02, 2008 5:55 pm    Post subject: Reply with quote

That's pretty strange... You said that you tried to remove the tree and do a "git clone"?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... , 38, 39, 40  Next
Page 39 of 40

 
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