Contribute
Register

Solved Blank Screen after Transcript Offline on IntelHD3000

Status
Not open for further replies.
Hi I tried to implement this on my ASUS N53SV laptop but when I extract the DSDT file and compile it clean I get 10 warning instantly. Once I add the code specified previously in this thread I get 148 errors. I copy pasted code.

I have attached what my desktop looks like when installing and in lion.

Thanks in advance.
 

Attachments

  • 2012-02-23 19.08.37.jpg
    2012-02-23 19.08.37.jpg
    1.5 MB · Views: 357
Thanks to your code, I am able to get full QE/CI on an Asus N53SV with a 2630QM, HM65 south bridge and HD3000, using Chimera 1.8 and OSX 10.6.8.

When compiling the DSDT, after inserting the code it came up with 147 errors. I noticed one that said something about an object already existing, in regards to the line
Method (_DSM, 4, NotSerialized)

So I found it later in the DSDT and removed the entire thing. This allowed the compile to continue and then enabled full graphics upon boot. I am also using a MacBookPro8,1 SMBIOS and an EFI string that I found within a com.apple.Boot.plist located within this tutorial:

http://www.dognmonkey.com/techs/snow-le ... top.html/4

jfisher007, I will attach my compiled DSDT for you to use, along with my org.chameleon.Boot.plist file with the needed EFI string and the SMBIOS.
 

Attachments

  • HD3000 files.zip
    30.7 KB · Views: 177
If i extract my dsdt and recompile it without any edits i get 2 syntax errors...if i add the suggested text i still get those errors ...any reason why the original extracted dsdt wouldnt recompile?
 
deedot said:
If i extract my dsdt and recompile it without any edits i get 2 syntax errors...if i add the suggested text i still get those errors ...any reason why the original extracted dsdt wouldnt recompile?


Thats been my issue as well. I just don't understand why it wont' compile when I haven't even touched it. I just extract and then turn around and try to compile and I get this



Intel ACPI Component Architecture
ASL Optimizing Compiler version 20091214 [Dec 16 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 4.0

/Users/dysan911/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 1: ACPI(\_PR.CPU1, 0x80)
Error 4096 - ^ syntax error, unexpected PARSEOP_NAMESEG, expecting PARSEOP_DEFINITIONBLOCK

ASL Input: /Users/dysan911/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 28336 lines, 973090 bytes, 0 keywords
Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 0 Optimizations


I don't have a clue how to resolve it.


Line 1 looks like this:

ACPI Warning: NsLookup: Type mismatch on HASH (RegionField), searching for (Buffer) (20091214/nsaccess-731)
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20091214
*
* Disassembly of ./dsdt.dat, Mon Apr 2 15:04:37 2012
*
*
* Original Table Header:
* Signature "DSDT"
* Length 0x00025281 (152193)
* Revision 0x02
* Checksum 0xA5
* OEM ID "HPQOEM"
* OEM Table ID "161C "
* OEM Revision 0x00000001 (1)
* Compiler ID "INTL"
* Compiler Version 0x20060912 (537266450)
*/


If I comment out Line one and then attempt to compile, I get hit with this lovely bit:


Maximum error count (200) exceeded
ASL Input: /Users/dysan911/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 28472 lines, 976544 bytes, 11237 keywords
Compilation complete. 201 Errors, 0 Warnings, 1 Remarks, 3968 Optimizations
 
Hi pauldmps,

I was struggling hard :banghead: to get my HD 3000 working for my Asus Laptop. I always get stuck at Transcript offline when I put the video kexts and when I use Chimera my MAC freezes at Still waiting for root device.. I have tried editing the DSDT file but as soon as I paste your code I get a lot of error which I am unsure how to sort out. Can you please help?

Thanks,
RedHatPerl
 
thanks a lot
work with dell n7110
without fix the screen was black
 
Gave me the kick I needed! Thank you for the tip OP! HP Envy 15-3040NR

Cheers
 
Hello guys, i have always the Offline Transcript error, but i have the full resolution with QE/CI
my dsdt is patched
any solution ?

thanks.
 
navendugoyal said:
what solution do u want when u already have fulll resolution with qe/ci

but this "Offline error" isn't normal, how to resolve it ?
 
Status
Not open for further replies.
Back
Top