Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-29 Thread Kai Weber
* Nicolas Boichat <[EMAIL PROTECTED]>: > > What else does the AppleSmc.efi do? > > Never heard about this. I'm not an EFI specialist at all, what should I > do to access it? Better, could you send this file to me off-list? Thanks. I read about it on the OSX86 forum. Just do a search on Google, t

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-28 Thread Nicolas Boichat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Kai Weber wrote: > * Nicolas Boichat <[EMAIL PROTECTED]>: > >> The fans are controlled by the SMC (i.e. by the hardware). I'm almost >> certain OS X doesn't change anything about the behaviour of the chip. > > I would guess it's a combination

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-28 Thread Kai Weber
* Sheer El-Showk <[EMAIL PROTECTED]>: > are and control how often the fans start up. Anyone know a tool that > can plot/store fan vs temperature data in OS X? http://bresink.de/osx/HardwareMonitor.html I ordered it for 7 € and run it since some weeks. I had no time to plot the curves, yet. Kai

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-28 Thread Kai Weber
* Nicolas Boichat <[EMAIL PROTECTED]>: > The fans are controlled by the SMC (i.e. by the hardware). I'm almost > certain OS X doesn't change anything about the behaviour of the chip. I would guess it's a combination of hardware and software. Else the various firmware updates for SMC which adjuste

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-28 Thread Sheer El-Showk
Well, I'd hardly call my testing scientific but I did print out the output of all the temperature sensors in /sys/devices/platform/applesmc and found that they were mostly not that high compared to what I got on OS X so it would be weird if there were other sensors elsewhere that were very high. S

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-27 Thread Nicolas Boichat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sheer El-Showk wrote: > I just ran 2.6.20 with a patched ati 8.34.8 driver (don't have the > link handy) but when i tried to suspend using the suspend option on > shutdown the machine suspended and wouldn't come back to life. Maybe > I should have jus

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-03-27 Thread Sheer El-Showk
I just ran 2.6.20 with a patched ati 8.34.8 driver (don't have the link handy) but when i tried to suspend using the suspend option on shutdown the machine suspended and wouldn't come back to life. Maybe I should have just tried to close the lid. There were a few other things that did not seem to

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-28 Thread Michael Gangolf
Am Mittwoch, 28. Februar 2007 09:04:41 schrieb Michael Gangolf: > > Could you post the output of: > > > > cat /sys/power/state > > ~ # cat /sys/power/state > mem disk > > (MacbookPro CoreDuo) > > When I do 'echo mem > /sys/power/state' I end up with a blinking cursor on > a black background. No res

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-28 Thread Michael Gangolf
> Could you post the output of: > > cat /sys/power/state ~ # cat /sys/power/state mem disk (MacbookPro CoreDuo) When I do 'echo mem > /sys/power/state' I end up with a blinking cursor on a black background. No resume. But when I hold the power-button down to reboot, the LED in front went to th

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Nicolas Bock
$ ls -lh /sys/power/ total 0 -rw-r--r-- 1 root root 4.0K Feb 27 16:24 state On Tue, 2007-02-27 at 22:08 +0100, Tino Keitel wrote: > On Tue, Feb 27, 2007 at 09:34:19 -0700, Nicolas Bock wrote: > > hi Daniel, > > > > I have a MacBook with a Core Duo, running 2.6.20 with the mactel-linux > > patch

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Nicolas Bock
$ cat /sys/power/state standby mem On Tue, 2007-02-27 at 22:08 +0100, Tino Keitel wrote: > On Tue, Feb 27, 2007 at 09:34:19 -0700, Nicolas Bock wrote: > > hi Daniel, > > > > I have a MacBook with a Core Duo, running 2.6.20 with the mactel-linux > > patches. The echo command does not work here

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Tino Keitel
On Tue, Feb 27, 2007 at 09:34:19 -0700, Nicolas Bock wrote: > hi Daniel, > > I have a MacBook with a Core Duo, running 2.6.20 with the mactel-linux > patches. The echo command does not work here. I get this error message: > > write error: Operation not permitted > > I am root by the way, and the

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Thomas Perl
Hello Jason, On Tue, 27 Feb 2007 12:11:19 -0500 Jason Parekh wrote: > I'm curious how far you're able to get with suspending (I have a Core > Duo MacBook that I can't get to suspend). I'd also be interested in getting my MacBook1,1 to suspend reliably. Any hints for kernel version + config + patc

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Nicolas Bock
Yes, I tried sudo su - nick On Tue, 2007-02-27 at 12:11 -0500, Jason Parekh wrote: > Hey nick, > > Are you using sudo to get root priv? If so, try either: > > sudo su > > or > > sudo sh -c "echo mem > /sys/power/state" > > I'm curious how far you're able to get with suspending (I have a C

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Jason Parekh
Hey nick, Are you using sudo to get root priv? If so, try either: sudo su or sudo sh -c "echo mem > /sys/power/state" I'm curious how far you're able to get with suspending (I have a Core Duo MacBook that I can't get to suspend). Hope this works, jason On 2/27/07, Nicolas Bock <[EMAIL PROTE

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-27 Thread Nicolas Bock
hi Daniel, I have a MacBook with a Core Duo, running 2.6.20 with the mactel-linux patches. The echo command does not work here. I get this error message: write error: Operation not permitted I am root by the way, and the file /sys/power/state is writable to root. Does anyone know what's going on

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-26 Thread Patrick Martini
Hi, I have a c2d i have compiled the 2.6.20 kernel with your .config file but I receive alway a Kernel Panic - VFS: unable to mount root . I have append in the lilo.conf "noapic acpi=force irqpoll". Have you some tips for me ? thanks and sorry for the newbie question Patrick daniel g. siegel

Re: [Mactel-linux-users] suspend2ram working with mbp

2007-02-25 Thread daniel g. siegel
On So, 2007-02-25 at 18:17 +0100, daniel g. siegel wrote: > hi! > > just wanted to inform you, that suspend to ram is working now with the > newest proprietary ati-drivers 8.33.6 on the macbook pros (mine is a > c2d). > you just have to execute "echo mem > /sys/power/state" without any > vbetool s

[Mactel-linux-users] suspend2ram working with mbp

2007-02-25 Thread daniel g. siegel
hi! just wanted to inform you, that suspend to ram is working now with the newest proprietary ati-drivers 8.33.6 on the macbook pros (mine is a c2d). you just have to execute "echo mem > /sys/power/state" without any vbetool stuff. i have tested it with ndiswrapper and sky2 loaded and it seems to