trifero Posted November 30, 2015 Share Posted November 30, 2015 Hello everybody. Firstable, thanks to Kogen Mantis for this work. And everybody else for the invaluable info. Don´t know why, i can´t flash my T420 with the modded bios 83ET76WW (1.46) Nothing seems to be done. Anyone can help me? Thanks a lot Link to comment Share on other sites More sharing options...
tluck Posted December 1, 2015 Share Posted December 1, 2015 well. trifero - not sure why you cant flash bios. first download the standard Lenovo 1.46 and flash that. then try the modded version. bad news though for me. my T420 mobo just died on me. so i will probably retire it since it is out of warranty and it is a employer-provided box ... maybe get a newer model (T450?)... Link to comment Share on other sites More sharing options...
trifero Posted December 1, 2015 Share Posted December 1, 2015 Thanks, tluck, for your quick reply. Really don´t know why i can´t reflash. I have already the 1,46. I can´t reflash with the original BIOS 1.46 cause the utility says that I have already that version. When I try to apply the modded flash, running flash.bat as administrator, the command line windows calls WINUPPT.exe -s and then close then windows. Thanks Link to comment Share on other sites More sharing options...
tinuvie Posted December 1, 2015 Share Posted December 1, 2015 Hi everybody, I have a T420 (HD3000 &1368x766 display & v1.46 bios). I have tried to follow this guide to install OS X El Capitan but I must confess I am a complete beginner. I have already struggled to install OS X but I am stuck in the post-installation steps. I would greatly appreciate some help. So far, I have done the following : _ I successfully installed clover on HD and replaced the EFI\BOOT and EFI\CLOVER on the HD by the USB ones. _ I made a mistake at the next step : I tried to run the bash script from a USB stick (my EFI on the HD was hidden due to a reboot and, at that time, I didn't know how to mount it). The script reported a lot of errors and the kext didn't show in the /Library/Extensions folder. I even made things worse (do not kick me) by manually putting the required kexts in /Library/Extensions... at this point I decided the best option was to get some sleep. _ Today, I manually removed the kexts I put in in /Library/Extensions. Then I figured out how to access to the hidden EFI on the HD and launched the bash script from there. This time the script reports that the differents kexts have been installed in /Library/Extensions but after the "sleep 20" step it reports the following type of error a multiple time for every kext : "Can't open CFBundle for /Library/Extensions/FakeSMC.kext/Contents/Plugins/._ACPISensors.kext" What should I do ? " Link to comment Share on other sites More sharing options...
tluck Posted December 1, 2015 Share Posted December 1, 2015 @tinuvie - well you can just remove the garbage files in /Library/Extensions run something like this sudo rm /Library/Extensions/FakeSMC.kext/Contents/Plugins/._ACPISensors.kext or sudo find /Library/Extensions -name ._\* -delete it might be better for you to copy the zip contents to the HD in say ~/Downloads then run the _kext-install.bash script from there. rerunning the script is OK as it will just remove the previous stuff. Link to comment Share on other sites More sharing options...
trifero Posted December 1, 2015 Share Posted December 1, 2015 Tinuvie. Why don´t you make invisibles files visible and make it form Finder? Link to comment Share on other sites More sharing options...
tinuvie Posted December 1, 2015 Share Posted December 1, 2015 Thanks so much, removing the garbage and then launching the script from ~Downloads did the trick. I got the same exact report as the one tluck posted a few pages ago. My first boot from the HD UEFI was successful ! This is a great work you did there guys ! I am just missing the wifi. I guess I need to replace the intel one with a compatible one. What wifi card would you advise me ? If possible one which would work out of the box. Regards, Alex Link to comment Share on other sites More sharing options...
Manwe150 Posted December 2, 2015 Share Posted December 2, 2015 > Actually the list of what is working seems to be endless - the build is so solid that I've even managed to plug an external Nvidia GTX 760 GPU (through ExpressCard slot) ... this sounded really interesting, so I decided to give it a go myself. BoM: - http://www.newegg.com/Product/Product.aspx?Item=9SIA8RU3967552(PE4C-EC060A V3.0 - eGPU PCIe x16 interface for ExCard x1 connecter) - http://www.newegg.com/Product/Product.aspx?Item=N82E16814500384(ZOTAC GeForce GT 740 ZT-71006-10BB 2GB 128-Bit DDR3 PCIe 3.0) - random 20pin ATX power supply I had from an old computer after a few initial missteps, I realized the DSDT edit mentioned above was to revert the change of the expresscard port of SLOT -> XHC1, and instead replace the name SLOT with GFX0. then everything just worked OTB. initial benchmarks with Diablo III seems to show that this eGPU runs at ~50 fps (at high graphics settings), vs. ~20 fps with HD3000 IGPU (with low graphics settings). thanks @plesho! just a quick update in case anyone was following along at home: while the GFX0 card (NVIDIA GT 740) worked OTB for running normal apps, it didn't support CUDA and wasn't being detected correctly by Adobe (which were largely my reasons for wanting this originally), Cinebench, etc. after installing the latest NVIDIA webdriver (currently 346.03.04b02 at http://www.insanelymac.com/forum/topic/306535-nvidia-web-driver-updates-for-el-capitan-update-12022015/)& CUDA driver, those issues were fixed, and I felt I was seeing performance improvements also (to enable the GPU in After Effects & Premiere CS6 required a quick edit to a text file in each to add to the supported GPU list. google for the details.) Link to comment Share on other sites More sharing options...
trifero Posted December 3, 2015 Share Posted December 3, 2015 @tluck I got a replacement bluetooth dongle from a T430, I mounted it in the original slot. Sadly MacOS doesn't recognize it as a bluetooth dongle. I guess I need to modify/patch the dsdt.aml to change it Vendor & Product ID, but I never did that before... And as there are so many different tools out there can you please give some advice which tools and howto's to use? I'ld really like to learn how to do so, because since I installed MacOS I couldn't use my UltraBay Battery... And I guess that could be fixed too! Got it, installed BTFirmwareUploader.kext and added this <key>BCM-Lenovo-4352-21e6-0a5c</key> <dict> <key>BTController</key> <string>BCMCOMBO</string> <key>CFBundleIdentifier</key> <string>org.emlydinesh.driver.BTFirmwareUploader</string> <key>DeviceSpecificFw</key> <true/> <key>IOClass</key> <string>BTFirmwareUploader</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>UpdFwAfterSleep</key> <false/> <key>idProduct</key> <integer>8678</integer> <key>idVendor</key> <integer>2652</integer> </dict> to Info.plist... ;-) But I'm still interested to get my UltraBay Battery back into duty... mircsicz , thank you so much! Worked like a charm for me. Link to comment Share on other sites More sharing options...
ag6952563 Posted December 9, 2015 Share Posted December 9, 2015 Hi guys- A couple of questions: 1. Any issues updating to 10.11.2? 2. I have noticed that with the latest couple of packs, sometimes when I do a shutdown, the system reboots automatically. Anyone experiencing this? Any ideas why? Thanks, AJ Link to comment Share on other sites More sharing options...
tluck Posted December 9, 2015 Share Posted December 9, 2015 10.11.2 is working great. been using the betas along the way. well i have not seen the shutdown issue you're seeing. 2 Link to comment Share on other sites More sharing options...
XSmile2008 Posted December 13, 2015 Share Posted December 13, 2015 Hi. I have some questions about temperature of my T420 with i5 2520m. When i watch 1080p video on youtube or work with powerful software, temperature is above 75 degrees and up to 85 degrees. It normal? Notebook is clean and have new thermal paste. In CPU burn i got temperature 93 degrees. Now while I editing this post I have temperature about 47-48 degrees. And I have some trouble with performance. Sometimes it so many lags. 1080p 60fps video on youtube lags. When I launch Word 2016, Intellij IDEA, airmail and chrome, I have few seconds latency in text input! It very hard to programming. It normal? I use 7200rpm 320gb HDD. Time to replace it with SSD? Link to comment Share on other sites More sharing options...
tluck Posted December 14, 2015 Share Posted December 14, 2015 @Xsmile2008 the temperature seems about right for high CPU - i see the same thing for heavy use. somethings i push the ThinkVantage Blue button to force the fan to run at maximum speed if am doing a lot of CPU intensive work. There are a few Fan control programs that can provide more linearity on heat vs speed. i use Mac Fans Control. Well on Disk issue, i will say once you run from an SSD you will never want to go back to spinning disk! my lenovo T420 cold boots to login in under 2 seconds vs 20-30 seconds. I run VMware a lot and there is no contest. i am not sure IO wait what is causing your system lags or not. Link to comment Share on other sites More sharing options...
XSmile2008 Posted December 15, 2015 Share Posted December 15, 2015 Do you have lags when watching 1080p60fps video on youtube? Why it need so much cpu resources. CPU load is about 170-230% (full load 1-2 threads of 4). Youtube is not use GPU for video rendering? I turn on developers features in chrome and see this Why it use only 5mb of VRAM for 1080p60fps? Link to comment Share on other sites More sharing options...
tluck Posted December 15, 2015 Share Posted December 15, 2015 @Xsmile2008 - seems like an issue with chrome on mac os - see this https://discussions.apple.com/thread/5572267?start=45&tstart=0 is it playing video with html5 or adobe player? I would kill chrome and test and compare you-tube with safari. Link to comment Share on other sites More sharing options...
pabragin Posted December 15, 2015 Share Posted December 15, 2015 Hi, everyone. Keyno or somebody solved an issue with t420s sleep mode in EL Capitan 10.11.x? All works great, except this. Tried installing DSDT.aml from ACPI.T420s with no luck. Link to comment Share on other sites More sharing options...
tluck Posted December 15, 2015 Share Posted December 15, 2015 @pabragin - well i can post a T420s dsdt with some of the same changes i made on the T420 going to El Capitan. which is about changing EHC1 and EHC2 names and removing some _PRW calls from HDEF and IGBE... but i don't know anything about USB3 on that box... what is the reason for wake in the logs? Link to comment Share on other sites More sharing options...
pabragin Posted December 16, 2015 Share Posted December 16, 2015 As you said before it is looks like on USB troubles, because I found this in logs: "Wake reason: EHC2". USB 3.0 controller, that used in thin this notebook is NEC with device id 0194. I'm noob in hackintosh, so really need your help tluck Dont sure what logs do you need, so I took system.log and my lspci. This is my lspci: pcilib: 0000:00:1f.3 64-bit device address ignored. pcilib: 0000:00:1b.0 64-bit device address ignored. pcilib: 0000:00:16.0 64-bit device address ignored. pcilib: 0000:00:02.0 64-bit device address ignored. pcilib: 0000:00:02.0 64-bit device address ignored. 00:00.0 Host bridge: Intel Corporation Unknown device 0104 (rev 09) 00:02.0 VGA compatible controller: Intel Corporation Unknown device 0126 (rev 09) 00:16.0 Communication controller: Intel Corporation Unknown device 1c3a (rev 04) 00:16.3 Serial controller: Intel Corporation Unknown device 1c3d (rev 04) 00:19.0 Ethernet controller: Intel Corporation Unknown device 1502 (rev 04) 00:1a.0 USB Controller: Intel Corporation Unknown device 1c2d (rev 04) 00:1b.0 Audio device: Intel Corporation Unknown device 1c20 (rev 04) 00:1c.0 PCI bridge: Intel Corporation Unknown device 1c10 (rev b4) 00:1c.1 PCI bridge: Intel Corporation Unknown device 1c12 (rev b4) 00:1c.3 PCI bridge: Intel Corporation Unknown device 1c16 (rev b4) 00:1c.4 PCI bridge: Intel Corporation Unknown device 1c18 (rev b4) 00:1d.0 USB Controller: Intel Corporation Unknown device 1c26 (rev 04) 00:1f.0 ISA bridge: Intel Corporation Unknown device 1c4f (rev 04) 00:1f.2 SATA controller: Intel Corporation Unknown device 1c03 (rev 04) 00:1f.3 SMBus: Intel Corporation Unknown device 1c22 (rev 04) 03:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01) 0d:00.0 USB Controller: NEC Corporation Unknown device 0194 (rev 04) This is my system log after I pressed to sleep: Dec 16 11:09:04 Pavels-MacBook-Pro AirPlayUIAgent[365]: 2015-12-16 11:09:04.938414 AM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification Dec 16 11:09:05 Pavels-MacBook-Pro identityservicesd[359]: <IMMacNotificationCenterManager: 0x7f88baf4f0b0>: notification observer: com.apple.iChat notification: __CFNotification 0x7f88baf0e0c0 {name = _NSDoNotDisturbEnabledNotification} Dec 16 11:09:05 Pavels-MacBook-Pro imagent[366]: <IMMacNotificationCenterManager: 0x7fb7abc166a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7fb7abd071f0 {name = _NSDoNotDisturbEnabledNotification} Dec 16 11:09:05 Pavels-MacBook-Pro imagent[366]: <IMMacNotificationCenterManager: 0x7fb7abc166a0>: NC Disabled: NO Dec 16 11:09:05 Pavels-MacBook-Pro identityservicesd[359]: <IMMacNotificationCenterManager: 0x7f88baf4f0b0>: NC Disabled: NO Dec 16 11:09:05 Pavels-MacBook-Pro imagent[366]: <IMMacNotificationCenterManager: 0x7fb7abc166a0>: DND Enabled: YES Dec 16 11:09:05 Pavels-MacBook-Pro identityservicesd[359]: <IMMacNotificationCenterManager: 0x7f88baf4f0b0>: DND Enabled: YES Dec 16 11:09:05 Pavels-MacBook-Pro imagent[366]: <IMMacNotificationCenterManager: 0x7fb7abc166a0>: Updating enabled: NO (Topics: ( )) Dec 16 11:09:05 Pavels-MacBook-Pro identityservicesd[359]: <IMMacNotificationCenterManager: 0x7f88baf4f0b0>: Updating enabled: NO (Topics: ( )) Dec 16 11:09:05 Pavels-MacBook-Pro WindowServer[173]: device_generate_desktop_screenshot: authw 0x7f9e2a15c200(2000), shield 0x7f9e2a066800(2001) Dec 16 11:09:05 Pavels-MacBook-Pro WindowServer[173]: no sleep images for WillPowerOffWithImages Dec 16 11:09:05 Pavels-MacBook-Pro WindowServer[173]: device_generate_desktop_screenshot: authw 0x7f9e2a15c200(2000), shield 0x7f9e2a066800(2001) Dec 16 11:09:05 Pavels-MacBook-Pro WindowServer[173]: device_generate_lock_screen_screenshot: authw 0x7f9e2a15c200(2000)[0, 0, 0, 0] shield 0x7f9e2a066800(2001), dev [1920,1080] Dec 16 11:09:05 Pavels-MacBook-Pro WindowServer[173]: no sleep images for WillPowerOffWithImages Dec 16 11:09:05 Pavels-MacBook-Pro kernel[0]: PM response took 303 ms (92, loginwindow) Dec 16 11:09:05 Pavels-MacBook-Pro kernel[0]: PM response took 304 ms (92, loginwindow) Dec 16 11:09:05 Pavels-MacBook-Pro com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.user.501): Service "com.apple.xpc.launchd.unmanaged.loginwindow.92" tried to hijack endpoint "com.apple.tsm.uiserver" from owner: com.apple.SystemUIServer.agent Dec 16 11:09:19 --- last message repeated 1 time --- Dec 16 11:09:19 Pavels-MacBook-Pro loginwindow[92]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. Dec 16 11:09:20 Pavels-MacBook-Pro powerd[52]: BUG in libdispatch: 15C50 - 1631 - 0x0 Dec 16 11:09:20 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 234 out of 236 Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: PM response took 3215 ms (52, powerd) Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: 162.602492: performCountryCodeOperation: Skip notifying link down, resetting country code Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: kern_open_file_for_direct_io(0) Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: kern_open_file_for_direct_io took 187 ms Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 Dec 16 11:09:23 Pavels-MacBook-Pro kernel[0]: polled file major 1, minor 3, blocksize 4096, pollers 5 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate image path: /var/vm/sleepimage Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: efi pagecount 834 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall(preflight 1) start Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall time: 208 ms Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: pages 880884, wire 272428, act 237304, inact 913, cleaned 0 spec 36, zf 7665, throt 0, compr 0, xpmapped 0 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: could discard act 44035 inact 31184 purgeable 10220 spec 277099 cleaned 0 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall preflight pageCount 518346 est comp 50 setfile 1142947840 min 4294967296 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: kern_open_file_for_direct_io(0) Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: kern_open_file_for_direct_io took 10 ms Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, extents 4, maxio 2000000 ssd 1 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: polled file major 1, minor 3, blocksize 4096, pollers 5 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_alloc_pages act 291559, inact 39762, anon 7827, throt 0, spec 277137, wire 317650, wireinit 53774 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_setup(0) took 11 ms Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: en1: BSSID changed to 28:28:5d:d8:b4:88 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: en1: channel changed to 9 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.075073: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.089325: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving). Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Got incomplete channel sequence length 0, should be 16 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099762: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099767: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099770: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Got incomplete channel sequence length 0, should be 16 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099781: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099783: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099788: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099790: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: en1: channel changed to 9 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: en1::IO80211Interface::postMessage bssid changed Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 163.099845: setDISASSOCIATE ****STA SYNC DISASSOC SUCCESS Dec 16 11:09:24 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall(preflight 0) start Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall time: 233 ms Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: pages 880342, wire 271884, act 235109, inact 31, cleaned 0 spec 36, zf 7665, throt 0, compr 0, xpmapped 40000 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: could discard act 46230 inact 32066 purgeable 10220 spec 277101 cleaned 0 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: WARNING: hibernate_page_list_setall skipped 3077 xpmapped pages Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_page_list_setall found pageCount 514725 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOHibernatePollerOpen(0) Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: encryptStart 14030 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: bitmap_size 0x3ea1c, previewSize 0x3020, writing 513261 pages @ 0x55a6c Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: encryptEnd 9385400 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: image1Size 0xe4cf000, encryptStart1 0x14030, End1 0x9385400 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: encryptStart e4cf000 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: encryptEnd 2ad9f600 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: PMStats: Hibernate write took 3417 ms Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: all time: 3417 ms, comp bytes: 2102321152 time: 1452 ms 1380 Mb/s, crypt bytes: 633608656 time: 1086 ms 556 Mb/s, Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: image 718929920 (16%), uncompressed 2102321152 (513262), compressed 715012376 (34%), sum1 aa2d616f, sum2 761390a8 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: svPageCount 4505, zvPageCount 147957, wiredPagesEncrypted 206989, wiredPagesClear 63432, dirtyPagesEncrypted 242841 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: hibernate_write_image done(0) Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: sleep Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Wake reason: EHC2 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: No interval found for . Using 8000000 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Previous sleep cause: 5 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: en1: channel changed to 9 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: Sandbox: mDNSResponder(89) deny(1) mach-lookup com.apple.distributed_notifications@1v3 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.511228: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.511925: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.513125: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.513552: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro symptomsd[232]: -[NetworkAnalyticsEngine _writeJournalRecord:fromCellFingerprint:key:atLOI:ofKind:lqm:isFaulty:] Hashing of the primary key failed. Dropping the journal record. Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.520179: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.520505: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostControllerUSBTransport][startBulkPipeRead] -- mInt0BulkInPipe->clearStall (true) failed with error 0xE0005000 (kUSBHostReturnPipeStalled) -- 0x1800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostControllerUSBTransport][startInterruptPipeRead] -- mInt0InterruptPipe->clearStall (true) failed with error 0xE0005000 (kUSBHostReturnPipeStalled) -- 0x1800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: [iOBluetoothHostControllerUSBTransport][setRemoteWakeUp] -- deviceRequest() failed: 0xE0005000 (kUSBHostReturnPipeStalled) Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostControllerUSBTransport][DeviceRequestCompleteHandler] -- Received 0xE0005000 (kUSBHostReturnPipeStalled) -- 0x1800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostControllerUSBTransport][DoDeviceReset] -- Re-Enumeration is currently not permitted -- this = 0x1800 **** Dec 16 11:09:29 Pavels-MacBook-Pro blued[83]: Host controller terminated Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: [iOBluetoothHostController][sendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002c0 (kIOReturnNoDevice)) for opCode 0x0c01 (Set Event Mask) Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostController][CleanUpForCompletePowerChangeFromSleepToOn] -- Error! Beware Set Event Mask command failed, and this could cause strange behavior -- this = 0xd900 Dec 16 11:09:29 Pavels-MacBook-Pro cfprefsd[125]: BUG in libdispatch: 15C50 - 1631 - 0x0 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x2800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [broadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0x2800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: [iOBluetoothFamily][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x2800 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: [iOBluetoothHostController::setConfigState] calling registerService Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothFamily][ProcessBluetoothTransportShowsUpActionWL] -- calling IOBluetoothFamily's registerService() -- 0xac10 -- 0x9400 -- 0x2800 **** Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: **** [iOBluetoothFamily][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xac10 -- 0x9400 -- 0x2800 **** Dec 16 11:09:29 Pavels-MacBook-Pro UserEventAgent[43]: assertion failed: 15C50: com.apple.telemetry + 36671 [b4D0B5B4-ACA1-30A4-9C70-006EEA610C17]: 0x7fa831f14d10 Dec 16 11:09:29 Pavels-MacBook-Pro blued[83]: INIT -- Host controller is published Dec 16 11:09:29 Pavels-MacBook-Pro blued[83]: hciControllerOnline; HID devices? 0 Dec 16 11:09:29 Pavels-MacBook-Pro blued[83]: hostControllerOnline - Number of Paired devices = 0, List of Paired devices = (null) Dec 16 11:09:29 Pavels-MacBook-Pro blued[83]: INIT -- Host controller is published Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.895116: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.895596: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.896195: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.896772: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.897361: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: 167.897932: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:29 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: Unexpected payload found for message 9, dataLen 0 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1: BSSID changed to 28:28:5d:d8:b4:88 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1: channel changed to 9 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1::IO80211Interface::postMessage bssid changed Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.018952: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: AirPort: Link Up on en1 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.018965: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: Got incomplete channel sequence length 0, should be 16 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019016: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019020: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019031: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019035: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019041: apple80211Request[10514] Unsupported ioctl 156 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019044: apple80211Request[10514] Unsupported ioctl 181 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1: BSSID changed to 28:28:5d:d8:b4:88 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1: channel changed to 9 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: en1::IO80211Interface::postMessage bssid changed Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: 169.019175: apple80211Request[10514] Unsupported ioctl 230 Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: in6_unlink_ifa: IPv6 address 0x7b50ca702047794f has no prefix Dec 16 11:09:30 Pavels-MacBook-Pro configd[51]: LINKLOCAL en1: parent has no IP Dec 16 11:09:30 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 0 Dec 16 11:09:30 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 1 Dec 16 11:09:30 Pavels-MacBook-Pro UserEventAgent[43]: Captive: CNPluginHandler en1: Inactive Dec 16 11:09:30 Pavels-MacBook-Pro configd[51]: network changed: v4(en1-:192.168.1.33) DNS- Proxy- Dec 16 11:09:30 Pavels-MacBook-Pro kernel[0]: AirPort: RSN handshake complete on en1 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: 169.498764: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: 169.499513: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: 169.500276: apple80211Request[10514] Unsupported ioctl 111 Dec 16 11:09:31 Pavels-MacBook-Pro kernel[0]: IOCTL not recognized: 111 out of 236 Dec 16 11:09:31 Pavels-MacBook-Pro symptomsd[232]: -[NetworkAnalyticsEngine _writeJournalRecord:fromCellFingerprint:key:atLOI:ofKind:lqm:isFaulty:] Hashing of the primary key failed. Dropping the journal record. Dec 16 11:09:31 Pavels-MacBook-Pro symptomsd[232]: __73-[NetworkAnalyticsEngine observeValueForKeyPath:ofObject:change:context:]_block_invoke unexpected switch value 2 Dec 16 11:09:31 Pavels-MacBook-Pro netbiosd[299]: network_reachability_changed : network is not reachable, netbiosd is shutting down Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 1 Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 0 Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 1 Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 0 Dec 16 11:09:31 Pavels-MacBook-Pro UserEventAgent[43]: Captive: [CNInfoNetworkActive:1748] en1: SSID 'Keenetic-7409' making interface primary (cache indicates network not captive) Dec 16 11:09:31 Pavels-MacBook-Pro UserEventAgent[43]: Captive: CNPluginHandler en1: Evaluating Dec 16 11:09:31 Pavels-MacBook-Pro configd[51]: network changed: DNS* Proxy Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 1 Dec 16 11:09:31 Pavels-MacBook-Pro ntpd[223]: sigio_handler: sigio_handler_active != 0 Dec 16 11:09:31 Pavels-MacBook-Pro UserEventAgent[43]: Captive: en1: Not probing 'Keenetic-7409' (cache indicates not captive) Dec 16 11:09:31 Pavels-MacBook-Pro UserEventAgent[43]: Captive: CNPluginHandler en1: Authenticated Dec 16 11:09:31 Pavels-MacBook-Pro configd[51]: network changed: v4(en1!:192.168.1.33) DNS+ Proxy+ SMB Dec 16 11:09:32 Pavels-MacBook-Pro symptomsd[232]: __73-[NetworkAnalyticsEngine observeValueForKeyPath:ofObject:change:context:]_block_invoke unexpected switch value 2 Dec 16 11:09:34 Pavels-MacBook-Pro kernel[0]: 000172.798717 IOUSBHostDevice@1a160000: IOUSBHostDevice::getDescriptorGated: type 0x01 index 0 length 18 completed with 0xe00002d6 and bytesTransferred 0 Dec 16 11:09:34 Pavels-MacBook-Pro kernel[0]: 000172.798747 IOUSBHostDevice@1a160000: IOUSBHostDevice::start: failed to get device descriptor Dec 16 11:09:34 Pavels-MacBook-Pro kernel[0]: 000172.799078 PRTD@1a160000: AppleUSB20HubPort::resetAndCreateDevice: failed to start device Dec 16 11:09:34 Pavels-MacBook-Pro kernel[0]: 000172.799100 PRTD@1a160000: AppleUSB20HubPort::resetAndCreateDevice: failed to create device (0xe00002e9), disabling port Dec 16 11:09:34 Pavels-MacBook-Pro kernel[0]: 000172.799381 PRTD@1a160000: AppleUSBHostPort::resetGated: retrying enumeration in 100 ms Link to comment Share on other sites More sharing options...
tluck Posted December 16, 2015 Share Posted December 16, 2015 @pabragin - you can try this dsdt. made some edits that may help. T420s-dsdt.zip 2 Link to comment Share on other sites More sharing options...
pabragin Posted December 16, 2015 Share Posted December 16, 2015 Thanks, tluck, you're my Mac god. It helps me! Only USB 3.0 dont work now, but it is not so critical for me. Anyway, will be cool if someones find solution for that Link to comment Share on other sites More sharing options...
trifero Posted December 16, 2015 Share Posted December 16, 2015 Again, thanks to tluck for this work. My T420 works unbelievable nice. Even Facetime, Messages, Handoff. Impressive. Calls form yosemite work even better than in mu "old" Macbook Air 2013. Even the geekbench is higher! Link to comment Share on other sites More sharing options...
tluck Posted December 17, 2015 Share Posted December 17, 2015 @trifero - glad all is well. This box does work quite well for OS X . my original T420 recently died on me, so i just bought a slightly broken one as a replacement on eBay for about $75. now after combing a few parts it is back to fully functional unit ... I replaced a cracked low res screen (and inverter cable) with a high res (and corresponding cable) unit, and now it almost as good as new! For nearly 2 years - had a few bumps early on - the T420 has been as reliable and stable for me as my wife's macbook air is for her. I am keeping an eye on the newer Skylake based boxes coming out because at some point a newer faster platform will be nice... but that's off-topic here 1 Link to comment Share on other sites More sharing options...
trifero Posted December 17, 2015 Share Posted December 17, 2015 tluck, waiting to read about your new project soon. Meanwhile, i could test this a minutes ago. Apple Led Display 27" connected to the display port, connected to an Apple Keyboard. Works like a charm. Amazing! Link to comment Share on other sites More sharing options...
tluck Posted December 17, 2015 Share Posted December 17, 2015 @trifero. I like that Bender is a key part of the set up. lucky you to have a nice Apple 27" screen! Yup. I have the apple keyboard and magic mouse (v1). 1 Link to comment Share on other sites More sharing options...
149113 Posted December 17, 2015 Share Posted December 17, 2015 Great thread. I'll preface this by saying I have a T520 but I managed to get this installed without any issues by following the instructions in the first post. My T520 is sitting in one of the 'advanced' docking stations with the 5 video ports and I am using only the DP ports to 2 external monitors. This is a dual boot system with 10.11.2 on the mSATA and and Win 7/64 is on the other SSD drive. The DVD was swapped for a 2TB drive. I have 16 GB RAM and an Atheros 928x OSX compatible wifi card that was whitelisted in a mod BIOS. At one point before I tried customizing the config.plist with Clover Config app, I had both monitors working flawlessly. But something changed and now I only see the Dell 3011. How do I fix that? Also, I assume the T420 to be very similar to the T520 but what if anything should I look to customize for the 520... DSDT, audio, graphics, etc...? Should I just boot without the DSDT references and let Clover figure it out or create a new T520 DSDT? Is there a way to get a higher resolution on the Clover boot menu? Mine seems to be 800x600 and does not change even if I mod that section in the GUI under Clover Config. Link to comment Share on other sites More sharing options...
Recommended Posts