* 2.2.15pre11 on PB Lombard
[not found] <200003070559.XAA13652@lists.linuxppc.org>
@ 2000-03-07 21:32 ` Derek Homeier
2000-03-07 22:20 ` Claudio Nieder
2000-03-08 9:53 ` Benjamin Herrenschmidt
0 siblings, 2 replies; 7+ messages in thread
From: Derek Homeier @ 2000-03-07 21:32 UTC (permalink / raw)
To: linuxppc-dev
Hi all,
has anyone got the latest kernel from paulus's stable tree running on
a 1999 powerbook? It panicks invariably after hda and hcd are initialized.
xmon tells the following:
Floppy drive(s): fd0 is 2.88M
Machine check in kernel mode (regsat c03fdd90)
caused by (from srr1): Unknown udm in srr1
^^^<- not sure about this bit, my handwriting
really leaves to be improved...:(
NIP: C00D0D54 XER:20000000 LR: C00D0D30 REGS: 03fdd90 TRAP: 0200
MSR: 00009030 [EEIRDRME]
TASK=c03fc000[1] 'swapper' mm->pdg c0162000 last syscall:120
... some 2^4 adresses or so follow, which I could write down if anyone
will find them useful. I can't get anything beyond that, because xmon
prints everything else black on black!
This happens both with CONFIG_MAC_FLOPPY set or unset (the above is without
floppy driver)
Grateful for any pointers,
Derek
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-07 21:32 ` 2.2.15pre11 on PB Lombard Derek Homeier
@ 2000-03-07 22:20 ` Claudio Nieder
2000-03-08 9:56 ` Benjamin Herrenschmidt
2000-03-08 9:53 ` Benjamin Herrenschmidt
1 sibling, 1 reply; 7+ messages in thread
From: Claudio Nieder @ 2000-03-07 22:20 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]
Hi,
> has anyone got the latest kernel from paulus's stable tree running on
$ uname -a
Linux localhost 2.2.15pre11 #4 Mon Mar 6 16:17:02 CET 2000 ppc unknown
compiled with
$ gcc --version
egcs-2.91.66
and used the .config as it was rsynced from linuxcare.
> a 1999 powerbook? It panicks invariably after hda and hcd are initialized.
I have a 400MHz Lombard with 128MB Ram.
No panics for me.
$ dmesg
...
hda: TOSHIBA MK6409MAV, ATA DISK drive
hdc: MATSHITADVD-ROM SR-8171, ATAPI CDROM drive
ide0 at 0x82820000-0x82820007,0x82820160 on irq 13
ide1 at 0x82821000-0x82821007,0x82821160 on irq 14
hda: Enabling MultiWord DMA 2
hda: TOSHIBA MK6409MAV, 6194MB w/0kB Cache, CHS=13424/15/63, (U)DMA
hdc: Enabling MultiWord DMA 2
ohci-control thread code for 0xc04cd020 code at 0xc016f264
New USB bus registered, assigned bus number 1
hdc: ATAPI 20X DVD-ROM drive, 512kB Cache
Uniform CDROM driver Revision: 2.56
scsi0 : MESH
...
hda: Enabling MultiWord DMA 2
hdc: Enabling MultiWord DMA 2
ide1: unexpected interrupt, status=0x00, count=1
phy registers:
3500 7849 2000 5c10 01e1 0000 0004 2001
0000 0000 0000 0000 0000 0000 0000 0000
0200 0000 0000 0000 0000 0000 0020 0000
0000 0000 002b 0100 0006 0f00 0000 0000
adb devices: [2]: 2 c4 [3]: 3 1 [7]: 7 1f
...
claudio
--
Claudio Nieder, Kanalweg 1, CH-8610 Uster ,'`.,'`.,'`.,'`.,'`.,'`.,'`
mailto:private@claudio.ch http://www.claudio.ch phone:+41 79 357 6743
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2070 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-07 21:32 ` 2.2.15pre11 on PB Lombard Derek Homeier
2000-03-07 22:20 ` Claudio Nieder
@ 2000-03-08 9:53 ` Benjamin Herrenschmidt
2000-03-09 17:46 ` Derek Homeier
1 sibling, 1 reply; 7+ messages in thread
From: Benjamin Herrenschmidt @ 2000-03-08 9:53 UTC (permalink / raw)
To: Derek Homeier, linuxppc-dev
On Tue, Mar 7, 2000, Derek Homeier <supas100@astrophysik.uni-kiel.de> wrote:
>... some 2^4 adresses or so follow, which I could write down if anyone
>will find them useful. I can't get anything beyond that, because xmon
>prints everything else black on black!
>
>This happens both with CONFIG_MAC_FLOPPY set or unset (the above is without
>floppy driver)
Check that you didn't include inadvertently the legacy PC floppy driver
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-07 22:20 ` Claudio Nieder
@ 2000-03-08 9:56 ` Benjamin Herrenschmidt
2000-03-08 12:33 ` Claudio Nieder
0 siblings, 1 reply; 7+ messages in thread
From: Benjamin Herrenschmidt @ 2000-03-08 9:56 UTC (permalink / raw)
To: Claudio Nieder, linuxppc-dev
On Tue, Mar 7, 2000, Claudio Nieder <private@claudio.ch> wrote:
>hda: Enabling MultiWord DMA 2
>hdc: Enabling MultiWord DMA 2
>ide1: unexpected interrupt, status=0x00, count=1
Hum... I should make sure not to enable interrupts when setting the disk
features... I'll fix that asap.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-08 9:56 ` Benjamin Herrenschmidt
@ 2000-03-08 12:33 ` Claudio Nieder
0 siblings, 0 replies; 7+ messages in thread
From: Claudio Nieder @ 2000-03-08 12:33 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Hi,
> >hda: Enabling MultiWord DMA 2
> >hdc: Enabling MultiWord DMA 2
> >ide1: unexpected interrupt, status=0x00, count=1
>
> Hum... I should make sure not to enable interrupts when setting the disk
> features... I'll fix that asap.
oops, I forgot to mention, that I boot using BootX version 1.1.1
claudio
--
Claudio Nieder, Kanalweg 1, CH-8610 Uster ,'`.,'`.,'`.,'`.,'`.,'`.,'`
mailto:private@claudio.ch http://www.claudio.ch phone:+41 79 357 6743
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2070 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-08 9:53 ` Benjamin Herrenschmidt
@ 2000-03-09 17:46 ` Derek Homeier
2000-03-10 15:03 ` Derek Homeier
0 siblings, 1 reply; 7+ messages in thread
From: Derek Homeier @ 2000-03-09 17:46 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
On Wed, 8 Mar 2000, Benjamin Herrenschmidt wrote:
> On Tue, Mar 7, 2000, Derek Homeier <supas100@astrophysik.uni-kiel.de> wrote:
>
> >... some 2^4 adresses or so follow, which I could write down if anyone
> >will find them useful. I can't get anything beyond that, because xmon
> >prints everything else black on black!
> >
> >This happens both with CONFIG_MAC_FLOPPY set or unset (the above is without
> >floppy driver)
>
> Check that you didn't include inadvertently the legacy PC floppy driver
>
Oh right, CONFIG_BLK_DEV_FD dunnit! I wonder how I came to include it, since
I usually start with pmac_defconfig and from that only remove stuff I don't
need, except for few things like the USB drivers. It boots, however, and
I even got the SUN12x22 font to work now, thank you!
What's still causing problems is the DMA code, however. There's still the
: hda: Enabling MultiWord DMA 2
: hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
: hdc: packet command error: error=0x54
: ATAPI device hdc:
: Error: Illegal request -- (Sense key=0x05)
: Invalid field in command packet -- (asc=0x24, ascq=0x00)
: The failed "Start Stop Unit" packet command was:
: "1b 00 00 00 03 00 00 00 00 00 00 00 "
: cdrom: open failed.
error on startup. I can't see if this is directly causing any problems, but
the performance for hdc is frequently down to 0.8 MB/s. Apparently ejecting
and reloading the disk is sufficient to bring it back to 1.6 MB/s, but after
returning from sleep it's down again (this is the 24X CD-ROM on a 333 MHz
PB 101, FYI). Well, at least I found an easy workaround now...
I also noticed that power consumption during sleep had dramatically increased
with the previous 2.2.15pre kernels; I'm currently checking out if that problem
persists.
Thanks again,
Derek
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.2.15pre11 on PB Lombard
2000-03-09 17:46 ` Derek Homeier
@ 2000-03-10 15:03 ` Derek Homeier
0 siblings, 0 replies; 7+ messages in thread
From: Derek Homeier @ 2000-03-10 15:03 UTC (permalink / raw)
To: linuxppc-dev
On Thu, 9 Mar 2000, Derek Homeier wrote:
>
> I also noticed that power consumption during sleep had dramatically increased
> with the previous 2.2.15pre kernels; I'm currently checking out if that problem
> persists.
>
Seems as it is still there, the battery is discharged by approx. 40% during
24 hours of sleep w/ 2.2.15pre11, while it used to be ~10%. I think it was
even more (>60%) with 2.2.15pre3-7. Has anyone else seen this?
The sound module was unloaded and the CD drive empty.
Derek
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2000-03-10 15:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200003070559.XAA13652@lists.linuxppc.org>
2000-03-07 21:32 ` 2.2.15pre11 on PB Lombard Derek Homeier
2000-03-07 22:20 ` Claudio Nieder
2000-03-08 9:56 ` Benjamin Herrenschmidt
2000-03-08 12:33 ` Claudio Nieder
2000-03-08 9:53 ` Benjamin Herrenschmidt
2000-03-09 17:46 ` Derek Homeier
2000-03-10 15:03 ` Derek Homeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).