Contribute
Register

Time Machine and Flash Player

Status
Not open for further replies.
Joined
May 18, 2014
Messages
202
Motherboard
ASUS S500CA LAPTOP
CPU
Intel Core i5-3317U @ 1.70GHz
Graphics
INTEL HD 4000
Mac
  1. MacBook Air
Classic Mac
  1. Lisa
Mobile Phone
  1. iOS
1.I have build-in 24 GB SSD where is situate Mavericks. 13,18 GB used
Available 10,84 GB
And 500GB internal HDD.
I back up using Time Machine. on 500HD.
Using Unibeast USB , i try to restore.
Well i format 24GB using Utility Disk.
Go to Restore Time Machine.
While the Restore processe is going aprox. at 34% i get en error saying.
' Unable to complete backup. There was an error while copying files to the backup volume>
I click OK , and the backup process goes on ... an finish. With COMPLETE green arrow.
I know from here i have to use unibeat-USB Boot to be able to boot on SSD.
And after install chimera.
The boot was fail, saying <unable to boot , or something like that<
After i boot from unibeast usb to see what is wrong.
Well , SSD was used only 5GB normal when i fresh install it is using 10GB.
So i know 5GB on files Time Machine ignore , and getting that error.
The sizes that I'm writing here are approximate.
Now I'm afraid to use again Time Machine, i have to do a lot of things if i want to install a fresh osx.

So what was the cause of the problem? anyone.


2.Installing Adobe Flash player make my gpu cooler go a bit crazy.
EX: open youtube some kind of video 360 , start spinning slowly. open tonymacx, spinning even more, and the heat generate by it i can feel it with my hand. open activity monitor Memory used 3.2 GB.
2a.Uninstall Flash, normal thing start after reboot no Heat generating, No sound , normal spinning i have to put my ear close to hear something. 2.4GB , the heat i cannot feel it.
All this difference are using only Safari. I don't even try another Browser, my space is limited.
The sizes of GB are in Virtual Memory.
I was try to set HTML5 but not every site is working with.
Youtube have an option to set HTML5 but only for specific videos.

So what is wrong with this annoying plug-in? what do you use?
 
1.I have build-in 24 GB SSD where is situate Mavericks. 13,18 GB used
Available 10,84 GB
And 500GB internal HDD.
I back up using Time Machine. on 500HD.
Using Unibeast USB , i try to restore.
Well i format 24GB using Utility Disk.
Go to Restore Time Machine.
While the Restore processe is going aprox. at 34% i get en error saying.
' Unable to complete backup. There was an error while copying files to the backup volume>
I click OK , and the backup process goes on ... an finish. With COMPLETE green arrow.
I know from here i have to use unibeat-USB Boot to be able to boot on SSD.
And after install chimera.
The boot was fail, saying <unable to boot , or something like that<
After i boot from unibeast usb to see what is wrong.
Well , SSD was used only 5GB normal when i fresh install it is using 10GB.
So i know 5GB on files Time Machine ignore , and getting that error.
The sizes that I'm writing here are approximate.
Now I'm afraid to use again Time Machine, i have to do a lot of things if i want to install a fresh osx.

So what was the cause of the problem? anyone.

As a test, try restoring to a larger HDD.

2.Installing Adobe Flash player make my gpu cooler go a bit crazy.
EX: open youtube some kind of video 360 , start spinning slowly. open tonymacx, spinning even more, and the heat generate by it i can feel it with my hand. open activity monitor Memory used 3.2 GB.

Is power management implemented correctly? Post ioreg if you want me to look: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html
 
Is power management implemented correctly? Post ioreg if you want me to look: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html

I hope so, now I'm confused.. again with this power management!?

my boot flags :

Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
        <string>No</string>
        <key>IGPEnabler</key>
        <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string></string>
    <key>Legacy Logo</key>
    <string>Yes</string>
        <key>Instant Menu</key>
        <string>Yes</string>
        <key>GenerateCStates</key>
        <string>No</string>
        <key>GeneratePStates</key>
        <string>No</string>
        <key>UseKernelCache</key>
        <string>Yes</string>
        <key>DropSSDT</key>
        <string>Yes</string>
</dict>
</plist>
 

Attachments

  • paul’s MacBook Pro.ioreg
    5.2 MB · Views: 133
I hope so, now I'm confused.. again with this power management!?

my boot flags :

Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
        <string>No</string>
        <key>IGPEnabler</key>
        <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string></string>
    <key>Legacy Logo</key>
    <string>Yes</string>
        <key>Instant Menu</key>
        <string>Yes</string>
        <key>GenerateCStates</key>
        <string>No</string>
        <key>GeneratePStates</key>
        <string>No</string>
        <key>UseKernelCache</key>
        <string>Yes</string>
        <key>DropSSDT</key>
        <string>Yes</string>
</dict>
</plist>

CPU PM looks ok, but IGPU power management is not...

It comes for free when you implement backlight control:

HD3000/HD4000 Brightness Fix:
DSDT Patches from here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply:
"Rename GFX0 to IGPU"
"Brightness Fix (HD3000/HD4000)"
- rename patch must be done first and to all DSDT/SSDT that contain references to GFX0 that you're including in your final SSDT set
- Brightness patch must be done to the DSDT or SSDT that contains the definition for Device GFX0 (search for 'Device (GFX0)'
- Place DSDT and SSDT (if necessary) into a place where the bootloader will load them. For Clover, EFI/CLOVER/ACPI/patched (DSDT.aml, SSDT-x.aml where 'x' is a number). For Chameleon, /Extra/ssdt.aml, /Exra/ssdt-1.aml, /Extra/ssdt-2.aml, etc.

Install: https://github.com/RehabMan/OS-X-ACPI-Backlight

Note: Flash is a pig. I wouldn't expect too much from it...
 
CPU PM looks ok, but IGPU power management is not...

It comes for free when you implement backlight control:

HD3000/HD4000 Brightness Fix:
DSDT Patches from here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply:
"Rename GFX0 to IGPU"
"Brightness Fix (HD3000/HD4000)"
- rename patch must be done first and to all DSDT/SSDT that contain references to GFX0 that you're including in your final SSDT set
- Brightness patch must be done to the DSDT or SSDT that contains the definition for Device GFX0 (search for 'Device (GFX0)'
- Place DSDT and SSDT (if necessary) into a place where the bootloader will load them. For Clover, EFI/CLOVER/ACPI/patched (DSDT.aml, SSDT-x.aml where 'x' is a number). For Chameleon, /Extra/ssdt.aml, /Exra/ssdt-1.aml, /Extra/ssdt-2.aml, etc.

Install: https://github.com/RehabMan/OS-X-ACPI-Backlight

Note: Flash is a pig. I wouldn't expect too much from it...


I dont understand one thing , this 2 patches will be applied to my extra/SSDT.aml ??

I don't have a DSDT.aml only if i will compile one.

IGNORE the picture.
 

Attachments

  • Screen Shot 2014-05-29 at 22.20.16.png
    Screen Shot 2014-05-29 at 22.20.16.png
    438.6 KB · Views: 120
I dont understand one thing , this 2 patches will be applied to my extra/SSDT.aml ??

No.

I don't have a DSDT.aml only if i will compile one.

Patches should be applied to your DSDT. You would only apply it to one of the OEM SSDTs if one of them contained your GFX0 device. Your GFX0 device is in DSDT.
 
Patches should be applied to your DSDT. You would only apply it to one of the OEM SSDTs if one of them contained your GFX0 device. Your GFX0 device is in DSDT.


Done. Its working well now, in till now i was using a noob script (blink) to have light.

But now ! BAM! System preference:display:Brightness bar shows up.
I don't even know , how to thank you . You're a gentleman.

BIG UP for Rehabman.
 

Attachments

  • paul’s MacBook Pro2fix.ioreg
    4.7 MB · Views: 146
Done. Its working well now, in till now i was using a noob script (blink) to have light.

But now ! BAM! System preference:display:Brightness bar shows up.
I don't even know , how to thank you . You're a gentleman.

BIG UP for Rehabman.

Glad it worked for you...

Now... I'm sure... on to the next problem.

As far as flash, try different flash players/etc. Your issue could also be caused by VoodooHDA. Recommend patched AppleHDA instead.

Audio: Best result with patched AppleHDA. Google 'patch AppleHDA guide'. Search for suitable AppleHDA or patch it yourself. Apply appropriate DSDT patches.

DSDT patches you need for AppleHDA: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change layout-id from 12 to the layout-id used by the patched AppleHDA)
Apply: "IRQ Fix"
 
Glad it worked for you...

Now... I'm sure... on to the next problem.

As far as flash, try different flash players/etc. Your issue could also be caused by VoodooHDA. Recommend patched AppleHDA instead.

Audio: Best result with patched AppleHDA. Google 'patch AppleHDA guide'. Search for suitable AppleHDA or patch it yourself. Apply appropriate DSDT patches.

DSDT patches you need for AppleHDA: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change layout-id from 12 to the layout-id used by the patched AppleHDA)
Apply: "IRQ Fix"


well your a wizard in mac, I just finish to watch a youtube video on 1080p works great.
But, when i move <youtube player volume> left-right rapidly and continually.
The video on the screen seams to copy badly VoodooHDA injection. so 00.1 sec stops. go , stop , go
using flash of course, the good news is that memory used is low , the HEAT disappear.

i will change that too.
 
Glad it worked for you...

Now... I'm sure... on to the next problem.

As far as flash, try different flash players/etc. Your issue could also be caused by VoodooHDA. Recommend patched AppleHDA instead.

Audio: Best result with patched AppleHDA. Google 'patch AppleHDA guide'. Search for suitable AppleHDA or patch it yourself. Apply appropriate DSDT patches.

DSDT patches you need for AppleHDA: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change layout-id from 12 to the layout-id used by the patched AppleHDA)
Apply: "IRQ Fix"



AppleHDA working without MIC. After reading some other users with the same Audio (VIA VT1802) it is problematic woking on AppleHDA. so ... anyway ITS working.

Question:
I use Audio Layout 3, if i will change this i could make work the mic or not?

Question:
I see you have WIFI patches for AR9285
I read on some random sites, if i will change the device-id to my device id. AR9485
EX:
Code:
[COLOR=#333333][FONT=Consolas]        "device-id", Buffer() { 0x30, 0x00, 0x00, 0x00 },\n[/FONT][/COLOR]        "name", "pci168c,30",\n
Some users declare they make it work.
What are the probabilities none ?!


thanks , for AppleHDA.
 

Attachments

  • paul’s MacBook Pro.ioreg
    5.1 MB · Views: 147
  • Screen Shot 2014-05-30 at 14.45.53.png
    Screen Shot 2014-05-30 at 14.45.53.png
    658.3 KB · Views: 117
Status
Not open for further replies.
Back
Top