From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or
maxcpus=1
Date: Fri, 19 Aug 2011 22:16:57 GMT
Message-ID: <201108192216.p7JMGv4v017658@demeter2.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from demeter2.kernel.org (demeter2.kernel.org [140.211.167.42])
by gabe.freedesktop.org (Postfix) with ESMTP id 87CD99E7F2
for ;
Fri, 19 Aug 2011 15:16:58 -0700 (PDT)
Received: from demeter2.kernel.org (localhost.localdomain [127.0.0.1])
by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7JMGwa3017659
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
for ; Fri, 19 Aug 2011 22:16:58 GMT
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=13170
--- Comment #65 from Francisco 2011-08-19 22:16:52 ---
Thanks for the link dentament!, I followed step by step the instructions from
your first link to compile grub-efi 1.99 (using bzr), with architecture x86_64.
I put this new grub efi, with the following grub.cfg entry, into my /efi/grub
folder under the MacOs partition (using rEfit to boot).
======================================================
set debug=video
insmod efi_gop
menuentry "Linux (2 cores) - without bios dump)" {
search --file --no-floppy --set=root /vmlinuz
fakebios
linux /vmlinuz root=/dev/sda4 video=efifb
initrd /initrd.img
}
======================================================
My macbook 5,2 is booting with both kernels, acpi, and the 4Gb
of RAM. Suspend and restart work. I am using Ubuntu Natty,
default shell, 3d effects, "32 bits" kernel 2.6.38-11 and nvidia drivers
(suggested by ubuntu - 270.41.06). I installed this Linux from the
standard 32 bits Desktop CD.
Screen brightness doesn't work now, but I remember some time ago that
it took me a while to get it working but it can be done.
The bug that you mention about the CPU throttling is not happening
here, I can change the speed and it gets reflected in the
right place (based on what the bug explains):
$ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
2128000
$ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
2128000
As one can always ask for more..., this is the output of free:
total used free shared buffers cached
Mem: 2829980 929848 1900132 0 78112 351680
-/+ buffers/cache: 500056 2329924
So it's not 4Gb (as far as I can see) but I am sure they are somewhere down
there...
I am glad to help to anyone giving more info about my system.
Thanks!,
Francisco
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.