Re: Kernel 2.2.14

2000-01-19 Thread Benjamin Herrenschmidt
On Wed, Jan 19, 2000, Kevin Puetz <[EMAIL PROTECTED]> wrote: >ii quik 2.0-2 Bootloader for PowerMac or CHRP systems > >It's the latest that I find packaged for debian, if it's out-of-date please >point me to the correct source. The latest quik can be fetched from:

Re: Kernel 2.2.14

2000-01-19 Thread Benjamin Herrenschmidt
On Tue, Jan 18, 2000, Kevin Puetz <[EMAIL PROTECTED]> wrote: >--- arch/ppc/kernel/head.S.bak Tue Jan 18 14:40:12 2000 >+++ arch/ppc/kernel/head.S Tue Jan 18 17:15:57 2000 >@@ -139,15 +139,16 @@ >.text >.globl _start > _start: >+ .long TOPHYS(__start),0,0 >/*

Re: Kernel 2.2.14

2000-01-18 Thread Kevin Puetz
[EMAIL PROTECTED] said: > >OK, thanks. I was reluctant to make that guess on my own... > >Well, > maybe with this I can build a working kernel again (so that I can > debug >why the serial port on my G3/233DT rev1). It will send but not > recieve - at >least, it never gets any data - no errors. st

Re: Kernel 2.2.14

2000-01-15 Thread BenH
On Fri, Jan 14, 2000, Jason E. Stewart <[EMAIL PROTECTED]> wrote: >Well it boots, but I still don't get access to APM. How does one >configure it? Power management on powerbooks exist but is not APM for now (it's specific). You should get the pmud tool (available somewhere on ftp.linuxppc.org or

Re: Kernel 2.2.14

2000-01-15 Thread Jason E. Stewart
Well it boots, but I still don't get access to APM. How does one configure it? I also don't seem to get access to my PC card enabled USB mouse. I guess I'll have to be more careful and figure out what chipset the card is using. jas.

Re: Kernel 2.2.14

2000-01-15 Thread Jason E. Stewart
I got the code to compile. The issue was in kernel/setup.c:580. The CONFIG_XMON wrapper needed to be up moved around the map_bootx_text() call as such: old code: #ifdef CONFIG_BOOTX_TEXT map_bootx_text(); #endif #ifdef CONFIG_XMON new code: #ifdef CONFIG_XMON #ifdef CONFIG_BOOTX_TEXT

Re: Kernel 2.2.14

2000-01-15 Thread Jason E. Stewart
> "Benjamin" == Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: Benjamin> On Wed, Jan 12, 2000, Sergio Brandano <[EMAIL PROTECTED]> wrote: >> I tried Paul's rsync tree, but still it does not work. The USB >> section does not compile due to two missing files, and the Xpmac >> option is still

Re: Kernel 2.2.14

2000-01-14 Thread Benjamin Herrenschmidt
On Fri, Jan 14, 2000, Kevin Puetz <[EMAIL PROTECTED]> wrote: >OK, thanks. I was reluctant to make that guess on my own... > >Well, maybe with this I can build a working kernel again (so that I can debug >why the serial port on my G3/233DT rev1). It will send but not recieve - at >least, it never

Re: Kernel 2.2.14

2000-01-14 Thread Kevin Puetz
[EMAIL PROTECTED] said: > >I don't have a prom_entry function (pauls rsync from this morning + > your .11 >patches). Are you sure that's the right function name? > Oops, sorry, it's prom_init(). OK, thanks. I was reluctant to make that guess on my own... Well, maybe with this I can build a wo

Re: Kernel 2.2.14

2000-01-14 Thread Kevin Puetz
[EMAIL PROTECTED] said: > You can manually add a temporary fix until my fix is merged: > Edit arch/ppc/kernel/prom.c, in function prom_entry(), at the end, > add: > /* If we are already running at 0xc000, assume the bootloader has > * setup a BAT for us, causing OF returned phys to be bogus

Re: Kernel 2.2.14

2000-01-14 Thread Benjamin Herrenschmidt
On Thu, Jan 13, 2000, Adam C Powell IV <[EMAIL PROTECTED]> wrote: >A "Me too": on StarMax (pmac 4400 clone, 603e-160), 2.2.14 doesn't even start >atyfb (onboard Mach64) or offb (unsupported Cirrus Logic MacPicasso). Quik >(2.0-2) segfaults on me, corrupting my boot blocks, with or without 2.2.14

Re: Kernel 2.2.14

2000-01-13 Thread Adam C Powell IV
Sergio Brandano wrote: > Troubles! > > It crashes my G3-lombard at *every* boot. > I would like to post the kernal messages, but I can not > find the right log. A "Me too": on StarMax (pmac 4400 clone, 603e-160), 2.2.14 doesn't even start atyfb (onboard Mach64) or offb (unsupported Cirrus Log

Re: Kernel 2.2.14

2000-01-12 Thread BenH
On Wed, Jan 12, 2000, Hugh Caley <[EMAIL PROTECTED]> wrote: >Hi, Ben. I don't seen an entry in System.map that contains both "machine" and >"check". There are a whole bunch of "check"'s, however. Machine check is a standard ppc exception that usually happens when trying to use non-existing hard

Re: Kernel 2.2.14

2000-01-12 Thread BenH
I also forgot to mention: The problem I had here was that the debian boot script actually insmod'ed the dumb serial module, thus causing the crash. This is the piece of script that displays "Configuring serial ports".

Re: Kernel 2.2.14

2000-01-12 Thread BenH
On Wed, Jan 12, 2000, Hugh Caley <[EMAIL PROTECTED]> wrote: >I am also getting crashes with the 2.2.14 kernel. I made the ohci changes >mentioned below, and neither parport nor PC serial port is configured ("dumb" >support is configured as a module), but I still get a "machine check" kernel >pani

Re: Kernel 2.2.14

2000-01-12 Thread Benjamin Herrenschmidt
On Wed, Jan 12, 2000, Sergio Brandano <[EMAIL PROTECTED]> wrote: > I tried Paul's rsync tree, but still it does not work. The USB > section does not compile due to two missing files, and the Xpmac > option is still needed (if you disable it, the kernel does not > compile). By leaving the Xpmac opt

Re: Kernel 2.2.14

2000-01-12 Thread Sergio Brandano
I tried Paul's rsync tree, but still it does not work. The USB section does not compile due to two missing files, and the Xpmac option is still needed (if you disable it, the kernel does not compile). By leaving the Xpmac option selected, and desecting the USB one, the kernel compiles, but it

Re: Kernel 2.2.14

2000-01-11 Thread Andreas Tobler
Sergio Brandano wrote: > > Troubles! > > It crashes my G3-lombard at *every* boot. > I would like to post the kernal messages, but I can not > find the right log. > > I would like to try Paul's rsync tree, what is the command? 'rsync -auvz linuxcare.com.au::linux-pmac-stable ' or 'rsync -

Kernel 2.2.14

2000-01-11 Thread Sergio Brandano
Troubles! It crashes my G3-lombard at *every* boot. I would like to post the kernal messages, but I can not find the right log. I would like to try Paul's rsync tree, what is the command? Sergio