Jump to content

Sleep only one time


dsTny
 Share

23 posts in this topic

Recommended Posts

Hello,

 

I got sleep successfully working in mountain lion (10.8.2) with the help of dsdt edits. But sleep works only one time. At the second time, the screen stays black, the console does not trigger any wake reason.

Is there any solution for that problem?

 

Thank you.

Link to comment
Share on other sites

no, to patch open terminal and copy following text, then password.

sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC

then repair permissions:

diskutil repairPermissions /

and rebuild cache

sudo touch /System/Library/Extensions/

 

unpatched AppleRTC can cause cmos reset on wake, leading to problem only seen after second wake. Could be other reasons for your issue, but patching AppleRTC for sleep is standard hackintoshing procedure, along with native power management working (i.e. NO NullAppleIntelPowermentManagement.kext) after DSDT patching

  • Like 2
Link to comment
Share on other sites

I patched the AppleRTC.kext with no success. The sleep issue is not fixed yet :(

 

/edit: Okay, just a few more infos:

I followed the constructions of #4 but that did not work. So I tried another construction: I copied the original AppleRTC to Desktop. I patched it with console and perl (see #4 step 1) and "install" the kext with ###### and repair permissions and rebuild cache with Kext Utility ML. This does not work, too.

 

The console gave me following information while first sleep:

 

 

14.11.12 09:30:05,000 kernel[0]: Power down FG cad=0 nid=1 to the D3 state...

14.11.12 09:30:05,000 kernel[0]: Power down FG cad=1 nid=2 to the D3 state...

14.11.12 09:30:05,000 kernel[0]: Resetting controller...

14.11.12 09:30:05,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::resetController(0)

14.11.12 09:30:05,000 kernel[0]: Suspend done.

14.11.12 09:30:05,000 kernel[0]: BCM5722D (setPowerState:84): Changing power state from 1 to 0

14.11.12 09:30:09,000 kernel[0]: hibernate_page_list_setall start 0xffffff806ab25000, 0xffffff806ab46000

14.11.12 09:30:09,000 kernel[0]: hibernate_page_list_setall time: 161 ms

14.11.12 09:30:09,000 kernel[0]: pages 444082, wire 79053, act 107132, inact 562, cleaned 0 spec 144, zf 4307, throt 0, could discard act 62001 inact 22325 purgeable 7313 spec 161245 cleaned 0

14.11.12 09:30:09,000 kernel[0]: hibernate_page_list_setall found pageCount 191198

14.11.12 09:30:09,000 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0

14.11.12 09:30:09,000 kernel[0]: IOHibernatePollerOpen(0)

14.11.12 09:30:09,000 kernel[0]: encryptStart 13250

14.11.12 09:30:09,000 kernel[0]: writing 186950 pages

14.11.12 09:30:09,000 kernel[0]: encryptEnd 4a37e00

14.11.12 09:30:09,000 kernel[0]: image1Size 0x7630800, encryptStart1 0x13250, End1 0x4a37e00

14.11.12 09:30:09,000 kernel[0]: encryptStart 7630800

14.11.12 09:30:09,000 kernel[0]: encryptEnd 1318ea00

14.11.12 09:30:09,000 kernel[0]: PMStats: Hibernate write took 3077 ms

14.11.12 09:30:09,000 kernel[0]: all time: 3077 ms, comp bytes: 765747200 time: 977 ms 747 Mb/s, crypt bytes: 274214320 time: 1699 ms 153 Mb/s,

14.11.12 09:30:09,000 kernel[0]: image 320399872, uncompressed 765747200 (186950), compressed 301915040 (39%), sum1 89a20875, sum2 6bd1c4f7

14.11.12 09:30:09,000 kernel[0]: wired_pages_encrypted 38668, wired_pages_clear 36137, dirty_pages_encrypted 112145

14.11.12 09:30:09,000 kernel[0]: hibernate_write_image done(0)

14.11.12 09:30:09,000 kernel[0]: sleep

14.11.12 09:30:27,000 kernel[0]: Wake reason = PWRB

14.11.12 09:30:27,000 kernel[0]: No interval found for . Using 8000000

14.11.12 09:30:27,000 kernel[0]: ApplePS2ALPSGlidePoint: ABMod Waking up Touchpad setting setTapEnable to 1

14.11.12 09:30:27,000 kernel[0]: USB (EHCI):Port 4 on bus 0xfd connected or disconnected: portSC(0x301803)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::performPowerStateChange(0, 1)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::resume

14.11.12 09:30:27,000 kernel[0]: Resetting controller...

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::resetController(1)

14.11.12 09:30:27,000 kernel[0]: BCM5722D (setPowerState:84): Changing power state from 0 to 1

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::initCorb

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::initRirb

14.11.12 09:30:27,000 kernel[0]: Starting CORB Engine...

14.11.12 09:30:27,000 kernel[0]: Starting RIRB Engine...

14.11.12 09:30:27,000 kernel[0]: Enabling controller interrupt...

14.11.12 09:30:27,000 kernel[0]: Power up audio FG cad=0 nid=1...

14.11.12 09:30:27,000 kernel[0]: AFG commit...

14.11.12 09:30:27,000 kernel[0]: HP switch init...

14.11.12 09:30:27,000 kernel[0]: Pin sense: nid=20 res=0x00000000

14.11.12 09:30:27,000 kernel[0]: OSS mixer reinitialization...

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 0, 75, -549755813813)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 1, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 2, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 3, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 4, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 5, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 6, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 7, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 8, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 9, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 10, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 11, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 12, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 13, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 14, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 15, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 16, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 17, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 18, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 19, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 20, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 21, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 22, 75, -549755813813)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 23, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d08, 24, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSetRecSrc(0xffffff800b6d4d08, 0x80)

14.11.12 09:30:27,000 kernel[0]: Recsel (mic): nid 36 source 0 select

14.11.12 09:30:27,000 kernel[0]: OSS mixer reinitialization...

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 0, 75, -549755813813)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 1, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 2, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 3, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 4, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 5, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 6, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 7, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 8, 90, -549755813798)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 9, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 10, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 11, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 12, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 13, 50, -549755813838)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 14, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 15, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 16, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 17, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 18, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 19, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 20, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 21, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 22, 75, -549755813813)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 23, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSet(0xffffff800b6d4d68, 24, 0, -549755813888)

14.11.12 09:30:27,000 kernel[0]: VoodooHDADevice[0xffffff800b6e0400]::audioCtlOssMixerSetRecSrc(0xffffff800b6d4d68, 0x80)

14.11.12 09:30:27,000 kernel[0]: warning: couldn't set recording source to microphone

14.11.12 09:30:27,000 kernel[0]: Power down unsupported non-audio FG cad=1 nid=2 to the D3 state...

14.11.12 09:30:27,000 kernel[0]: Resume done.

14.11.12 09:30:27,986 WindowServer[83]: handle_will_sleep_auth_and_shield_windows: no lock state data

14.11.12 09:30:28,085 loginwindow[49]: ERROR | -[LWScreenLock(Private) screenIsLockedTimeExpired:] | No lock state found, use built in check

14.11.12 09:30:32,000 kernel[0]: FireWire GUID 0000000000000000 is invalid!

14.11.12 09:30:33,715 mdwrite[234]: [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/Fabi/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/Fabi/Library/Mobile Documents": 2 (No such file or directory)

14.11.12 09:30:33,716 mdwrite[234]: [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/Fabi/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/Fabi/Library/Mobile Documents": 2 (No such file or directory)

14.11.12 09:30:33,783 distnoted[236]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25

14.11.12 09:30:33,862 com.apple.SecurityServer[15]: Session 100002 created

14.11.12 09:30:37,000 kernel[0]: FireWire GUID 0000000000000000 is invalid!

14.11.12 09:30:37,856 Skype[195]: -[sKUpgradeChecker pingUISkypeCom:]: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x9abe5a0 {NSErrorFailingURLStringKey=http://ui.skype.com/ui/3/6.0.0.2946/en/getlatestversion?format=plist&uhash=1ddf8a03d4dffe62a008e0801b831ecc9&machine=MacBookPro8%2C1&osversion=1082&ver=6.0.0.2946, NSErrorFailingURLKey=http://ui.skype.com/ui/3/6.0.0.2946/en/getlatestversion?format=plist&uhash=1ddf8a03d4dffe62a008e0801b831ecc9&machine=MacBookPro8%2C1&osversion=1082&ver=6.0.0.2946, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet., NSUnderlyingError=0x1954350 "Es besteht anscheinend keine Verbindung zum Internet."}

14.11.12 09:30:40,728 CalendarAgent[183]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7f8d61a58560 {NSUnderlyingError=0x7f8d61ba2ba0 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/wimi348%40googlemail.com/user/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/wimi348%40googlemail.com/user/, AccountName=wimi348@googlemail.com, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:30:41,003 CalendarAgent[183]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7f8d6188c530 {NSUnderlyingError=0x7f8d60caf790 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, AccountName=Google, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:30:42,000 kernel[0]: FireWire GUID 0000000000000000 is invalid!

 

 

 

The console gave me following information while second sleep:

 

 

14.11.12 09:32:07,000 kernel[0]: FireWire GUID 0000000000000000 is invalid!

14.11.12 09:32:10,346 WindowServer[83]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff

14.11.12 09:32:10,347 loginwindow[49]: find_shared_window: WID -1

14.11.12 09:32:10,347 loginwindow[49]: CGSGetWindowTags: Invalid window 0xffffffff

14.11.12 09:32:10,347 loginwindow[49]: find_shared_window: WID -1

14.11.12 09:32:10,347 loginwindow[49]: CGSSetWindowTags: Invalid window 0xffffffff

14.11.12 09:32:10,514 mDNSResponder[46]: ActivateLocalProxy: No service for interface lo0

Here it sleeped, than pushed power button...

14.11.12 09:33:01,000 bootlog[0]: BOOT_TIME 1352881981 0

14.11.12 09:33:01,598 com.apple.launchd[1]: *** launchd[1] has started up. ***

14.11.12 09:33:01,598 com.apple.launchd[1]: *** Shutdown logging is enabled. ***

14.11.12 09:33:03,350 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination

14.11.12 09:33:03,000 kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64

14.11.12 09:33:03,000 kernel[0]: vm_page_bootstrap: 1009360 free pages and 31024 wired pages

 

 

 

The console gave me following information while startup (maybe interesting):

 

 

 

14.11.12 09:33:01,000 bootlog[0]: BOOT_TIME 1352881981 0

14.11.12 09:33:01,598 com.apple.launchd[1]: *** launchd[1] has started up. ***

14.11.12 09:33:01,598 com.apple.launchd[1]: *** Shutdown logging is enabled. ***

14.11.12 09:33:03,350 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination

14.11.12 09:33:03,000 kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64

14.11.12 09:33:03,000 kernel[0]: vm_page_bootstrap: 1009360 free pages and 31024 wired pages

14.11.12 09:33:03,000 kernel[0]: kext submap [0xffffff7f80741000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000741000]

14.11.12 09:33:03,000 kernel[0]: zone leak detection enabled

14.11.12 09:33:03,000 kernel[0]: standard timeslicing quantum is 10000 us

14.11.12 09:33:03,000 kernel[0]: standard background quantum is 2500 us

14.11.12 09:33:03,000 kernel[0]: mig_table_max_displ = 74

14.11.12 09:33:03,000 kernel[0]: corecrypto kext started!

14.11.12 09:33:03,000 kernel[0]: Running kernel space in FIPS MODE

14.11.12 09:33:03,000 kernel[0]: Plist hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d

14.11.12 09:33:03,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!

14.11.12 09:33:03,000 kernel[0]: corecrypto.kext FIPS POST passed!

14.11.12 09:33:03,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled

14.11.12 09:33:03,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled

14.11.12 09:33:03,000 kernel[0]: calling mpo_policy_init for TMSafetyNet

14.11.12 09:33:03,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)

14.11.12 09:33:03,000 kernel[0]: calling mpo_policy_init for Sandbox

14.11.12 09:33:03,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)

14.11.12 09:33:03,000 kernel[0]: calling mpo_policy_init for Quarantine

14.11.12 09:33:03,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)

14.11.12 09:33:03,000 kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993

14.11.12 09:33:03,000 kernel[0]: The Regents of the University of California. All rights reserved.

14.11.12 09:33:03,000 kernel[0]: MAC Framework successfully initialized

14.11.12 09:33:03,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers

14.11.12 09:33:03,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87

14.11.12 09:33:03,000 kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3)

14.11.12 09:33:03,000 kernel[0]: RTC: Only single RAM bank (128 bytes)

14.11.12 09:33:03,000 kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete

14.11.12 09:33:03,000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]

14.11.12 09:33:03,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused

14.11.12 09:33:03,000 kernel[0]: rooting via boot-uuid from /chosen: 30E74FC8-0230-3614-A1D8-4887F6834BBA

14.11.12 09:33:03,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>

14.11.12 09:33:03,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start

14.11.12 09:33:03,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start

14.11.12 09:33:03,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded

14.11.12 09:33:03,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded

14.11.12 09:33:03,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready

14.11.12 09:33:03,000 kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000

14.11.12 09:33:03,000 kernel[0]: [ PCI configuration begin ]

14.11.12 09:33:03,000 kernel[0]: PCI configuration changed (bridge=7 device=2 cardbus=0)

14.11.12 09:33:03,000 kernel[0]: [ PCI configuration end, bridges 7 devices 21 ]

14.11.12 09:33:03,000 kernel[0]: USBF: 0.453 We could not find a corresponding USB EHCI controller for our OHCI controller at PCI device number26

14.11.12 09:33:03,000 kernel[0]: BCM5722D (Build date/time: Aug 16 2012 23:50:52)

14.11.12 09:33:03,000 kernel[0]: BTCOEXIST off

14.11.12 09:33:03,000 kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller

14.11.12 09:33:03,000 kernel[0]: 5.10.131.36

14.11.12 09:33:03,000 kernel[0]: FireWire runtime power conservation disabled. (2)

14.11.12 09:33:03,000 kernel[0]: VoodooPS2SynapticsTouchPad loaded

14.11.12 09:33:03,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PRID@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/M4-CT128M4SSD2 Media/IOGUIDPartitionScheme/OS X@2

14.11.12 09:33:03,000 kernel[0]: BSD root: disk0s2, major 1, minor 2

14.11.12 09:33:03,000 kernel[0]: jnl: unknown-dev: replay_journal: from: 5901824 to: 1843712 (joffset 0x1df000)

14.11.12 09:33:03,000 kernel[0]: BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 1223 iterations

14.11.12 09:33:03,000 kernel[0]: my_name_adlan_BCM5722D: Model: BCM5787M NetLink ™ Gigabit Ethernet

14.11.12 09:33:03,000 kernel[0]: my_name_adlan_BCM5722D: Loaded successfully

14.11.12 09:33:03,000 kernel[0]: FireWire (OHCI) VendorID 1180 ID 832 built-in now active, GUID c7400bd000023f84; max speed s400.

14.11.12 09:33:03,000 kernel[0]: No interval found for . Using 8000000

14.11.12 09:33:03,000 kernel[0]: ApplePS2Trackpad: ALPS GlidePoint v0.115

14.11.12 09:33:03,000 kernel[0]: jnl: unknown-dev: journal replay done.

14.11.12 09:33:03,000 kernel[0]: Kernel is LP64

14.11.12 09:33:03,000 kernel[0]: hfs: Removed 15 orphaned / unlinked files and 17 directories

14.11.12 09:33:03,000 kernel[0]: my_name_adlan_BCM5722D: Ethernet address 00:1b:38:e1:e2:66

14.11.12 09:33:03,000 kernel[0]: AirPort_Brcm43224: Ethernet address 00:22:68:bf:64:95

14.11.12 09:33:03,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification

14.11.12 09:33:03,000 kernel[0]: IO80211Interface::efiNVRAMPublished():

14.11.12 09:33:04,760 airportd[26]: _processDLILEvent: en0 attached (down)

14.11.12 09:33:04,000 kernel[0]: Loading VoodooHDA 0.2.1 (based on hdac version 20090401_0132)

14.11.12 09:33:04,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::init

14.11.12 09:33:04,000 kernel[0]: VoodooHDACodecHints: not present in plist

14.11.12 09:33:04,000 kernel[0]: VoodooHDAHints: not present in plist

14.11.12 09:33:04,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::probe

14.11.12 09:33:04,000 kernel[0]: Controller: Intel 82801H (vendor ID: 8086, device ID: 284b)

14.11.12 09:33:04,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::initHardware

14.11.12 09:33:04,000 kernel[0]: deviceId: 284b8086, subDeviceId: 011e1025

14.11.12 09:33:04,000 kernel[0]: TCSEL: 00 -> 00

14.11.12 09:33:04,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::getCapabilities

14.11.12 09:33:04,000 kernel[0]: CORB size: 256

14.11.12 09:33:04,000 kernel[0]: RIRB size: 256

14.11.12 09:33:04,000 kernel[0]: Streams: ISS=4 OSS=4 BSS=0

14.11.12 09:33:04,000 kernel[0]: Resetting controller...

14.11.12 09:33:04,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::resetController(1)

14.11.12 09:33:04,908 com.apple.SecurityServer[15]: Session 100000 created

14.11.12 09:33:04,960 com.apple.SecurityServer[15]: Entering service

14.11.12 09:33:05,000 kernel[0]: NVDANV50HAL loaded and registered.

14.11.12 09:33:05,000 kernel[0]: NVEnabler: init : begin

14.11.12 09:33:05,000 kernel[0]: NVEnabler: probe : probe

14.11.12 09:33:05,000 kernel[0]: NVEnabler: probe : ROM shadow enable

14.11.12 09:33:05,000 kernel[0]: NVEnabler: probe : patch PRAMIN

14.11.12 09:33:05,000 kernel[0]: NVEnabler: False ROM signature: 0x0000

14.11.12 09:33:05,000 kernel[0]: NVEnabler: probe : patch PROM

14.11.12 09:33:05,000 kernel[0]: ** AppleSMBusPCI::start failed to get acpi path for provider

14.11.12 09:33:05,000 kernel[0]: NVEnabler: dcb table at offset 0x86e2

14.11.12 09:33:05,000 kernel[0]: NVEnabler: dcb numentries 10

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 0: 01000323

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 1: 02011300

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 2: 02022312

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 3: 010333f1

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 4: 0000000e

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 5: 0000000e

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 6: 0000000e

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 7: 02029312

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 8: 0203a300

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Raw DCB entry 9: 0104b3f1

14.11.12 09:33:05,000 kernel[0]: NVEnabler: numentries = 10 num_outputs = 10

14.11.12 09:33:05,000 kernel[0]: NVEnabler: found LVDS

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Channel 1: 01

14.11.12 09:33:05,000 kernel[0]: NVEnabler: Channel 2: fe

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Model found: GeForce 9500M GS

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG VRAM: 512

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @0,compatible

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @0,device_type

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @1,compatible

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @1,name

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @1,device_type

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property @0,name

14.11.12 09:33:05,000 kernel[0]: NVEnabler: DEBUG Setting property device_type

14.11.12 09:33:05,000 kernel[0]: NVEnabler::probe fails

14.11.12 09:33:05,000 kernel[0]: [iOBluetoothHCIController][start] -- completed

14.11.12 09:33:05,000 kernel[0]: Previous Shutdown Cause: 3

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(1024, CORB)

14.11.12 09:33:05,000 kernel[0]: CORB: allocated 1024 bytes DMA memory (phys: 0x26d0b000, virt: 0x7e56d000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(2048, RIRB)

14.11.12 09:33:05,000 kernel[0]: RIRB: allocated 2048 bytes DMA memory (phys: 0x26bcc000, virt: 0x7e56e000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::initCorb

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::initRirb

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::setupWorkloop

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::enableEventSources

14.11.12 09:33:05,000 kernel[0]: Starting CORB Engine...

14.11.12 09:33:05,000 kernel[0]: Starting RIRB Engine...

14.11.12 09:33:05,000 kernel[0]: Enabling controller interrupt...

14.11.12 09:33:05,000 kernel[0]: Scanning HDA codecs...

14.11.12 09:33:05,000 kernel[0]: DSMOS has arrived

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: VoodooHDACodecHints: codec hints dictionary not present

14.11.12 09:33:05,000 kernel[0]: Pin sense: nid=20 res=0x00000000

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerInit(0xffffff800b591c08)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 0, 75, -549755813813)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 1, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 2, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 3, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 4, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 5, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 6, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 7, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 8, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 9, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 10, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 11, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 12, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 13, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 14, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 15, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 16, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 17, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 18, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 19, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 20, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 21, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 22, 75, -549755813813)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 23, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 24, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSetRecSrc(0xffffff800b591c08, 0x80)

14.11.12 09:33:05,000 kernel[0]: Recsel (mic): nid 36 source 0 select

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(32, bdlMem)

14.11.12 09:33:05,000 kernel[0]: bdlMem: allocated 32 bytes DMA memory (phys: 0x26d4a000, virt: 0x78e56000)

14.11.12 09:33:05,000 kernel[0]: block size: 32768, block count: 2, buffer size: 65536

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(65536, buffer)

14.11.12 09:33:05,000 kernel[0]: buffer: allocated 65536 bytes DMA memory (phys: 0x8fed000, virt: 0x7fe11000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(32, bdlMem)

14.11.12 09:33:05,000 kernel[0]: bdlMem: allocated 32 bytes DMA memory (phys: 0x26dcb000, virt: 0x7e78e000)

14.11.12 09:33:05,000 kernel[0]: block size: 32768, block count: 2, buffer size: 65536

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(65536, buffer)

14.11.12 09:33:05,000 kernel[0]: buffer: allocated 65536 bytes DMA memory (phys: 0x8ffd000, virt: 0x7fe21000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerInit(0xffffff800b591c68)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 0, 75, -549755813813)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 1, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 2, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 3, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 4, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 5, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 6, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 7, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 8, 90, -549755813798)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 9, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 10, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 11, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 12, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 13, 50, -549755813838)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 14, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 15, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 16, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 17, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 18, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 19, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 20, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 21, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 22, 75, -549755813813)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 23, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c68, 24, 0, -549755813888)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSetRecSrc(0xffffff800b591c68, 0x80)

14.11.12 09:33:05,000 kernel[0]: warning: couldn't set recording source to microphone

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(32, bdlMem)

14.11.12 09:33:05,000 kernel[0]: bdlMem: allocated 32 bytes DMA memory (phys: 0x27d4c000, virt: 0x7e796000)

14.11.12 09:33:05,000 kernel[0]: block size: 32768, block count: 2, buffer size: 65536

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice::allocateDmaMemory(65536, buffer)

14.11.12 09:33:05,000 kernel[0]: buffer: allocated 65536 bytes DMA memory (phys: 0x900d000, virt: 0x7fe31000)

14.11.12 09:33:05,000 kernel[0]: Codec #0: Realtek ALC268 (vendor ID: 10ec, device ID: 0268)

14.11.12 09:33:05,000 kernel[0]: Codec #1: Conexant (Unknown) (vendor ID: 14f1, device ID: 2c06)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::createAudioEngine

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::createAudioStream

14.11.12 09:33:05,000 kernel[0]: recDevMask: 0x10000c0, devMask: 0x10028f1

14.11.12 09:33:05,000 kernel[0]: formats: 0x10000010 0x10001000

14.11.12 09:33:05,000 kernel[0]: sample rates: 44100 48000 96000 192000 (min: 44100, max: 192000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::createAudioStream(0, 0xffffff807fe11000, -549755748352)

14.11.12 09:33:05,000 kernel[0]: supported bit depths: 16 24

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::peformFormatChange(0xffffff800b583000, 0xffffff807e873b50, 0)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10001000) for channel 0 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 24, # samp. frames: 8192

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::peformFormatChange(0xffffff800b583000, 0xffffff807e873c60, 0xffffff807e873c50)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10001000) for channel 0 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 24, # samp. frames: -549755805696

14.11.12 09:33:05,000 kernel[0]: channelSetSpeed(192000) for channel 0 returned 192000

14.11.12 09:33:05,000 kernel[0]: minDb: -64 (ffc00000), maxDb: 0 (ffffff8000000000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::createAudioEngine

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b57e400]::createAudioStream

14.11.12 09:33:05,000 kernel[0]: recDevMask: 0x0, devMask: 0x0

14.11.12 09:33:05,000 kernel[0]: formats: 0x10000010 0x10001000 0x400

14.11.12 09:33:05,000 kernel[0]: sample rates: 44100 48000 88200 96000 192000 (min: 44100, max: 192000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b57e400]::createAudioStream(0, 0xffffff807fe31000, -549755748352)

14.11.12 09:33:05,000 kernel[0]: supported bit depths: 16 24 32

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b57e400]::peformFormatChange(0xffffff800b583200, 0xffffff807e873b50, 0)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10001000) for channel 1 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 32, # samp. frames: 8192

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b57e400]::peformFormatChange(0xffffff800b583200, 0xffffff807e873c60, 0xffffff807e873c50)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10001000) for channel 1 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 32, # samp. frames: -549755805696

14.11.12 09:33:05,000 kernel[0]: channelSetSpeed(192000) for channel 1 returned 192000

14.11.12 09:33:05,000 kernel[0]: minDb: -1 (ffffffff), maxDb: -1 (ffffff80ffffffff)

14.11.12 09:33:05,000 kernel[0]: warning: found invalid min/max dB (using default -22.5 -> 0.0 range)

14.11.12 09:33:05,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::createAudioEngine

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::createAudioStream

14.11.12 09:33:05,000 kernel[0]: recDevMask: 0x10000c0, devMask: 0x10028f1

14.11.12 09:33:05,000 kernel[0]: formats: 0x10000010 0x10001000

14.11.12 09:33:05,000 kernel[0]: sample rates: 44100 48000 96000 (min: 44100, max: 96000)

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::createAudioStream(1, 0xffffff807fe21000, -549755748352)

14.11.12 09:33:05,000 kernel[0]: supported bit depths: 16

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::peformFormatChange(0xffffff800b583600, 0xffffff807e873b50, 0)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10000010) for channel 2 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 16, # samp. frames: 16384

14.11.12 09:33:05,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::peformFormatChange(0xffffff800b583600, 0xffffff807e873c60, 0xffffff807e873c50)

14.11.12 09:33:05,000 kernel[0]: channelSetFormat(0x10000010) for channel 2 returned 0

14.11.12 09:33:05,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 16, # samp. frames: -549755797504

14.11.12 09:33:05,000 kernel[0]: channelSetSpeed(96000) for channel 2 returned 96000

14.11.12 09:33:05,000 kernel[0]: minDb: 0 (00000000), maxDb: 40 (ffffff8000280000)

14.11.12 09:33:05,000 kernel[0]: ACPI_SMC_PlatformPlugin::initFanThrottleControl - waiting for AppleSMC

14.11.12 09:33:05,000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).

14.11.12 09:33:05,000 kernel[0]: en0::IO80211Interface::postMessage bssid changed

14.11.12 09:33:05,110 UserEventAgent[11]: Captive: [HandleNetworkInformationchanged:2435] nwi_state_copy returned NULL

14.11.12 09:33:05,000 kernel[0]: [AGPM Controller] unknownPlatform

14.11.12 09:33:05,000 kernel[0]: macx_swapon SUCCESS

14.11.12 09:33:05,369 hidd[52]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1

14.11.12 09:33:05,371 hidd[52]: void __IOHIDLoadBundles(): Loaded 0 HID plugins

14.11.12 09:33:05,379 fseventsd[53]: event logs in /.fseventsd out of sync with volume. destroying old logs. (215 4 269)

14.11.12 09:33:05,389 appleeventsd[58]: main: Starting up

14.11.12 09:33:05,392 fseventsd[53]: log dir: /.fseventsd getting new uuid: CAE102B3-5670-4732-B7FA-DF99EB1C5EAE

14.11.12 09:33:05,401 com.apple.usbmuxd[33]: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit

14.11.12 09:33:05,437 mDNSResponder[45]: mDNSResponder mDNSResponder-379.32.1 (Aug 31 2012 19:05:06) starting OSXVers 12

14.11.12 09:33:05,490 loginwindow[48]: Login Window Application Started

14.11.12 09:33:05,596 configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)

14.11.12 09:33:05,597 configd[17]: DHCP en0: INIT-REBOOT transmit failed

14.11.12 09:33:05,646 awacsd[62]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)

14.11.12 09:33:05,671 awacsd[62]: InnerStore CopyAllZones: no info in Dynamic Store

14.11.12 09:33:05,852 awacsd[62]: Configuring lazy AWACS client: 1459430667.p01.members.btmm.icloud.com.

14.11.12 09:33:05,865 systemkeychain[70]: done file: /var/run/systemkeychaincheck.done

14.11.12 09:33:05,928 WindowServer[68]: Server is starting up

14.11.12 09:33:05,929 coreservicesd[65]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false

14.11.12 09:33:05,930 mds[44]: (Normal) FMW: FMW 0 0

14.11.12 09:33:05,932 WindowServer[68]: Session 256 retained (2 references)

14.11.12 09:33:05,932 WindowServer[68]: Session 256 released (1 references)

14.11.12 09:33:05,952 WindowServer[68]: Session 256 retained (2 references)

14.11.12 09:33:05,955 WindowServer[68]: init_page_flip: page flip mode is on

14.11.12 09:33:06,092 configd[17]: network changed: DNS*

14.11.12 09:33:06,117 configd[17]: setting hostname to "Fabi.local"

14.11.12 09:33:06,155 mDNSResponder[45]: D2D_IPC: Loaded

14.11.12 09:33:06,155 mDNSResponder[45]: D2DInitialize succeeded

14.11.12 09:33:06,161 mDNSResponder[45]: Adding registration domain 1459430667.members.btmm.icloud.com.

14.11.12 09:33:06,278 apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)

14.11.12 09:33:06,324 apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)

14.11.12 09:33:06,344 digest-service[92]: label: default

14.11.12 09:33:06,344 digest-service[92]: dbname: od:/Local/Default

14.11.12 09:33:06,345 digest-service[92]: mkey_file: /var/db/krb5kdc/m-key

14.11.12 09:33:06,345 digest-service[92]: acl_file: /var/db/krb5kdc/kadmind.acl

14.11.12 09:33:06,387 digest-service[92]: digest-request: uid=0

14.11.12 09:33:06,720 locationd[49]: NOTICE,Location icon should now be in state 0

14.11.12 09:33:06,722 locationd[49]: locationd was started after an unclean shutdown

14.11.12 09:33:06,795 apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)

14.11.12 09:33:06,890 rpcsvchost[98]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded

14.11.12 09:33:06,899 digest-service[92]: digest-request: init request

14.11.12 09:33:06,908 digest-service[92]: digest-request: init return domain: BUILTIN server: FABI

14.11.12 09:33:06,923 awacsd[62]: KV HTTP 0

14.11.12 09:33:07,458 fseventsd[53]: check_vol_last_mod_time:XXX failed to get mount time (45; &mount_time == 0x1041d2528)

14.11.12 09:33:07,458 fseventsd[53]: log dir: /Volumes/Windows/.fseventsd getting new uuid: 7DDB7E8C-828E-46FE-83C2-5F06659BF761

14.11.12 09:33:07,848 fseventsd[53]: check_vol_last_mod_time:XXX failed to get mount time (45; &mount_time == 0x1041d2528)

14.11.12 09:33:07,849 fseventsd[53]: log dir: /Volumes/Games/.fseventsd getting new uuid: 79E46C10-FB2B-42F2-ACD6-3D33C413ACBF

14.11.12 09:33:08,052 WindowServer[68]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)

14.11.12 09:33:08,052 WindowServer[68]: mux_initialize: Mode is safe

14.11.12 09:33:08,068 WindowServer[68]: GLCompositor enabled for tile size [256 x 256]

14.11.12 09:33:08,068 WindowServer[68]: CGXGLInitMipMap: mip map mode is on

14.11.12 09:33:08,100 WindowServer[68]: WSMachineUsesNewStyleMirroring: false

14.11.12 09:33:08,100 WindowServer[68]: Display 0x28cd1200: GL mask 0x1; bounds (0, 0)[1920 x 1200], 45 modes available

Main, Active, on-line, enabled, built-in, boot, Vendor 4ca3, Model 3448, S/N 0, Unit 0, Rotation 0

UUID 0x00004ca3000034480000000028cd1200

14.11.12 09:33:08,100 WindowServer[68]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available

off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0

UUID 0xffffffffffffffffffffffff003f003d

14.11.12 09:33:08,110 WindowServer[68]: Created shield window 0x5 for display 0x28cd1200

14.11.12 09:33:08,111 WindowServer[68]: Created shield window 0x6 for display 0x003f003d

14.11.12 09:33:08,113 WindowServer[68]: Display 0x28cd1200: GL mask 0x1; bounds (0, 0)[1920 x 1200], 45 modes available

Main, Active, on-line, enabled, built-in, boot, Vendor 4ca3, Model 3448, S/N 0, Unit 0, Rotation 0

UUID 0x00004ca3000034480000000028cd1200

14.11.12 09:33:08,113 WindowServer[68]: Display 0x003f003d: GL mask 0x2; bounds (2944, 0)[1 x 1], 1 modes available

off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0

UUID 0xffffffffffffffffffffffff003f003d

14.11.12 09:33:08,113 WindowServer[68]: CGXPerformInitialDisplayConfiguration

14.11.12 09:33:08,113 WindowServer[68]: Display 0x28cd1200: MappedDisplay Unit 0; Vendor 0x4ca3 Model 0x3448 S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1

14.11.12 09:33:08,113 WindowServer[68]: Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1

14.11.12 09:33:08,113 WindowServer[68]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)

14.11.12 09:33:08,234 WindowServer[68]: GLCompositor: GL renderer id 0x01022604, GL mask 0x00000003, accelerator 0x00003c3b, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB

14.11.12 09:33:08,238 WindowServer[68]: GLCompositor: GL renderer id 0x01022604, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT

14.11.12 09:33:08,241 loginwindow[48]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.

14.11.12 09:33:08,344 WindowServer[68]: Created shield window 0x7 for display 0x28cd1200

14.11.12 09:33:08,345 WindowServer[68]: Display 0x28cd1200: MappedDisplay Unit 0; ColorProfile { 2, "Display"}; TransferFormula (1.000000, 1.000000, 1.000000)

14.11.12 09:33:08,461 launchctl[126]: com.apple.findmymacmessenger: Already loaded

14.11.12 09:33:08,476 com.apple.SecurityServer[15]: Session 100004 created

14.11.12 09:33:08,494 loginwindow[48]: Login Window Started Security Agent

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickTime Value: 500000000

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickSpace Value: ??

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyRepeat Value: 83333333

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDInitialKeyRepeat Value: 500000000

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollAcceleration Value: 20480

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDPointerButtonMode Value: 2

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDF12EjectDelay Value: 250

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: EjectDelay Value: 100

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDSlowKeysDelay Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysDisabled Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysOn Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysShiftToggles Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOptionToggles Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDFKeyMode Value: 0

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickSpace Value: ??

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickTime Value: 500000000

14.11.12 09:33:08,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:08,638 UserEventAgent[128]: cannot find useragent 1102

14.11.12 09:33:08,665 SecurityAgent[134]: This is the first run

14.11.12 09:33:08,666 SecurityAgent[134]: MacBuddy was run = 0

14.11.12 09:33:08,938 fseventsd[53]: check_vol_last_mod_time:XXX failed to get mount time (45; &mount_time == 0x1041d2528)

14.11.12 09:33:08,938 fseventsd[53]: log dir: /Volumes/Data/.fseventsd getting new uuid: E81C0CAA-9453-4E95-85DD-BC5A54930282

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyboardModifierMappingPairs Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetPointer Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDPointerButtonMode Value: 2

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickTime Value: 500000000

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollReset Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollAcceleration Value: 20480

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetKeyboard Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyRepeat Value: 83333333

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDInitialKeyRepeat Value: 500000000

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysOn Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysShiftToggles Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDSlowKeysDelay Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOn Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOptionToggles Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: MouseKeysStopsTrackpad Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollZoomModifierMask Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:10,112 WindowServer[68]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.

14.11.12 09:33:10,142 WindowServer[68]: Display 0x28cd1200: MappedDisplay Unit 0; ColorProfile { 2, "Display"}; TransferFormula (1.000000, 1.000000, 1.000000)

14.11.12 09:33:10,158 WindowServer[68]: Display 0x28cd1200: MappedDisplay Unit 0; ColorProfile { 2, "Display"}; TransferFormula (1.000000, 1.000000, 1.000000)

14.11.12 09:33:11,926 awacsd[62]: KV HTTP 0

14.11.12 09:33:13,772 SecurityAgent[134]: User info context values set for Fabi

14.11.12 09:33:13,973 SecurityAgent[134]: Login Window login proceeding

14.11.12 09:33:14,278 loginwindow[48]: Login Window - Returned from Security Agent

14.11.12 09:33:14,333 loginwindow[48]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102

14.11.12 09:33:14,345 loginwindow[48]: USER_PROCESS: 48 console

14.11.12 09:33:14,422 com.apple.launchd.peruser.501[145]: (com.apple.gamed) Ignored this key: UserName

14.11.12 09:33:14,422 com.apple.launchd.peruser.501[145]: (com.apple.gamed) Ignored this key: GroupName

14.11.12 09:33:14,423 com.apple.launchd.peruser.501[145]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self

14.11.12 09:33:14,429 loginwindow[48]: Connection with distnoted server was invalidated

14.11.12 09:33:14,444 distnoted[149]: # distnote server agent absolute time: 13.870856744 civil time: Wed Nov 14 09:33:14 2012 pid: 149 uid: 501 root: no

14.11.12 09:33:14,682 WindowServer[68]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.

14.11.12 09:33:14,817 WindowServer[68]: Display 0x28cd1200: MappedDisplay Unit 0; ColorProfile { 2, "Display"}; TransferFormula (1.000000, 1.000000, 1.000000)

14.11.12 09:33:14,906 blued[61]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501

14.11.12 09:33:15,028 locationd[160]: NOTICE,Location icon should now be in state 0

14.11.12 09:33:15,433 com.apple.SecurityServer[15]: Session 100006 created

14.11.12 09:33:15,677 coreaudiod[170]: 2012-11-14 09:33:15.677083 AM [AirPlay] Started browsing for _airplay._tcp.

14.11.12 09:33:15,678 coreaudiod[170]: 2012-11-14 09:33:15.677586 AM [AirPlay] Started browsing for _raop._tcp.

14.11.12 09:33:15,717 AirPlayUIAgent[171]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25

14.11.12 09:33:15,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::volumeChanged(0xffffff800b58bc00, 75, 35)

14.11.12 09:33:15,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 0, 35, -549755813813)

14.11.12 09:33:15,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::volumeChanged(0xffffff800b58bb00, 75, 35)

14.11.12 09:33:15,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::audioCtlOssMixerSet(0xffffff800b591c08, 0, 35, -549755813853)

14.11.12 09:33:15,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::performPowerStateChange(1, 2)

14.11.12 09:33:15,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStart

14.11.12 09:33:15,000 kernel[0]: calling channelStart() for channel 0

14.11.12 09:33:15,000 kernel[0]: PCMDIR_PLAY: Stream setup format=10001000 speed=192000

14.11.12 09:33:15,000 kernel[0]: PCMDIR_PLAY: Stream setup nid=2: format=0x1831, digFormat=0x0001

14.11.12 09:33:16,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStop

14.11.12 09:33:16,000 kernel[0]: calling channelStop() for channel 0

14.11.12 09:33:16,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::performPowerStateChange(2, 1)

14.11.12 09:33:18,531 talagent[165]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m

14.11.12 09:33:18,531 talagent[165]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysOn Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysShiftToggles Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDSlowKeysDelay Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOn Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOptionToggles Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: MouseKeysStopsTrackpad Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollZoomModifierMask Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyboardModifierMappingPairs Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetPointer Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDPointerButtonMode Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickTime Value: 500000000

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollReset Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollAcceleration Value: 20480

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetKeyboard Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyRepeat Value: 83333333

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDInitialKeyRepeat Value: 500000000

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDTrackpadAcceleration Value: 32768

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadPinch Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadFourFingerVertSwipeGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadRotate Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadHorizScroll Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadFourFingerPinchGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadTwoFingerDoubleTapGesture Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadMomentumScroll Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadThreeFingerTapGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadThreeFingerHorizSwipeGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: Clicking Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadScroll Value: 1

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: DragLock Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadFiveFingerPinchGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadThreeFingerVertSwipeGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadTwoFingerFromRightEdgeSwipeGesture Value: 3

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: Dragging Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadRightClick Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadCornerSecondaryClick Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadFourFingerHorizSwipeGesture Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TrackpadThreeFingerDrag Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: ABmod, Loading Clicking Settings at Boot: 1, 1, 1ApplePS2ALPSGlidePoint: Dictionary Object: JitterNoMove Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysOn Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: JitterNoClick Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: PalmNoAction When Typing Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: PalmNoAction Permanent Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: TwofingerNoAction Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: OutsidezoneNoAction When Typing Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: Use Panther Settings for W Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: Trackpad Jitter Milliseconds Value: 192

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: USBMouseStopsTrackpad Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDPointerButtonMode Value: 2

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysShiftToggles Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDSlowKeysDelay Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOn Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOptionToggles Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: MouseKeysStopsTrackpad Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollZoomModifierMask Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollZoomModifierMask Value: 0

14.11.12 09:33:19,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:19,040 NetworkBrowserAgent[184]: Starting NetworkBrowserAgent

14.11.12 09:33:19,310 WindowServer[68]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed

14.11.12 09:33:19,316 coreservicesd[65]: Can't change an application into stopped state for app App:"Console" [ 0x0/0xa00a] @ 0x0x7fcca9e300a0 because it's already been started.

14.11.12 09:33:19,468 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

14.11.12 09:33:19,468 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

14.11.12 09:33:21,942 awacsd[62]: KV HTTP 0

14.11.12 09:33:22,610 NotificationCenter[187]: Unable to simultaneously satisfy constraints:

(

"<NSLayoutConstraint:0x7fb498cad6d0 H:[NSView:0x7fb498cbe620]-(0)-|(LTR) (Names: widgetView:0x7fb498cb1610, '|':widgetView:0x7fb498cb1610 )>",

"<NSLayoutConstraint:0x7fb498c6d840 H:|-(100)-[NSView:0x7fb498cbe620](LTR) (Names: widgetView:0x7fb498cb1610, '|':widgetView:0x7fb498cb1610 )>",

"<NSLayoutConstraint:0x7fb498cabba0 H:[NSView:0x7fb49a03ee20]-(0)-| (Names: '|':NSView:0x7fb498cbe620 )>",

"<NSLayoutConstraint:0x7fb498c3dc90 H:|-(0)-[NSView:0x7fb49a03ee20] (Names: '|':NSView:0x7fb498cbe620 )>",

"<NSAutoresizingMaskLayoutConstraint:0x7fb49a0b74d0 h=--& v=-&- H:[widgetView(385)] (Names: widgetView:0x7fb498cb1610 )>",

"<NSLayoutConstraint:0x7fb49a03c930 H:[NCSwitchButton:0x7fb49a0299e0]-(>=9)-| (Names: '|':NSView:0x7fb49a03ee20 )>",

"<NSLayoutConstraint:0x7fb49a03f390 H:|-(35)-[NSTextField:0x7fb49a037990] (Names: '|':NSView:0x7fb49a03ee20 )>",

"<NSLayoutConstraint:0x7fb49a036c80 H:[NCSwitchButton:0x7fb49a0299e0(64)]>",

"<NSLayoutConstraint:0x7fb49a038180 H:[NSTextField:0x7fb49a037990]-(NSSpace(8))-[NCSwitchButton:0x7fb49a0299e0]>",

"<NSLayoutConstraint:0x7fb49a037c70 H:[NSTextField:0x7fb49a037990(184)]>"

)

 

Will attempt to recover by breaking constraint

<NSLayoutConstraint:0x7fb49a037c70 H:[NSTextField:0x7fb49a037990(184)]>

 

Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens. And/or, break on objc_exception_throw to catch this in the debugger.

14.11.12 09:33:23,015 librariand[195]: MMe quota status changed: under quota

14.11.12 09:33:23,506 CalendarAgent[190]: *** -[iADomainCache init]: IA domains cache is out of date.

14.11.12 09:33:23,545 Mail[178]: Using V2 Layout

14.11.12 09:33:24,346 CalendarAgent[190]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7fac6ac42f20 {NSUnderlyingError=0x7fac694aef00 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@p01-caldav.icloud.com/1459430667/principal/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@p01-caldav.icloud.com/1459430667/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:33:24,474 com.apple.SecurityServer[15]: Session 100009 created

14.11.12 09:33:24,856 CalendarAgent[190]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7fac6ac41c80 {NSUnderlyingError=0x7fac6a896930 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, AccountName=Google, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:33:28,614 Mail[178]: *** -[iADomainCache init]: IA domains cache is out of date.

14.11.12 09:33:29,266 com.apple.launchd.peruser.501[145]: (com.apple.afpstat-qfa[221]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory

14.11.12 09:33:29,266 com.apple.launchd.peruser.501[145]: (com.apple.afpstat-qfa[221]) Job failed to exec(3) for weird reason: 2

14.11.12 09:33:30,097 tccd[169]: Unable to talk to lsboxd

14.11.12 09:33:30,210 Skype[179]: Address book access is denied for executable at path: /Applications/Skype.app/Contents/MacOS/Skype

(

0 AddressBook 0x92a9d29a __ABIsAccessGranted_block_invoke_0 + 39

1 libdispatch.dylib 0x9a685c82 _dispatch_client_callout + 46

2 libdispatch.dylib 0x9a685bf1 dispatch_once_f + 57

3 libdispatch.dylib 0x9a686831 dispatch_once + 31

4 AddressBook 0x92a9d1e2 ABIsAccessGranted + 50

5 AddressBook 0x92a9d0d6 +[ABAddressBook sharedAddressBook] + 35

6 Skype 0x001a0c9d Skype + 1703069

7 Skype 0x0010c5f1 Skype + 1095153

8 Foundation 0x99004c52 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_0 + 49

9 CoreFoundation 0x9654fe01 ___CFXNotificationPost_block_invoke_0 + 257

10 CoreFoundation 0x9649b43a _CFXNotificationPost + 2794

11 Foundation 0x98fed788 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92

12 Foundation 0x98ffd527 -[NSNotificationCenter postNotificationName:object:] + 55

13 Skype 0x014172fa Skype + 21062394

14 Skype 0x014178b4 Skype + 21063860

15 Skype 0x0023d4cd Skype + 2344141

16 CoreFoundation 0x964dfd6d __invoking___ + 29

17 CoreFoundation 0x964dfca7 -[NSInvocation invoke] + 279

18 Skype 0x0023b6e3 Skype + 2336483

19 CoreFoundation 0x964da5d0 ___forwarding___ + 896

20 CoreFoundation 0x964da1e2 _CF_forwarding_prep_0 + 50

21 CoreFoundation 0x964dfd6d __invoking___ + 29

22 CoreFoundation 0x964dfca7 -[NSInvocation invoke] + 279

23 WebCore 0x02b108ea _ZN3JSC8Bindings12ObjcInstance16invokeObjcMethodEPNS_9ExecStateEPNS0_10ObjcMethodE + 1098

24 WebCore 0x02b1048e _ZN3JSC8Bindings12ObjcInstance12invokeMethodEPNS_9ExecStateEPNS_13RuntimeMethodE + 174

25 WebCore 0x02b10397 _ZN3JSCL17callRuntimeMethodEPNS_9ExecStateE + 215

26 JavascriptCore 0x93080277 _ZN3JSC5LLInt9setUpCallEPNS_9ExecStateEPNS_11InstructionENS_22CodeSpecializationKindENS_7JSValueEPNS_17LLIntCallLinkInfoE + 167

27 JavascriptCore 0x9307eda1 llint_slow_path_call + 129

28 JavascriptCore 0x93082f0f llint_op_call + 125

29 JavascriptCore 0x92e8fb9c _ZN3JSC11Interpreter11executeCallEPNS_9ExecStateEPNS_8JSObjectENS_8CallTypeERKNS_8CallDataENS_7JSValueERKNS_7ArgListE + 972

30 JavascriptCore 0x92e8f7c3 _ZN3JSC4callEPNS_9ExecStateENS_7JSValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 83

31 WebCore 0x031e00a9 _ZN7WebCore21JSMainThreadExecState4callEPN3JSC9ExecStateENS1_7JSValueENS1_8CallTypeERKNS1_8CallDataES4_RKNS1_7ArgListE + 153

32 WebCore 0x02a87e04 _ZN7WebCore15JSEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE + 1012

33 WebCore 0x02a878c4 _ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE + 180

34 WebCore 0x02a0a416 _ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventE + 70

35 WebCore 0x02a0a489 _ZN7WebCore4Node17handleLocalEventsEPNS_5EventE + 73

36 WebCore 0x02a09cc2 _ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE + 882

37 WebCore 0x02a09919 _ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE + 41

38 WebCore 0x0308db5b _ZN7WebCore15EventDispatcher13dispatchEventEPNS_4NodeEN3WTF10PassRefPtrINS_21EventDispatchMediatorEEE + 139

39 WebCore 0x02a0987a _ZN7WebCore4Node13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE + 58

40 WebCore 0x02a2b92c _ZN7WebCore8Document15finishedParsingEv + 236

41 WebCore 0x02a2b82d _ZN7WebCore15HTMLTreeBuilder8finishedEv + 29

42 WebCore 0x02a0d9e6 _ZN7WebCore18HTMLDocumentParser20prepareToStopParsingEv + 166

43 WebCore 0x02aa8736 _ZN7WebCore18HTMLDocumentParser14notifyFinishedEPNS_14CachedResourceE + 118

44 WebCore 0x030f520b _ZThn28_N7WebCore18HTMLDocumentParser14notifyFinishedEPNS_14CachedResourceE + 27

45 WebCore 0x02aa866c _ZN7WebCore14CachedResource11checkNotifyEv + 60

46 WebCore 0x02aa5e59 _ZN7WebCore17SubresourceLoader16didFinishLoadingEd + 137

47 WebCore 0x02a6bcec _ZN7WebCore14ResourceLoader16didFinishLoadingEPNS_14ResourceHandleEd + 28

48 WebCore 0x02a6bcc7 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 71

49 Foundation 0x98fc227c -[NSURLConnectionDelegateProxy connectionDidFinishLoading:] + 49

50 Foundation 0x98fbf969 ___NSURLConnectionDidFinishLoading_block_invoke_0 + 40

51 Foundation 0x98fbf56c __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 40

52 Foundation 0x98fbf4ee -[NSURLConnectionInternalConnection invokeForDelegate:] + 33

53 Foundation 0x98fbf4a7 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 225

54 Foundation 0x98fbf3a5 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76

55 Foundation 0x98fbf937 _NSURLConnectionDidFinishLoading + 43

56 CFNetwork 0x99b23a18 ___delegate_didFinishLoading_block_invoke_0 + 40

57 CFNetwork 0x99b15e0f ___withDelegateAsync_block_invoke_0 + 99

58 CFNetwork 0x99bb08c3 __block_global_1 + 25

59 CoreFoundation 0x96485510 CFArrayApplyFunction + 192

60 CFNetwork 0x99b06ddd _ZN19RunloopBlockContext7performEv + 133

61 CFNetwork 0x99bb0c93 _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv + 20

62 CFNetwork 0x99b06cab _ZN17MultiplexerSource7performEv + 255

63 CoreFoundation 0x9646466f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15

64 CoreFoundation 0x96464099 __CFRunLoopDoSources0 + 233

65 CoreFoundation 0x96489e46 __CFRunLoopRun + 934

66 CoreFoundation 0x9648963a CFRunLoopRunSpecific + 378

67 CoreFoundation 0x964894ab CFRunLoopRunInMode + 123

68 HIToolbox 0x96c6d15a RunCurrentEventLoopInMode + 242

69 HIToolbox 0x96c6cec9 ReceiveNextEventCommon + 374

70 HIToolbox 0x96c6cd44 BlockUntilNextEventMatchingListInMode + 88

71 AppKit 0x98547a3a _DPSNextEvent + 724

72 AppKit 0x9854726c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119

73 AppKit 0x9853d6cc -[NSApplication run] + 855

74 Skype 0x000d64ab Skype + 873643

75 Skype 0x0007df49 Skype + 511817

)

14.11.12 09:33:30,216 Skype[179]: Application is not entitled to access AddressBook contacts

14.11.12 09:33:30,000 kernel[0]: Sandbox: sandboxd(225) deny mach-lookup com.apple.coresymbolicationd

14.11.12 09:33:31,361 sandboxd[225]: ([169]) tccd(169) deny mach-lookup com.apple.ls.boxd

14.11.12 09:33:31,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::performPowerStateChange(1, 2)

14.11.12 09:33:31,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStart

14.11.12 09:33:31,000 kernel[0]: calling channelStart() for channel 0

14.11.12 09:33:31,000 kernel[0]: PCMDIR_PLAY: Stream setup format=10001000 speed=192000

14.11.12 09:33:31,000 kernel[0]: PCMDIR_PLAY: Stream setup nid=2: format=0x1831, digFormat=0x0001

14.11.12 09:33:31,787 Skype[179]: -[WebAdapterWebViewController(WebResourceLoadDelegate) webView:resource:didFailLoadingWithError:fromDataSource:]: WebAdapter resource 0 load failed with error Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x98c2e40 {NSErrorFailingURLStringKey=https://apps.skype.com/adapter/facebook/, NSErrorFailingURLKey=https://apps.skype.com/adapter/facebook/, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet., NSUnderlyingError=0x98c0870 "Es besteht anscheinend keine Verbindung zum Internet."}

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::performAudioEngineStart

14.11.12 09:33:34,000 kernel[0]: calling channelStart() for channel 2

14.11.12 09:33:34,000 kernel[0]: PCMDIR_REC: Stream setup format=10000010 speed=96000

14.11.12 09:33:34,000 kernel[0]: PCMDIR_REC: Stream setup nid=7: format=0x0811, digFormat=0x0001

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStop

14.11.12 09:33:34,000 kernel[0]: calling channelStop() for channel 0

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::peformFormatChange(0xffffff800b583000, 0xffffff807e57bc80, 0xffffff7f807c61e0)

14.11.12 09:33:34,000 kernel[0]: channelSetFormat(0x10001000) for channel 0 returned 0

14.11.12 09:33:34,000 kernel[0]: buffer size: 65536, channels: 2, bit depth: 24, # samp. frames: -554050772992

14.11.12 09:33:34,000 kernel[0]: channelSetSpeed(48000) for channel 0 returned 48000

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStart

14.11.12 09:33:34,000 kernel[0]: calling channelStart() for channel 0

14.11.12 09:33:34,000 kernel[0]: PCMDIR_PLAY: Stream setup format=10001000 speed=48000

14.11.12 09:33:34,000 kernel[0]: PCMDIR_PLAY: Stream setup nid=2: format=0x0031, digFormat=0x0001

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b583400]::performAudioEngineStop

14.11.12 09:33:34,000 kernel[0]: calling channelStop() for channel 2

14.11.12 09:33:34,399 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[132]) Exit timeout elapsed (20 seconds). Killing

14.11.12 09:33:34,000 kernel[0]: VoodooHDAEngine[0xffffff800b58dc00]::performAudioEngineStop

14.11.12 09:33:34,000 kernel[0]: calling channelStop() for channel 0

14.11.12 09:33:34,000 kernel[0]: VoodooHDADevice[0xffffff800b5a6c00]::performPowerStateChange(2, 1)

14.11.12 09:33:37,255 _networkd[230]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds

14.11.12 09:33:37,606 _networkd[233]: Unable to resolve hostname(s)

14.11.12 09:33:37,625 ntpd[91]: proto: precision = 1.000 usec

14.11.12 09:33:41,033 Skype[179]: -[bAManager connection:didFailWithError:]: connection failed with error Error Domain=NSURLErrorDomain Code=-1001 "Zeitüberschreitung bei der Anforderung." UserInfo=0x19562c0 {NSErrorFailingURLStringKey=httpfe://api.skype/web/session?_method=PUT, NSErrorFailingURLKey=httpfe://api.skype/web/session?_method=PUT, NSLocalizedDescription=Zeitüberschreitung bei der Anforderung., NSUnderlyingError=0x986f6b0 "Zeitüberschreitung bei der Anforderung."}

14.11.12 09:33:41,946 awacsd[62]: KV HTTP 0

14.11.12 09:33:54,513 com.apple.SecurityServer[15]: Killing auth hosts

14.11.12 09:33:54,513 com.apple.SecurityServer[15]: Session 100009 destroyed

14.11.12 09:33:56,075 mdworker[238]: Unable to talk to lsboxd

14.11.12 09:33:56,000 kernel[0]: Sandbox: sandboxd(245) deny mach-lookup com.apple.coresymbolicationd

14.11.12 09:33:57,229 sandboxd[245]: ([238]) mdworker(238) deny mach-lookup com.apple.ls.boxd (pre-ls-info fstype:hfs fsflag:480D000 flags:250000005E diag:0 uti:com.apple.application-bundle plugin:/Library/Spotlight/Application.mdimporter - find suspect file using: sudo mdutil -t 387700)

14.11.12 09:34:01,637 Skype[179]: -[sKUpgradeChecker pingUISkypeCom:]: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x9899f40 {NSErrorFailingURLStringKey=http://ui.skype.com/ui/3/6.0.0.2946/en/getlatestversion?format=plist&uhash=1ddf8a03d4dffe62a008e0801b831ecc9&machine=MacBookPro8%2C1&osversion=1082&ver=6.0.0.2946, NSErrorFailingURLKey=http://ui.skype.com/ui/3/6.0.0.2946/en/getlatestversion?format=plist&uhash=1ddf8a03d4dffe62a008e0801b831ecc9&machine=MacBookPro8%2C1&osversion=1082&ver=6.0.0.2946, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet., NSUnderlyingError=0x3ef2f00 "Es besteht anscheinend keine Verbindung zum Internet."}

14.11.12 09:34:12,051 com.apple.SecurityServer[15]: Session 100011 created

14.11.12 09:34:21,956 awacsd[62]: KV HTTP 0

14.11.12 09:35:14,860 blued[256]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501

14.11.12 09:35:14,000 kernel[0]: considerRebuildOfPrelinkedKernel com.paragon-software.filesystems.ntfs triggered rebuild

14.11.12 09:35:14,000 kernel[0]: [AppleBluetoothHCIControllerUSBTransport][start] -- completed

14.11.12 09:35:14,000 kernel[0]: [iOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification

14.11.12 09:35:14,000 kernel[0]: [iOBluetoothHCIController::setConfigState] calling registerService

14.11.12 09:35:15,000 kernel[0]: IOUserEthernetController: Ethernet address 00:1f:3a:eb:3e:e4

14.11.12 09:35:15,027 UserEventAgent[148]: add service for Bluetooth-DUN

14.11.12 09:35:15,053 UserEventAgent[148]: add service for Bluetooth-PAN

14.11.12 09:35:15,141 configd[17]: network changed.

14.11.12 09:35:17,000 kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e00002ed

14.11.12 09:35:39,877 CalendarAgent[190]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7fac694a9190 {NSUnderlyingError=0x7fac6ad10970 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/wimi348%40googlemail.com/user/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/wimi348%40googlemail.com/user/, AccountName=wimi348@googlemail.com, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:35:40,121 CalendarAgent[190]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet." UserInfo=0x7fac6949ec50 {NSUnderlyingError=0x7fac6ac33830 "Es besteht anscheinend keine Verbindung zum Internet.", NSErrorFailingURLStringKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, NSErrorFailingURLKey=https://scholz.fabi%40gmail.com@calendar.google.com/calendar/dav/scholz.fabi%40gmail.com/user/, AccountName=Google, CalDAVErrFromRefresh=YES, NSLocalizedDescription=Es besteht anscheinend keine Verbindung zum Internet.}]

14.11.12 09:35:41,962 awacsd[62]: KV HTTP 0

14.11.12 09:35:48,000 kernel[0]: AppleUSBEthernetHost::getHardwareEthernetAddress: MAC address = 6:1e:64:45:86:52

14.11.12 09:35:48,000 kernel[0]: AppleUSBEthernetHost::getPreferredAltSetting: request failed, e000404f

14.11.12 09:35:48,000 kernel[0]: AppleUSBEthernetHost::powerStateChangeOccurred: intf is not enabled, ignoring ... st: 0

14.11.12 09:35:48,000 kernel[0]: AppleUSBEthernetHost: Ethernet address 06:1e:64:45:86:52

14.11.12 09:35:48,098 UserEventAgent[148]: add service for iPhone-USB

14.11.12 09:35:48,200 configd[17]: network changed.

14.11.12 09:35:49,749 netbiosd[275]: Unable to start NetBIOS name service:

14.11.12 09:35:52,038 configd[17]: network changed: v4(en3+:172.20.10.2) DNS+ Proxy+ SMB

14.11.12 09:35:54,001 PTPCamera[268]: waitForCallbackThreadConditionSignalWithTimeout: pthread_cond_timedwait() failed, status = 60

14.11.12 09:35:54,488 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

14.11.12 09:35:54,489 SystemUIServer[163]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

14.11.12 09:35:57,001 PTPCamera[268]: waitForCallbackThreadConditionSignalWithTimeout: pthread_cond_timedwait() failed, status = 60

14.11.12 09:35:58,001 PTPCamera[268]: waitForCallbackThreadConditionSignalWithTimeout: pthread_cond_timedwait() failed, status = 60

14.11.12 09:36:01,000 PTPCamera[268]: waitForCallbackThreadConditionSignalWithTimeout: pthread_cond_timedwait() failed, status = 60

14.11.12 09:36:02,001 PTPCamera[268]: waitForCallbackThreadConditionSignalWithTimeout: pthread_cond_timedwait() failed, status = 60

 

 

 

I attached my patched AppleRTC and DSDT: Sleep data.zip

 

 

Thank you!

Link to comment
Share on other sites

sleep:Proper combination for sleep is:

1) patched HPET, TIMR, RTC, PIC sections

2) patched EHCI/UHCI sections

3) patched AppleLPC kext to match chipset id

4) removed NullCPUPowerManagement,

5) patched AppleRTC kext to solve CMOS reset after sleep

  • Like 1
Link to comment
Share on other sites

@#10: Thank you, but this also does not work :(

 

@#9: Thank you, too. I will check it later.

 

Sorry, double post (can not edit with Tapatalk): I edit my post #8 to give more information which maybe (and hopely ;)) helps to fix my issue :)

Link to comment
Share on other sites

type in app Terminal: sudo pmset -g assertions

and post results

 

and this: syslog | grep -i "wake reason"

 

 

 

 

and you have more problems in your boot log this is one:

 

14.11.12 09:33:05,000 kernel[0]: NVEnabler: False ROM signature: 0x0000

14.11.12 09:33:05,000 kernel[0]: NVEnabler: probe : patch PROM

14.11.12 09:33:05,000 kernel[0]

: ** AppleSMBusPCI::start failed to get acpi path for provider

14.11.12 09:33:05,000 kernel[0]: NVEnabler: dcb table at offset 0x86e2

14.11.12 09:33:05,000 kernel[0]: NVEnabler: dcb numentries 10

 

14.11.12 09:33:03,000 kernel[0]: [ PCI configuration end, bridges 7 devices 21 ]

14.11.12 09:33:03,000 kernel[0]:

USBF: 0.453 We could not find a corresponding USB EHCI controller for our OHCI controller at PCI device number26

14.11.12 09:33:03,000 kernel[0]: BCM5722D (Build date/time: Aug 16 2012 23:50:52)

14.11.12 09:33:03,000 kernel[0]: BTCOEXIST off

 

and this

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyboardModifierMappingPairs Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetPointer Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDPointerButtonMode Value: 2

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDClickTime Value: 500000000

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollReset Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollAcceleration Value: 20480

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDResetKeyboard Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDKeyRepeat Value: 83333333

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDInitialKeyRepeat Value: 500000000

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysOn Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDStickyKeysShiftToggles Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDSlowKeysDelay Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOn Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDMouseKeysOptionToggles Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: MouseKeysStopsTrackpad Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDScrollZoomModifierMask Value: 0

14.11.12 09:33:09,000 kernel[0]: ApplePS2ALPSGlidePoint: Dictionary Object: HIDDefaultParameters Value: ??

  • Like 1
Link to comment
Share on other sites

Hello,

 

tried the patched AppleRTC - no success. Disabling Firewire is not possible (I don't like my bios -.-)..

 

The VoodooHDA kext (it's a custom one) activates my headspeakers - no other VoodooHDA kext had done this...

 

Maybe the graphic kexts (NVDANV50Hal, NVDAResman, NVEnabler64) are the problem? Can someone give me the original 10.8.2 kexts so I can swap these?

 

Thank you again for your help!

 

/edit: No one anymore?

Link to comment
Share on other sites

Hello,

 

thank you for answering :)

 

I have mountain lion and the autosleep script is for 10.6.x and 10.7.x but I am giving it a try tomorrow.

 

I installed OS X ML again and tried sleep without custom graphic kexts. It does not work...

Link to comment
Share on other sites

man, your problem is with USB EHCI section in your DSDT, if you not solve this problem , never your sleep go work.:

 

USBF: 0.453 We could not find a corresponding USB EHCI controller for our OHCI controller at PCI device number26

 

 

 

: ** AppleSMBusPCI::start failed to get

acpi path for provider

 

 

Link to comment
Share on other sites

Maybe someone can fill me in, but why it say "USBF: 0.453 We could not find a corresponding USB EHCI" USB obviously "controller for our OHCI controller at PCI device number26" but OHCI is Firewire.... Am I missing something, or is that just seriously jacked up DSDT????

Link to comment
Share on other sites

and

 

I have mountain lion and the autosleep script is for 10.6.x and 10.7.x but I am giving it a try tomorrow.

 

?

 

Auto Sleep script? Where did this suddenly come into play?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Hello,

 

thanks for all answers!

 

Nothing worked for me :( So I give up and use my hackintosh without sleep. I cannot spend more time to try activating it.

 

Thanks everybody for your help, maybe someone other help this thread.

Link to comment
Share on other sites

 Share

×
×
  • Create New...