public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Keith Conger <keith.conger@gmail•com>
To: Benjamin Herrenschmidt <benh@kernel•crashing.org>,
	"debian-powerpc@lists•debian.org"
	<debian-powerpc@lists•debian.org>,
	linuxppc-dev list <linuxppc-dev@ozlabs•org>
Subject: Re: TEST: Sleep patch #4
Date: Mon, 22 Nov 2004 11:58:25 -0500	[thread overview]
Message-ID: <4517b8e0411220858256619b4@mail.gmail.com> (raw)
In-Reply-To: <4517b8e04112208383cc9b24c@mail.gmail.com>

Hi,

Two things I forgot to include, the sound problem happens with or
without going to sleep. Also here is something that apears in my
dmesg:
Oops: kernel access of bad area, sig: 11 [#3]
PREEMPT
NIP: D22FB074 LR: D22FB8C0 SP: C548FDB0 REGS: c548fd00 TRAP: 0300   
Not taintedMSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
DAR: D23032A4, DSISR: 40000000
TASK = cfe60c90[10505] 'gst-launch-0.8' THREAD: c548e000Last syscall: 4
GPR00: 000007FC C548FDB0 CFE60C90 CDE724A0 C0BA6AA0 C0BA6580 00000200 00000B03
GPR08: C0BA6AE8 D2302AA8 000007FC D2302AE8 CDE72244 1001C6C4 00000014 10021340
GPR16: 00000003 100213F8 00000000 10021340 3007502C 00001000 1002D028 00000000
GPR24: 00000000 00000000 C07579A0 00000000 C0BA6AA0 CDE72510 CDE724A0 00000200
NIP [d22fb074] resample_expand+0x44/0x35c [snd_pcm_oss]
LR [d22fb8c0] rate_transfer+0x80/0x88 [snd_pcm_oss]
Call trace:
 [d22fb8c0] rate_transfer+0x80/0x88 [snd_pcm_oss]
 [d22f8798] snd_pcm_plug_write_transfer+0xd4/0x14c [snd_pcm_oss]
 [d22f3520] snd_pcm_oss_write2+0xb0/0x128 [snd_pcm_oss]
 [d22f3774] snd_pcm_oss_write1+0x1dc/0x20c [snd_pcm_oss]
 [d22f6180] snd_pcm_oss_write+0x64/0xb4 [snd_pcm_oss]
 [c0069c44] vfs_write+0xdc/0x158
 [c0069da4] sys_write+0x50/0x94
 [c0007e30] ret_from_syscall+0x0/0x4c
adt746x: Setting speed to: 128 for CPU fan.
adt746x: Stopping CPU fan.
adt746x: Setting speed to: 0 for CPU fan.
adt746x: Setting speed to: 128 for CPU fan.
Oops: kernel access of bad area, sig: 11 [#4]
PREEMPT
NIP: D22FB074 LR: D22FB8C0 SP: C5C33DB0 REGS: c5c33d00 TRAP: 0300   
Not taintedMSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
DAR: D23032A4, DSISR: 40000000
TASK = c78cac90[10759] 'gst-launch-0.8' THREAD: c5c32000Last syscall: 4
GPR00: 000007FC C5C33DB0 C78CAC90 CDE724A0 CF2D97C0 CFFD7BA0 00000200 00000B03
GPR08: C0BA6A88 D2302AA8 000007FC D2302AE8 CDE72844 1001C6C4 00000014 10021340
GPR16: 00000003 100213F8 00000000 10021340 3007502C 00001000 1002D028 00000000
GPR24: 00000000 00000000 C07579A0 00000000 CF2D97C0 CDE72510 CDE724A0 00000200
NIP [d22fb074] resample_expand+0x44/0x35c [snd_pcm_oss]
LR [d22fb8c0] rate_transfer+0x80/0x88 [snd_pcm_oss]
Call trace:
 [d22fb8c0] rate_transfer+0x80/0x88 [snd_pcm_oss]
 [d22f8798] snd_pcm_plug_write_transfer+0xd4/0x14c [snd_pcm_oss]
 [d22f3520] snd_pcm_oss_write2+0xb0/0x128 [snd_pcm_oss]
 [d22f3774] snd_pcm_oss_write1+0x1dc/0x20c [snd_pcm_oss]
 [d22f6180] snd_pcm_oss_write+0x64/0xb4 [snd_pcm_oss]
 [c0069c44] vfs_write+0xdc/0x158
 [c0069da4] sys_write+0x50/0x94
 [c0007e30] ret_from_syscall+0x0/0x4c



On Mon, 22 Nov 2004 11:38:09 -0500, Keith Conger <keith.conger@gmail•com> wrote:
> Hi,
> 
> Works great here also (15" 1GHz PB). One issue which may be unrelated
> I have some sound issues. For instance one a sound is played it sounds
> fine but if a sound is played right after its volume is extremely low.
> But with headphones this doesn't occur.
> 
> Thanks again for your hard work.
> 
> Keith
> 
> 
> 
> 
> On Mon, 22 Nov 2004 13:29:44 +0000, Sean Neakums <sneakums@zork•net> wrote:
> > Benjamin Herrenschmidt <benh@kernel•crashing.org> writes:
> >
> > > Ok, here's the 4th iteration of the patch. It includes John Steele
> > > Scott fixes for cpufreq and the sound driver and fixes a problem
> > > where memory refresh wouldn't properly be re-enabled on the video
> > > chip upon wakeup. I also cleaned a bit more the MDLL reset code for
> > > r300, plus a couple of other things.
> > >
> > > http://gate.crashing.org/~benh/albook-ibookg4-sleep-4.diff
> >
> > Works great now (15" 1.5GHz PB).
> >
> > Many thanks!
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-powerpc-REQUEST@lists•debian.org
> > with a subject of "unsubscribe". Trouble? Contact listmaster@lists•debian.org
> >
> >
> 
> 
> --
> Keith Conger
> keith DOT conger AT gmail DOT com
> http://pimpstation.org
> 


-- 
Keith Conger
keith DOT conger AT gmail DOT com
http://pimpstation.org

  reply	other threads:[~2004-11-22 16:58 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-19  6:56 TEST: Sleep suppport for iBook G4 & Aluminium PowerBooks (ATI based) Benjamin Herrenschmidt
2004-11-19  8:50 ` David Woodhouse
2004-11-19 10:33   ` Benjamin Herrenschmidt
2004-11-19 11:06 ` Gabriel Paubert
2004-11-19 22:14   ` Benjamin Herrenschmidt
2004-11-19 19:02 ` Olof Johansson
     [not found] ` <1100852423.3855.2.camel@gaston>
2004-11-21  0:01   ` Benjamin Herrenschmidt
2004-11-21  3:00     ` Armando Di Cianno
2004-11-21  7:11       ` Benjamin Herrenschmidt
2004-11-21 17:37     ` Olof Johansson
2004-11-21 21:36       ` Benjamin Herrenschmidt
2004-11-22  8:25       ` David Woodhouse
2004-11-22  0:32   ` TEST: Sleep patch #4 Benjamin Herrenschmidt
2004-11-22  3:12     ` Armando Di Cianno
2004-11-22 13:29     ` Sean Neakums
2004-11-22 16:38       ` Keith Conger
2004-11-22 16:58         ` Keith Conger [this message]
2004-11-22 21:48           ` Benjamin Herrenschmidt
2004-11-22 18:36         ` Sean Neakums
2004-11-22 21:52           ` Benjamin Herrenschmidt
2004-11-23  8:27             ` Sean Neakums
2004-11-23 23:25               ` Benjamin Herrenschmidt
2004-11-23  7:58           ` Guido Guenther
2004-11-23  8:40             ` Sean Neakums
2004-11-22 21:13         ` Michel Dänzer
2004-11-22 21:48         ` Benjamin Herrenschmidt
2004-11-22 17:04     ` Michael Schmitz
2004-11-22 21:50       ` Benjamin Herrenschmidt
2004-11-23  8:05         ` Michael Schmitz
2004-11-23 12:28         ` Michael Schmitz
2004-11-23 23:27           ` Benjamin Herrenschmidt
2004-11-23  1:40     ` Chris Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4517b8e0411220858256619b4@mail.gmail.com \
    --to=keith.conger@gmail$(echo .)com \
    --cc=benh@kernel$(echo .)crashing.org \
    --cc=debian-powerpc@lists$(echo .)debian.org \
    --cc=linuxppc-dev@ozlabs$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox