You are not logged in.

#1 2015-05-19 00:44:01

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Macbook Pro mid-2014 strange issues

Hello,

I have a mbp 11,1 (mid-2014) and I have to kinda strange problem.
First, while the CPU is idle (90% idle powertop says) the heat is ~50-60C, which is weird. Normally, that would be 30-35C (when I had gentoo).
Also the battery does not last that much, but I think that's due to the heat problem.

Secondly, I have dwmstatus which reports battery percentage. It just reads /sys/class/power_suuply/BAT0/capacity but at the second suspend-resume cycle, the process falls at "D" state (can't be killed and I can't cat the capacity manually either) and fails to suspend/poweroff/reboot/resume (if it was suspended for third time).

The main problem is that I don't know where/what to look. dmesg according to my opinion does not show anything interesting.

Thank you.

Offline

#2 2015-05-19 05:21:16

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: Macbook Pro mid-2014 strange issues

also check error messages with

less | journalctl -b 

Offline

#3 2015-05-21 00:47:14

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

Malkymder wrote:

also check error messages with

less | journalctl -b 

Nothing interesting...

Offline

#4 2015-05-25 06:50:09

SunBey
Member
Registered: 2015-05-17
Posts: 9

Re: Macbook Pro mid-2014 strange issues

it would be very interesting to know if you use the discret GC or the intel?
Or do you use booth?
On a MBP it would be the best to run only the intel because of heat problems.
If you play games or use intense 3d apps and you need the discrete GC ...... the heat problem will stay.

I didn't found a way to use my AMD / ATI GC without a heat problem.

If you want to try to disable it take a look here:
https://bbs.archlinux.org/viewtopic.php?id=197778

Last edited by SunBey (2015-05-25 06:50:34)

Offline

#5 2015-05-25 10:35:32

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

SunBey wrote:

it would be very interesting to know if you use the discret GC or the intel?

I have only intel GC. There's no discrete in this model

Offline

#6 2015-05-25 14:14:58

SunBey
Member
Registered: 2015-05-17
Posts: 9

Re: Macbook Pro mid-2014 strange issues

Ok i see....bad first shot wink

here you go a complete tut for your MBP including "Post-installation" settings for more powersaving!
http://loicpefferkorn.net/2015/01/arch- … d-to-disk/

i have "stolen" some nice configuration tricks from that guy for my old MBP early 2011......and it works!

Hope that will help you!

Offline

#7 2015-05-25 14:30:21

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

SunBey wrote:

Ok i see....bad first shot wink

here you go a complete tut for your MBP including "Post-installation" settings for more powersaving!
http://loicpefferkorn.net/2015/01/arch- … d-to-disk/

i have "stolen" some nice configuration tricks from that guy for my old MBP early 2011......and it works!

Hope that will help you!

I've done all these... hmm

Last edited by ttouch (2015-05-25 14:30:38)

Offline

#8 2015-05-25 15:16:45

SunBey
Member
Registered: 2015-05-17
Posts: 9

Re: Macbook Pro mid-2014 strange issues

ok a wild guess......
Bluetooth - isight - and Wlan is on?
If you dont use it shut it down!

if dmesg couldn't give you a hint ..... and the log dosn't give a failure .....
This is somethings for the "Pro" users here wink

Offline

#9 2015-05-25 20:48:07

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

SunBey wrote:

ok a wild guess......
Bluetooth - isight - and Wlan is on?
If you dont use it shut it down!

if dmesg couldn't give you a hint ..... and the log dosn't give a failure .....
This is somethings for the "Pro" users here wink

Bluetooth disabled.
I don't have iSight, i have Facetime HD and there's no linux support (yet).
It's PCI Express.
Wlan is (almost) always in use.
But when I had OS X and used just wifi (no bt or facetime) the temp was around 35-40 C.
I've searched each and every corner of the web
The only left is TOR tongue

*casting arch gods* please help me...

PS: Thanks for your time, double checking all these is crucial, not just for me, but for future readers too.

Offline

#10 2015-06-01 00:55:20

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

ok, i think i found something out.
PowerTOP reports 30-60 events/s for od_dbs_timer.
This has to do something with the ondemand governor.
What can I do to reduce/disable it?

Offline

#11 2015-06-04 22:19:16

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

bump...

Offline

#12 2015-06-17 01:36:06

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

Wow, I found the problem (but not the solution...)
http://i60.tinypic.com/2hcqp94.jpg

It's acpi's problem, with acpi=off everything runs smooth.
Also I updated ACPI and now after 20-30s of boot, the whole machine just freezes, acpi=off fixes the problem (but disables half the laptop's functions...)

I googled the messages and I found nothing.

I also disabled any power handling process (cpupower, etc.)

Moderator edit [ewaller] changed img tags for over sized image to url tags.

Last edited by ewaller (2015-06-17 03:53:59)

Offline

#13 2015-06-18 09:02:22

ttouch
Member
From: /dev/null
Registered: 2012-05-27
Posts: 130
Website

Re: Macbook Pro mid-2014 strange issues

Ugh, I feel stupid.
The problem was a udev rule I added that caused an infinite loop in acpi.
I don't know the exact udev rule (I disabled several) but now everything runs super smooth.
The temperatures are fine (~45 C), the battery life is good and no more hangs.

Offline

Board footer

Powered by FluxBB