From: Kristian Mueller <kernel@mput.de>
To: Pozsar Balazs <pozsy@uhulinux.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: suspend not working on macbook pro
Date: Tue, 18 Mar 2008 06:15:18 +0100 [thread overview]
Message-ID: <1205817318.7840.21.camel@mac> (raw)
In-Reply-To: <20080308110626.GE4491@ojjektum.uhulinux.hu>
Hi pozsy
On Mar 8, 12:20 pm, Pozsar Balazs <po...@uhulinux.hu> wrote:
> I'm using a macbook pro 3,1 (mid-2007), and suspend worked ok with
> kernel 2.6.23.x, but with 2.6.25-rc{1,2,3,4} it just freezes during
> suspend. The console is still on, the disk is powered off, but no
> response or poweroff...
I've had the same problem (tried with 2.6.25-rc3, -rc5 and -rc6).
Got a MacBook Pro 2,2 (first Core 2 Duo series) here.
> Did anyone else met the same thing? How could I help debug it?
> What other info would you need?
I've solved some issues, using "init=/bin/sh" in the kernel commandline.
You can then call "/usr/sbin/pm-suspend" and system will actually output
messages while suspending - does not happen with normal Ubuntu init.
The first issue I got was the "hangs after Suspending console(s)"
Solution: kernel command line += "no_console_suspend"
The 2nd one is a problem with /dev/hda (CDROM) error "drive not ready".
I could kind of solve this by not using the piix driver from the
"ATA/ATAPI/MFM/RLL" section anymore. I only use ata_piix driver from the
Serial ATA section now, which seems to support the CD drive to.
Well, after that my system goes into suspend. yay!, but when it wakes
up. I get the following sequenze:
- Fan starts running
- Sound klicks softly
- CD drive makes a short noise
- CD drive makes the same noise again (moving the laser i guess)
- EFI Bootloader appears
(the second CD drive noise is already part of boot sequence -
I am not sure about the first one though)
Anyway, I am not sure if it's nessesary, but I also disabled:
- dynamic tics
- smp
- forced preemption
- modular USB and SATA drivers
I still suspect the CD drive to be a problem. - searching for a way to
disable it for now.
Greetings from Berlin
Kristian
--
/* Web: http://www.mput.de | Jabber: kristian@mput.de *
* Blog: http://mput.de/blog | MSN: mueller.kristian@vdi.de *
* Wiki: http://mput.de/wiki | ICQ: 93248497 *
* Tel: 0170/6692447 | GPG-ID: 4BBB6525 (2008 - 2009) */
next prev parent reply other threads:[~2008-03-18 5:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-08 11:06 suspend not working on macbook pro Pozsar Balazs
2008-03-08 19:13 ` Rafael J. Wysocki
2008-03-08 19:28 ` Justin Banks
2008-03-09 9:01 ` Pavel Machek
2008-03-21 8:56 ` Pozsar Balazs
2008-03-21 16:56 ` Rafael J. Wysocki
2008-04-03 12:10 ` Pozsar Balazs
2008-04-03 15:11 ` Rafael J. Wysocki
2008-04-03 20:05 ` Wilfried Klaebe
2008-04-07 21:29 ` Pozsar Balazs
2008-03-18 5:15 ` Kristian Mueller [this message]
2008-03-20 20:14 ` Pavel Machek
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=1205817318.7840.21.camel@mac \
--to=kernel@mput.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pozsy@uhulinux.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.