Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.5.70
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
The Khan Artist
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 210
Location: Texas, USA

PostPosted: Wed Jun 11, 2003 4:57 pm    Post subject: Reply with quote

silverter wrote:
-mm8 is out... see what it promises...


Nothing for me:

Code:
  CC      arch/i386/kernel/setup.o
arch/i386/kernel/setup.c: In function `setup_early_printk':
arch/i386/kernel/setup.c:919: invalid lvalue in unary `&'
make[1]: *** [arch/i386/kernel/setup.o] Error 1
make: *** [arch/i386/kernel] Error 2


This is with the .config from my working 2.5.70-mm3 kernel. I don't have time to redo it from scratch right now.
Back to top
View user's profile Send private message
ConcreteLake
n00b
n00b


Joined: 08 Jun 2003
Posts: 2
Location: Cologne

PostPosted: Wed Jun 11, 2003 5:26 pm    Post subject: Reply with quote

A fast and dirty (only safe if you have a single processor system, but if you dont, you wouldnt have that error anyways) is to comment that line out.
Simply add a "//" in file arch/i386/kernel/setup.c line 919:

//set_bit(smp_processor_id(), &cpu_online_map);


cl
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Wed Jun 11, 2003 6:02 pm    Post subject: Reply with quote

The changelog has very good news regarding the slowliness :D

Quote:
. Anticipatory scheduler patch should fix the recently-noticed slowdown
with seeky O_DIRECT read loads.

_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Wed Jun 11, 2003 6:30 pm    Post subject: Reply with quote

Has anyone got -mm8 to compile and test it against CFQ/AS? I haven't got around getting it done, still busy sorting out evolution-1.4 vs. ORBIt2-2.7.2...

regards,
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Wed Jun 11, 2003 7:44 pm    Post subject: Reply with quote

Well, I'm using it with AS, and it feels MUCH BETTER!!

If you're using mm6/mm7 at the moment, then don't even think twice, just do the upgrade for cryin' out loud! :wink:

(yes, it's better, but far from perfection)
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
kuba
n00b
n00b


Joined: 01 Apr 2003
Posts: 19

PostPosted: Thu Jun 12, 2003 6:32 am    Post subject: Reply with quote

Quote:

Nothing for me:

Code:
  CC      arch/i386/kernel/setup.o
arch/i386/kernel/setup.c: In function `setup_early_printk':
arch/i386/kernel/setup.c:919: invalid lvalue in unary `&'
make[1]: *** [arch/i386/kernel/setup.o] Error 1
make: *** [arch/i386/kernel] Error 2


This is with the .config from my working 2.5.70-mm3 kernel. I don't have time to redo it from scratch right now.


until a new patch is avaiable:
CONFIG_DEBUG_EARLY_PRINTK_OFF=y
Back to top
View user's profile Send private message
The Khan Artist
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 210
Location: Texas, USA

PostPosted: Thu Jun 12, 2003 12:23 pm    Post subject: Reply with quote

kuba wrote:
Quote:

Nothing for me:

Code:
  CC      arch/i386/kernel/setup.o
arch/i386/kernel/setup.c: In function `setup_early_printk':
arch/i386/kernel/setup.c:919: invalid lvalue in unary `&'
make[1]: *** [arch/i386/kernel/setup.o] Error 1
make: *** [arch/i386/kernel] Error 2


This is with the .config from my working 2.5.70-mm3 kernel. I don't have time to redo it from scratch right now.


until a new patch is avaiable:
CONFIG_DEBUG_EARLY_PRINTK_OFF=y


I used ConcreteLake's fix and it worked, it compiled just fine, and the nVidia drivers still work. ;)
Back to top
View user's profile Send private message
joem
Retired Dev
Retired Dev


Joined: 20 Dec 2002
Posts: 508
Location: Bloomington, In

PostPosted: Thu Jun 12, 2003 6:22 pm    Post subject: kernel boot Reply with quote

when I compile mm-sources-2.5.70-r8 my computer hangs right from the start

Code:
boot: 
 Loading Gentoo 
 BIOS data check successful 
 Uncompressing Linux... OK, booting the kernel. 
 


anybody else been able to get around this?
Back to top
View user's profile Send private message
robmoss
Retired Dev
Retired Dev


Joined: 27 May 2003
Posts: 2634
Location: Jesus College, Oxford

PostPosted: Thu Jun 12, 2003 11:24 pm    Post subject: Reply with quote

This happens for me whenever I compile a broken kernel. Fiddling around with the Makefiles for the 2.4.20 kernel has resulted in a few kernels that did that for me.

Try unmerging the mm-sources (after saving your .config file in your home directory if need be), making sure they've really gone by checking the relevant entry in /usr/src/ is no longer there, and then emerging them again. I've managed to successfully fix a couple of kernel compiles like that - also make mrproper *should* do the same thing, unless something is REALLY broken, and is a little less drastic and much quicker!
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Fri Jun 13, 2003 6:46 am    Post subject: Reply with quote

I'm nearly finished with my new installation, but there is a problem related to ALSA!
I can't install emu10k1.ebuild! The ebuild complains about the .config in /usr/src/linux and that the build can't find it, although it's there.
I also can't install alsa-tools, but I'm not sure if this problem is related to either gcc3.3 or development-sources-2.5.70!

However. Has anyone got an emu10k1 SoundCard to work with the 2.5.70 Kernel?
Niko
_________________
Meine Homepage
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Fri Jun 13, 2003 6:49 am    Post subject: Re: kernel boot Reply with quote

dst wrote:
when I compile mm-sources-2.5.70-r8 my computer hangs right from the start

Code:
boot: 
 Loading Gentoo 
 BIOS data check successful 
 Uncompressing Linux... OK, booting the kernel. 
 


anybody else been able to get around this?

I had a similiar problem! For me it helped to setup the kernel "step-by-step". I know that this is a lot of work, but for me it helped, ...
Try to compile the kernel with the default ".config" and change the vales given in the instal docs.

All I can tell you for sure is that the problem is caused by your configuration!
Niko
_________________
Meine Homepage
Back to top
View user's profile Send private message
joem
Retired Dev
Retired Dev


Joined: 20 Dec 2002
Posts: 508
Location: Bloomington, In

PostPosted: Fri Jun 13, 2003 7:00 am    Post subject: thanks Reply with quote

Thanks for the help. I did make mrproper and have been going at it step by step. I just got my network card working after disabling ACPI. So far so good..
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Fri Jun 13, 2003 7:30 am    Post subject: Reply with quote

Niko_K wrote:
I'm nearly finished with my new installation, but there is a problem related to ALSA!
I can't install emu10k1.ebuild! The ebuild complains about the .config in /usr/src/linux and that the build can't find it, although it's there.
I also can't install alsa-tools, but I'm not sure if this problem is related to either gcc3.3 or development-sources-2.5.70!

However. Has anyone got an emu10k1 SoundCard to work with the 2.5.70 Kernel?
Niko


I have.

To what emu10k1.ebuild are you refering too? You only need alsa-* and the drivers on the kernel... :roll:
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
klette
n00b
n00b


Joined: 30 Apr 2003
Posts: 34
Location: Norway

PostPosted: Fri Jun 13, 2003 8:32 am    Post subject: Reply with quote

Niko_K wrote:
I'm nearly finished with my new installation, but there is a problem related to ALSA!
I can't install emu10k1.ebuild! The ebuild complains about the .config in /usr/src/linux and that the build can't find it, although it's there.
I also can't install alsa-tools, but I'm not sure if this problem is related to either gcc3.3 or development-sources-2.5.70!

However. Has anyone got an emu10k1 SoundCard to work with the 2.5.70 Kernel?
Niko


Min worked out of the box with alsa compiles in...

Just remember to add it into the kernel :D
_________________
Never read the manual... It can betray you...
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Fri Jun 13, 2003 9:34 am    Post subject: Reply with quote

-mm9 - andrew is on fire
http://www.ussg.iu.edu/hypermail/linux/kernel/0306.1/1463.html
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Fri Jun 13, 2003 9:43 am    Post subject: Reply with quote

Cool... let see what this one promises... Anyone knows the changes in the synatic mouse patch? There are two in there... I used to remove it because loading the modules with that **specific** option (I really can recall) didn't work for me... what now?

regards,
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Fri Jun 13, 2003 10:45 am    Post subject: Reply with quote

Just got -mm9 to compile and it boots fine, but the skipping in xmms ist getting even worse... -mm5 is the only one working fine wihout this skipping with both AS/CFQ... I tried with all possible output plugin in xmms, be it streaming music from the internet (shoutcast) or playing off the HD, no improvements... That's my only grieve about this kernel, apart from that everything else works fine; will be doing some heavy compilation (mozilla is always a good choice) under X Windows to see if it locks up my system.
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Fri Jun 13, 2003 2:14 pm    Post subject: Alsa Reply with quote

Hmm,

I added the ALSA Support (and also support for emu10k1) in the kernel, but there are still some problems for me!
I can't install alsa-drivers because it thinks that my gcc Version doesn't match -> I checked it and I only have gcc3.3 installed.
There are quite some more problems:
sun-jdk won't install because of some problem (found thread in fourm) and arts also refuses to compile. There is not a single windowmanager that worked for me, ...

However, I found some threads in the forum about my problems and so all I can do is wait!
I talked about the emu101k (or even emu10k1-cvs) ebuíld. I needed it because I use an external amplifier in kernel2.4.20! Don't I need it with 2.5.70 anymore?

Niko
_________________
Meine Homepage
Back to top
View user's profile Send private message
maor
Guru
Guru


Joined: 28 Aug 2002
Posts: 323

PostPosted: Fri Jun 13, 2003 2:41 pm    Post subject: Reply with quote

a bit OT.
i was wonder if there is a way to change scheduler in run time?
Back to top
View user's profile Send private message
slaterson
Guru
Guru


Joined: 26 Feb 2003
Posts: 313

PostPosted: Fri Jun 13, 2003 2:42 pm    Post subject: mm8 disaster! Reply with quote

I was running with mm5 since it has been in portage. After reading this thread about improvements in mm8, I got the wise idea to update to mm8. Thats when the disaster started.

I emerged mm8 and walked away to make dinner. When I came back, not only had it emerge mm8, it had unemerge X11. Yikes.

Instead of trying to re-emerge X11, I decided to do a clean install on my second hard drive, using mm8 right from the get-go. Everything worked great until I rebooted with my new mm8 kernel. The kernel loads and starts going through device initialization, until it gets to my 2940uw. The system freezes before identifying any scsi devices (two hard drives and a cdrom).

Anybody else have problems with scsi init (specifically Adaptec 2940uw in my case) with mm8? mm5 works fine.

Slate
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Fri Jun 13, 2003 8:02 pm    Post subject: Re: Alsa Reply with quote

Niko_K wrote:
Hmm,

I added the ALSA Support (and also support for emu10k1) in the kernel, but there are still some problems for me!
I can't install alsa-drivers because it thinks that my gcc Version doesn't match -> I checked it and I only have gcc3.3 installed.
There are quite some more problems:
sun-jdk won't install because of some problem (found thread in fourm) and arts also refuses to compile. There is not a single windowmanager that worked for me, ...

However, I found some threads in the forum about my problems and so all I can do is wait!
I talked about the emu101k (or even emu10k1-cvs) ebuíld. I needed it because I use an external amplifier in kernel2.4.20! Don't I need it with 2.5.70 anymore?

Niko


Why would you need alsa-drivers? You already have them, they come with the kernel :roll:
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
slaterson
Guru
Guru


Joined: 26 Feb 2003
Posts: 313

PostPosted: Fri Jun 13, 2003 10:56 pm    Post subject: Re: mm8 disaster! Reply with quote

slaterson wrote:
I was running with mm5 since it has been in portage. After reading this thread about improvements in mm8, I got the wise idea to update to mm8. Thats when the disaster started.

I emerged mm8 and walked away to make dinner. When I came back, not only had it emerge mm8, it had unemerge X11. Yikes.

Instead of trying to re-emerge X11, I decided to do a clean install on my second hard drive, using mm8 right from the get-go. Everything worked great until I rebooted with my new mm8 kernel. The kernel loads and starts going through device initialization, until it gets to my 2940uw. The system freezes before identifying any scsi devices (two hard drives and a cdrom).

Anybody else have problems with scsi init (specifically Adaptec 2940uw in
my case) with mm8? mm5 works fine.

Slate


Installing mm9 fixed it.
Back to top
View user's profile Send private message
Niko_K
Guru
Guru


Joined: 19 Sep 2002
Posts: 484
Location: Rietz/Tirol

PostPosted: Sat Jun 14, 2003 6:29 am    Post subject: Reply with quote

@darktux: Okay, that's true.
But what do I need then?
BTW: To install other applications correctly: Do I have to do an "emerge -i alsa-driver"? So KDE, ... will work correctly?

Niko
_________________
Meine Homepage
Back to top
View user's profile Send private message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Sat Jun 14, 2003 8:05 am    Post subject: Reply with quote

Funny thing with mm9:
Code:

$ df
Filesystem           1K-blocks      Used Available Use% Mounted on
df: `/': Value too large for defined data type
df: `/home': Value too large for defined data type
df: `/var': Value too large for defined data type
df: `/usr': Value too large for defined data type


Never happened before 8O
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Sat Jun 14, 2003 8:10 am    Post subject: Reply with quote

alinv wrote:
Funny thing with mm9:
Code:

$ df
Filesystem           1K-blocks      Used Available Use% Mounted on
df: `/': Value too large for defined data type
df: `/home': Value too large for defined data type
df: `/var': Value too large for defined data type
df: `/usr': Value too large for defined data type


Never happened before 8O

What filesystem are you using? I've never seen this before... strange, very strange..
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next
Page 10 of 11

 
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