Jump to content

Asus G53JW - Buggy DSDT?


jmo
 Share

14 posts in this topic

Recommended Posts

Asus G53JW, OS X 10.6.6

 

Attached is a tar.gz of the following files:

 

dsdt.dat

dsdt.dsl

dsdt.hex

 

The DSDT was extracted using Ubuntu 10.04 LTS (following the directions here: http://ubuntuforums.org/showthread.php?t=1036051 )

 

I've run the dsl through iasl and the errors all appear to be related to undefined methods (I will edit this post with details later).

 

My motivation for exploring DSDT fixes are due to Sleep/Suspend not working properly on the laptop. Without sleep/suspend, I have to shut the machine down during extended downtimes, or anytime I have to pack the laptop up temporarily.

 

Any assistance is appreciated.

 

Summary of errors (error.txt is unix ff, not windows ff):

 

Error 4063 -Object does not exist ^ (\DBGR)

Error 4063 -Object does not exist ^ (GPRW)

Error 4063 -Object does not exist ^ (HPAE)

Error 4063 -Object does not exist ^ (HPAS)

Error 4063 -Object does not exist ^ (\ISMI)

Error 4063 -Object does not exist ^ (ISMI)

Error 4063 -Object does not exist ^ (OSFG)

Error 4063 -Object does not exist ^ (OSVT)

Error 4063 -Object does not exist ^ (OSW7)

Error 4063 -Object does not exist ^ (PICM)

Error 4063 -Object does not exist ^ (\_SB.ACTD)

Error 4063 -Object does not exist ^ (\_SB.ALPS)

Error 4063 -Object does not exist ^ (\_SB.ATKD)

Error 4063 -Object does not exist ^ (\_SB.AVLD)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM0H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM1H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM1L)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM2H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM2L)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM3H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM3L)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM4H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM4L)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM5H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM5L)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM6H)

Error 4063 -Object does not exist ^ (\_SB.CPBG.IMCH.PM6L)

Error 4063 -Object does not exist ^ (\_SB.ELAN)

Error 4063 -Object does not exist ^ (\_SB.LBTN)

Error 4063 -Object does not exist ^ (\_SB.PA3D)

Error 4063 -Object does not exist ^ (\_SB.PCI0.SBRG.EC0.SPIN)

Error 4063 -Object does not exist ^ (\_SB.PCI0.SBRG.EC0.STBR)

Error 4063 -Object does not exist ^ (\_SB.PCI0.SBRG.EC0.SW3D)

Error 4063 -Object does not exist ^ (\_SB.SETD)

Error 4063 -Object does not exist ^ (\_SB.SYNA)

Error 4063 -Object does not exist ^ (\_SB.VGAF)

G53JW.tar.gz

error.txt

Link to comment
Share on other sites

dsdt.jmo.zip

 

DTGP

EHCI

FN

HDEF

HPET

IRQs

LPC

OS

PNLF

RENAME

RTC

SMBUS

SHUTDOWN

UHCI

FIX WARNINGS and ERROS

 

NativePM and restart Fix use Chameleon RC5

 

MaLd0n - Thank you for putting this together. This appears to have corrected the sleep issues.

 

My setting currently:

 

# sudo pmset -g | grep hibernatemode

hibernatemode 3

 

However - on resume, there is no input from ps/2 mouse, keyboard or USB mouse.

 

Any suggestions are appreciated.

Link to comment
Share on other sites

  • 3 weeks later...
VoodooHda

 

use AppleHdaDisabler in S/L/E

http://www.insanelymac.com/forum/index.php...st&id=87700

 

update your system

go to 10.6.7

 

thank you,

I did a clean install.

but I can not have sound.

I have to install VoodooHDA with AppleHdaDisabler in S/L/E ?

the touchpad is not working

I buy an atheros AR5B93 and airport works great

Link to comment
Share on other sites

  • 1 year later...

I know its been a long time this topic was dead, but just an observation about the keyboard brightness Fn key, in fact when adding these lines to the DSDT :

			 Device (SMC)  // We will be faking up some of SMC Devices which are used in MacBookAir
	   {
		   Device (ALS0) // Ambient Light Sensor , we'll be faking this up , to get the ambient sensor to work , will find a way to link with cam
			    {
				 Name (_HID, "ACPI0008") //The ID used in macbook air
				 Name (_CID, "smc-als") // The one which talks with the ALS kext
				 Method (_ALI, 0, NotSerialized)
				  {
				   Return (0x012C)
				  }
			    Name (_ALR, Package (0x03)
				 {
				  Package (0x02)
				  {
				   0x46,
				   0x00
				  },
				 Package (0x02)
				 {
				   0x64,
				   0x012C
				 },
			    Package (0x02)
			    {
				   0x96,
				   0x03E8
			    }
			  })
		    }

 

The bezel activate for the keyboard backlight ( without affecting the lights themselves), so i was wondering if we could activate the screen brightness control and keyboard backlight adding something else to that.

Just wondering...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...