Contribute
Register

safari download freeze everything

Status
Not open for further replies.
Joined
Sep 3, 2011
Messages
145
Motherboard
HP dv7 6154ea (Clover Legacy)
CPU
i7-2630QM/HM65
Graphics
HD3000, 1600x900(HD+)
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
safari freeze everything

hi!
this is the problem, el capitan is very fast on my laptop and i can use safari to surf the web. the problem is when i download a file 'cause it freeze everything and i'm forced to restart my laptop.

any ideas why?


edit:
ok, now it freeze everything only if i open safari.

edit: i patch dsdt for hd3000 high resolution but even if i open safari or chrome or i move some windows the system freeze and i have to force reboot.

What can i do?

i attach a copy of my ioreg and the EFI/CLOVER folder

this is my specs:
Mobo: HP dv7 6154ea (Clover Legacy)
CPU: i7-2630QM/HM65
Graphics: HD3000, 1600x900(HD+)
 

Attachments

  • Andrew’s MacBook Pro.ioreg
    2.3 MB · Views: 101
  • CLOVER.zip
    14.8 MB · Views: 72
hi!
this is the problem, el capitan is very fast on my laptop and i can use safari to surf the web. the problem is when i download a file 'cause it freeze everything and i'm forced to restart my laptop.

any ideas why?


edit:
ok, now it freeze everything only if i open safari.

edit: i patch dsdt for hd3000 high resolution but even if i open safari or chrome or i move some windows the system freeze and i have to force reboot.

What can i do?

i attach a copy of my ioreg and the EFI/CLOVER folder

this is my specs:
Mobo: HP dv7 6154ea (Clover Legacy)
CPU: i7-2630QM/HM65
Graphics: HD3000, 1600x900(HD+)

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Make sure you patch your intel hd3000 with the right config.plist provided in RehabMan's repo
 
ok,

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Andrews-MBP:RehabMan AndrewCullenM$ kextstat|grep -y acpiplat
13 2 0xffffff7f82364000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
Andrews-MBP:RehabMan AndrewCullenM$ kextstat|grep -y appleintelcpu
22 0 0xffffff7f81f8e000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 38E3CB46-539D-3104-AF43-CEF24124B14A <7 6 5 4 3 1>
28 0 0xffffff7f81f89000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 25B44397-83A4-3F4D-89E4-3D45C3EADD04 <7 6 5 4 3 1>
Andrews-MBP:RehabMan AndrewCullenM$ kextstat|grep -y applelpc
84 0 0xffffff7f81e17000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <78 12 5 4 3>
Andrews-MBP:RehabMan AndrewCullenM$





Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Andrews-MBP:RehabMan AndrewCullenM$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
VoodooHDA.kext has incorrect permissions; omitting.
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
Andrews-MBP:RehabMan AndrewCullenM$
 

Attachments

  • CLOVER.zip
    14.8 MB · Views: 58
  • Andrew’s MacBook Pro.ioreg
    2.3 MB · Views: 100
  • RehabMan.zip
    27.4 KB · Views: 59
ok, i update it, now is it ok?
 

Attachments

  • CLOVER.zip
    14.9 MB · Views: 62
Status
Not open for further replies.
Back
Top