Yosh76 Posted August 2, 2011 Share Posted August 2, 2011 Hi, just got my new Notebook. Selected the Hardware as much compatible as possible Got a Packard Bell Easy Note TS with Intel Core i7 - 2630qm integrated HD3000 (0x0116) Wireless Atheros AR5b97 640Gbyte HDD & 4Gbyte of Ram It´s my fourth hackintosh build - but I am stuck in booting with working DSDT.aml. The Problem is, that my system is only coming up in safe mode with -x and arch=i386. Actually tried a lot of boot loaders. At this moment I am using Chameleon RC5 latest branch (1253). I also tried to fix the DSDT.aml by using DSDTSE without success. Booting stops after DMOS has arrived and HD3000 tries to start in standard mode (not safe). Hopefully someone can help me with the DSDT. I think the DSDT is wrong for the HD3000? Thanks a lot! cheers, yosh76 send_me.zip Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/ Share on other sites More sharing options...
MaLd0n Posted August 2, 2011 Share Posted August 2, 2011 try it dsdt.Yosh76.zip Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1728318 Share on other sites More sharing options...
Yosh76 Posted August 2, 2011 Author Share Posted August 2, 2011 Woooow! That was fast!!! Thanks a lot! Grafik in native solution is there... Yippieh Do you have any idea how to get the Function Keys, Speed Step and Sleep Working? Closing the lid brings the notebook now to sleep - but wake up does not work. Function Keys also not working... Nice work!! regards, yosh76 Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1728362 Share on other sites More sharing options...
MaLd0n Posted August 2, 2011 Share Posted August 2, 2011 look it http://www.insanelymac.com/forum/index.php?showtopic=258611 remove EvOreboot, NullCPUPowerManagement Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1728376 Share on other sites More sharing options...
Yosh76 Posted August 3, 2011 Author Share Posted August 3, 2011 Hi, thanks a lot! Sleep, Wake Up, HD3000, native with Acceleration works perfect! :D :D Ethernet and Wireless also working by injecting the correct device ID in kexts. Battery is recognized (also if removed) :-) No Status icon / (0%) is given. My final Problems (possibly to solve by DSDT.aml?) are: ALC271x (8086:1c20) is not recognized. Getting failed to load ug 3 16:09:48 localhost kernel[0]: Kext com.apple.driver.AudioAUUC - library kext com.apple.iokit.IOGraphicsFamily not found. Aug 3 16:09:48 localhost kernel[0]: Can't load kext com.apple.driver.AudioAUUC - failed to resolve library dependencies. Aug 3 16:09:48 localhost kernel[0]: Kext com.apple.driver.AudioAUUC failed to load (0xdc00800e). Aug 3 16:09:48 localhost kernel[0]: Failed to load kext com.apple.driver.AudioAUUC (error 0xdc00800e). Aug 3 16:09:48 localhost kernel[0]: Couldn't alloc class "AudioAUUCDriver" ... but Kext is there, Rights repaired, new mkext builded USB 3.0 Renesas/ NEC is not recognized (1033:0194) No working touchpad/keyboard for now (trying to fix that with kexts) Seems to be on the right way to have a full working mac. MaLd0n - thanks for your fantastic support!!! If finished, I will write a guide cause the notebook is available for 490 Euro in stores at this moment cheers, yosh76 Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1729064 Share on other sites More sharing options...
Yosh76 Posted August 4, 2011 Author Share Posted August 4, 2011 Update: Just got my Keyboard and Mouse working with modified ApplePS2.Kext and AppleACPIP2.kext. Tried all available kexts, I found - but my Touchpad is recognized as mouse. kernel log: Unable to detect alps ApplePS2Touchpad: Synaptics capabilities query result 0x00, 0x02, 0x64. No interval found for . Using 8000000 [/code] I think it has probably something to do with the query result and this DSDT.aml section. PNP0F13 s recognized correctly inside the AppeACPIPS2.kext - Info.Plist. So I got the mouse working. But I need a different compatible Type for the EISAID: EisaId ("SYN1B00"), EisaId ("SYN0002"), Could this be the problem? Name (_HID, EisaId ("PNP0F13")) Name (_CID, Package (0x02) { EisaId ("ETD0500"), }) Method (_STA, 0, NotSerialized) { If (LEqual (And (TPAD, One), One)) { Return (Zero) } Else { Return (0x0F) } } Name (_CRS, ResourceTemplate () { IRQ (Edge, ActiveHigh, Exclusive, ) {12} }) } Device (MSS0) { Name (_HID, EisaId ("SYN1B16")) Name (_CID, Package (0x03) { EisaId ("SYN1B00"), EisaId ("SYN0002"), EisaId ("PNP0F13") }) Method (_STA, 0, NotSerialized) { If (LEqual (And (TPAD, One), One)) { Return (0x0F) } Else { Return (Zero) } } Name (_CRS, ResourceTemplate () { IRQ (Edge, ActiveHigh, Exclusive, ) {12} }) } Hopefully there is somebody out there, who has an Idea, how to solve that problem... Thanks a lot, cheers yosh76 Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1729465 Share on other sites More sharing options...
Yosh76 Posted August 6, 2011 Author Share Posted August 6, 2011 Hi, does nobody has an Idea which changes have to be applied on the dsdt.aml to fix the issue with the trackpad? thanks a lot! yosh76 Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1730528 Share on other sites More sharing options...
MaLd0n Posted August 6, 2011 Share Posted August 6, 2011 I have no idea I hope someone can help you Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1730604 Share on other sites More sharing options...
dawilliams660 Posted May 9, 2012 Share Posted May 9, 2012 I have an HP Pavillion dv7-6b77dx with HD3000 (dev id 0116) graphics. But, I've tried most everything and still am stuck at 1024x768 with no QE/CI and dark lines on the screen. My internal hardware list is here: I'm running 10.7.3 installed using an install partition. My bootloader is Chimera 1.9.1. I boot using busratio=20 arch=i386 GraphicsEnabler=Yes all set in my org.chameleon.Boot.plist. I am not running with a dsdt.aml. I have 3 partitions: Snow Leopard, Lion and the BaseSystem install partition The smbios.plist is MacBookPro8,1 and without success, I've tried changing AppleIntelHD kexts from: http://www.insanelym...howtopic=276668 http://www.osx86.net...do=file&id=2458 http://www.osx86.net...do=file&id=2187 I've reinstalled Lion and still have video problems. Please help me get correct resolutions and QE/CI. Thanks Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1819039 Share on other sites More sharing options...
Guest alan.ocs Posted June 29, 2012 Share Posted June 29, 2012 try it dsdt.Yosh76.zip Maldon, I'm having the same problem Yosh79 with Intel HD 3000. could please help me? Lion 10.7.4 / Chimera 1.10 Core i5-2410m 2.3Ghz Sandy Bridge 8GB Memoria DDR3 1333 Adaptador gráfico Intel® HD Graphics Family / Intel® HD Graphics 3000 Resolução máxima 1366 x 768 Realtek ALC269 High Definition Audio Controladora IDE Intel® Mobile Express Chipset SATA AHCI Controller Adaptador de Rede Atheros AR8151 PCI-E Gigabit Ethernet Controller Adaptador de Rede Atheros AR9285 Wireless Network Adapter Controladora USB2 Intel Cougar Point PCH - USB EHCI Versão da BIOS - DMI K43E.209 HD SSD OCZ 128GB send_me.zip If possible, could you help me with the Audio and HDMI too? Thank you ... Link to comment https://www.insanelymac.com/forum/topic/264467-dsdt-help-needed-2630qmhd3000-easynote-ts/#findComment-1830278 Share on other sites More sharing options...
Recommended Posts