Contribute
Register

Asus n56vz-s4037v Graphic/Audio Driver

Status
Not open for further replies.
where can I find the dsdst that causing error?

edit: not sure but is this what you're asking?

Code:
 Method (_ROM, 2, NotSerialized)
        {
            If (RBUF)
            {
                Add (Arg0, RBUF, Local0)
                Name (VBUF, Buffer (Arg1) {})
                OperationRegion (VROM, SystemMemory, Local0, 0x1000)
                Field (VROM, ByteAcc, NoLock, Preserve)
                {
                    ROMI,   32768
                }


                Store (ROMI, VBUF)
                Return (VBUF)
            }
            Else
            {
                Return (Zero)
            }
        }

Screen Shot 2013-10-30 at 12.31.30 AM.png
 
where can I find the dsdst that causing error?

edit: not sure but is this what you're asking?

Code:
 Method (_ROM, 2, NotSerialized)
        {
            If (RBUF)
            {
                Add (Arg0, RBUF, Local0)
                Name (VBUF, Buffer (Arg1) {})
                OperationRegion (VROM, SystemMemory, Local0, 0x1000)
                Field (VROM, ByteAcc, NoLock, Preserve)
                {
                    ROMI,   32768
                }


                Store (ROMI, VBUF)
                Return (VBUF)
            }
            Else
            {
                Return (Zero)
            }
        }

View attachment 71758

Just change it so it reads:
Code:
        Method (_ROM, 2, NotSerialized)
        {
            //If (RBUF)
            //{
                Add (Arg0, RBUF, Local0)
                Name (VBUF, Buffer (Arg1) {})
                OperationRegion (VROM, SystemMemory, Local0, 0x1000)
                Field (VROM, ByteAcc, NoLock, Preserve)
                {
                    ROMI,   32768
                }


                Store (ROMI, VBUF)
                Return (VBUF)
            //}
            //Else
            //{
            //    Return (Zero)
            //}
        }

I used comments, so you can easily see what you're to remove...
 
so I saved this file. now what am I going to do with this file?
 
After restar, intel hd4000 worked but now the brightness is kinda low (even tho I opened all the way from system pref./display)
 
After restar, intel hd4000 worked but now the brightness is kinda low (even tho I opened all the way from system pref./display)

How is your brightness after display sleep? Better?
 
it's lower than it's used to be.

btw I searched appleHDA patch guide. there's noway I can do that, it's too complicated :) can you help me with another way to enable sounds?

is this normal? I don't even have volume up/down thing.
ASDASFASFAS.png
 
it's lower than it's used to be.

btw I searched appleHDA patch guide. there's noway I can do that, it's too complicated :) can you help me with another way to enable sounds?

It is easy to get your codec id. From there you will probably find an AppleHDA that can work. There are only a few common ones used on most laptops.

is this normal? I don't even have volume up/down thing.
View attachment 71784

Without any working audio driver... yes... normal. If there is no audio device, what volume is there to control?
 
It is easy to get your codec id. From there you will probably find an AppleHDA that can work. There are only a few common ones used on most laptops.

how can I find out which AppleHDA version is for me?

-----------

Without any working audio driver... yes... normal. If there is no audio device, what volume is there to control?
yes I agree with you but if i'm not mistaken I remember like when I first boot it was there(but i didn't had any sound back than too).

-----------

when I boot I get this error, i don't know If I should be worried?

g73nEmv.jpg

-----------

when I reboot my pc doesn't recognize Intel HD4000 graphics till I run maciasl and patch it again, and reboot again, and after I reboot pc starts with SAFE BOOT, but Intel HD4000's running succesfully.

-----------

question; is it possible to use the same unibeast mavericks usb flash that used for install this mavericks to re-install and format the SSD for fresh start?
 
how can I find out which AppleHDA version is for me?

Use google. Test...

when I boot I get this error, i don't know If I should be worried?

View attachment 71785

Hard to know, your profile does not detail your specs. Do you have nvidia?

when I reboot my pc doesn't recognize Intel HD4000 graphics till I run maciasl and patch it again, and reboot again, and after I reboot pc starts with SAFE BOOT, but Intel HD4000's running succesfully.

Not sure I understand. /Extra/dsdt.aml is just a file. It will not be modified unless you modify it. Repatching isn't going to do anything.

question; is it possible to use the same unibeast mavericks usb flash that used for install this mavericks to re-install and format the SSD for fresh start?

Yes.
 
Use google. Test...
do you mean install each untill it works?

i better fresh start tomorrow everything. Do you have any tips what should I install from multibeast based on my specs

Intel® Core™ i7 3610QM Processor
Intel® HM76 Chipset
DDR3 1600 MHz SDRAM 8gb
NVIDIA® GeForce® GT 650M with 2GB DDR3 VRAM
Intel HD4000
 
Status
Not open for further replies.
Back
Top