All times are UTC-06:00




Post new topic  Reply to topic  [ 11 posts ] 
Author Message
PostPosted: Mon Apr 10, 2006 10:07 pm 
Offline

Joined: Wed Oct 20, 2004 11:20 pm
Posts: 82
I tried to compile a vanilla 2.6.16 kernel using my previous .15 config and make doesn't build zImage.chrp. Also, the boot images wind up in arch/powerpc/boot instead of arch/ppc/boot/images like before. Just for kicks I tried the plain zImage and it does not boot.

Some of the configs have moved around in .16 but I do have CHRP set in the Platform section.

_________________
--Aaron
Gentoo 2006.1
Kernel-2.6.17-no4


Top
   
 Post subject: 2.6.16 not booting
PostPosted: Tue Apr 11, 2006 4:35 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 50
Location: greensboro , NC U.S.A.
I also have a problem booting 2.6.16-1.2069 in fedora core 4
it just hangs after loading with yaboot
but 2.6.16-1.2054 works fine in fedora core 5

nels


Top
   
PostPosted: Wed Apr 12, 2006 6:47 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
Quote:
I tried to compile a vanilla 2.6.16 kernel using my previous .15 config and make doesn't build zImage.chrp. Also, the boot images wind up in arch/powerpc/boot instead of arch/ppc/boot/images like before. Just for kicks I tried the plain zImage and it does not boot.

Some of the configs have moved around in .16 but I do have CHRP set in the Platform section.
to start with, since 2.6.16, 32bit desktop powerpc (powermacs, ibm chrp and pegasos systems) has moved to ARCH=powerpc, so anything you had under arch/ppc is not supposed to build anymore.

I suppose your problem comes from the fact that the .15 .config was for ARCH=ppc, and thus not all needed options for ARCH=powerpc where reused or something.

A known working .config file for 2.6.16 on pegasos can be found at :
http://www.ppczone.org/downloads/config-2.6.16-pegasos

Hope this helps.

Friendly,

Sven Luther


Top
   
 Post subject:
PostPosted: Wed Apr 12, 2006 4:52 pm 
Offline

Joined: Wed Oct 20, 2004 11:20 pm
Posts: 82
Sven,

Thanks for the reply. I noticed everything was moved to arch/powerpc/boot and arch/ppc/boot/images is now left empty.

I tried your config, but I still don't get a zImage.chrp file after I compile the kernel:
Code:
pegasos linux # ls arch/powerpc/boot/zI*
-rwxr-xr-x 1 root root 1827440 Apr 12 15:40 arch/powerpc/boot/zImage
-rwxr-xr-x 1 root root 1691006 Apr 10 19:31 arch/powerpc/boot/zImage.coff
-rw-rw-rw- 1 root root 594 Mar 19 22:53 arch/powerpc/boot/zImage.coff.lds
-rw-rw-rw- 1 root root 676 Mar 19 22:53 arch/powerpc/boot/zImage.lds
-rwxr-xr-x 1 root root 1827440 Apr 12 15:40 arch/powerpc/boot/zImage.vmode
Which image am I supposed to use?

_________________
--Aaron
Gentoo 2006.1
Kernel-2.6.17-no4


Top
   
 Post subject:
PostPosted: Fri Apr 14, 2006 1:30 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 429
Location: Secure Networks / Sweden
Yes, the config Sven provides works fine with gentoo-
sources 2.6.16-r2, but like Aaron I'm stuck with no
zImage.chrp boot-kernel.


Top
   
 Post subject:
PostPosted: Wed Apr 19, 2006 12:16 pm 
Offline

Joined: Wed Feb 01, 2006 12:21 pm
Posts: 32
The zImage kernel image produced will work fine.


Top
   
PostPosted: Fri Apr 21, 2006 4:34 am 
Offline

Joined: Tue Nov 02, 2004 6:17 am
Posts: 28
[edit 19:05]

Sorry about being slightly off topic with 2.6.15:
I tried the linux-pegasos-debian-2.6.15.6.tar.bz2 kernel
from http://www.ppckernel.org/specialized.php on my
Debian. After booting I ended with a non-working PS2- keyboard. USB-Keyboard works however.

But Sound-driver is broken and throws many
unknown_symbols on boot. Could be cauesd by
missing configuration however?

Then I tested 2.6.16-9 from sid. This one boots
into garbled characters directly after kernel-load.

If someone could recommend a working kernel-image for
Debian, this would be highly appreciated. I used
2.6.8 before, but some very strange instabilities
when using DVD-ROM force me to upgrade.

In 2.4 times updating and building kernels really was
much less of a hassle.


Regards,
Peter


Top
   
PostPosted: Mon May 01, 2006 12:40 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
Hi Peter ...

The linux-image-2.6.15-1-powerpc kernel currently in etch/testing should work without problems.

The 2.6.16 kernel is particular, because we went through the ARCH=ppc to ARCH=powerpc migration, and this caused some trouble in debian's mkvmlinuz implementation, which need some work. I have been actively working on this since the last two weeks, but interspaced with other (firmware mostly) work. Please expect a resolution to this in the next few weeks.

That said, the debian 2.6.16 kernel will not be moved to testing unless this is fixed, which is the reason for debian's two-stage devel archive. Unstable/sid can possibly be broken, but testing/etch should be almost always in a releasable state.

So, don't worry, things are under control, they just need a bit more work right now.

Friendly,

Sven Luther


Top
   
PostPosted: Mon May 01, 2006 7:06 am 
Offline

Joined: Tue Nov 02, 2004 6:17 am
Posts: 28
Hello Sven,

thanks a lot for those hints! 2.6.15-1-powerpc/testing
boots fine so far.

Only 2 problems, that I had also with the kernel from
ppckernel.org, remain:

My PS2-keyboard ist not found, I have to use it on USB.
And more of a problem: Sound hardware is not initialized:

snd_timer: Unknown symbol snd_info_register
[...]
snd_pcm: Unknown symbol snd_info_register
[...]
snd_ac97_codec: Unknown symbol snd_info_register
[...]


Top
   
PostPosted: Fri May 05, 2006 5:27 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
Quote:
Hello Sven,

thanks a lot for those hints! 2.6.15-1-powerpc/testing
boots fine so far.

Only 2 problems, that I had also with the kernel from
ppckernel.org, remain:

My PS2-keyboard ist not found, I have to use it on USB.
you need to load the atkbd and i8042 modules. They should be included by your ramdisk generator, if they are not, please file a bug report.

Maybe psmouse also if you have a ps2 mouse too.
Quote:
And more of a problem: Sound hardware is not initialized:

snd_timer: Unknown symbol snd_info_register
[...]
snd_pcm: Unknown symbol snd_info_register
[...]
snd_ac97_codec: Unknown symbol snd_info_register
[...]
Mmm, you are missing some sound/alsa stuff. I don't know which one, last i tried a clean install, sound worked out of the box for me, so maybe try dpkg-reconfiguring the alsa stuff.

Friendly,

Sven Luther[/quote]


Top
   
PostPosted: Sun May 07, 2006 11:18 am 
Offline

Joined: Tue Nov 02, 2004 6:17 am
Posts: 28
Hi Sven,
Quote:

you need to load the atkbd and i8042 modules. They should be included by your ramdisk generator, if they are not, please file a bug report.

[...]
which one, last i tried a clean install, sound worked out of the box for me, so maybe try dpkg-reconfiguring the alsa stuff.

Sven Luther
Thank you again. Invoking alsaconf fixed it.

Adding atkbd and i8042 to /etc/modules helped too.


Many regards,
Peter


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 11 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 9 guests


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

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group