Jump to content
17 posts in this topic

Recommended Posts

Could anybody fix the DSDT for my PC pls!

I use Everest on Windows 7 to extract the DSDT and SSDT files

Currently running Windows 7, SL 10.6.8 and Lion 10.7.2

 

PC Specs:

 

CPU Type  

QuadCore Intel Core 2 Quad Q8400, 2666 MHz (8 x 333)

 

Motherboard Name  

Asus IPIEL-LA3 (Eureka3) (3 PCI-E x1, 1 PCI-E x16, 4 DDR3 DIMM, Audio, Video, Gigabit LAN)

 

Motherboard Chipset  

Intel Eaglelake G43

 

DIMM1: Elpida EBJ21UE8BDF0-DJ-F  

2 GB DDR3-1333 DDR3 SDRAM (8-8-8-22 @ 609 MHz) (7-7-7-20 @ 533 MHz) (6-6-6-17 @ 457 MHz)

DIMM3: Kingmax FLFE85F-B8KL9  

2 GB DDR3-1333 DDR3 SDRAM (9-9-9-24 @ 666 MHz) (8-8-8-22 @ 592 MHz) (6-6-6-16 @ 444 MHz)

 

BIOS Type  

AMI (08/19/09)

 

Display:

Video Adapter  

NVIDIA GeForce G210 (512 MB)

 

3D Accelerator  

nVIDIA GeForce G210

 

Multimedia:

 

Audio Adapter  

nVIDIA HDMI @ nVIDIA GT218 - High Definition Audio Controller

Audio Adapter  

Realtek ALC888/1200 @ Intel 82801JB ICH10 - High Definition Audio Controller

 

Storage:

IDE Controller  

Standard AHCI 1.0 Serial ATA Controller

 

Disk Drive  

Generic- Compact Flash USB Device

 

Disk Drive  

Generic- MS/MS-Pro USB Device

 

Disk Drive  

Generic- SD/MMC USB Device

 

Disk Drive  

Generic- SM/xD-Picture USB Device

 

Disk Drive  

SAMSUNG HD321HJ ATA Device (320 GB, 7200 RPM, SATA-II)

 

Disk Drive  

SAMSUNG HD321KJ ATA Device (320 GB, 7200 RPM, SATA-II)

 

Optical Drive  

hp DVD-RAM GH40L ATA Device

 

Attached here is my DSDT

Any help would be highly appreciated

DSDT.zip

dsdt.Nguyen_Long.zip

USB is "Built in" in "About this Mac"?

send me ioreg

 

Thanks a lot MaLdOn!

"About this Mac" gives me the following info about USB

 

USB Bus:

 

Host Controller Location: Built-in USB

Host Controller Driver: AppleUSBUHCI

PCI Device ID: 0x3a38

PCI Revision ID: 0x0000

PCI Vendor ID: 0x8086

Bus Number: 0x3a

 

I'll test and send you ioreg ASAP

Thanks again!

I used DSDTSE to compile the aml file you sent me to dsdt.dst and put it into Extra folder in SL (I installed Chimera on SL), then I used ChameleonPref to set BIOS to use that DSDT. When I reboot into SL, it gave me panic. Then I chose to boot into Lion from boot screen, it logged on Lion without any problem.

 

The problem here is that booting into SL always results in panic! So I had to boot into SL again using Hackboot and removed the option of using DSDT, reinstalled Chimera and everything went back to normal.

 

So it means that I cannot use DSDT, doesn't it?

In order to use DSDT, do I have to remove any kexts used before?

 

Note: I installed iATKOS S3 v2 Snow Leopard long time ago, updated to 10.6.8 then installed Lion using TonyMac's method on a fresh partition.

 

Tks

Yes, I do. That's the only way that helps me to get the sound, though the sound is not so good!

You mean that I have to remove voodooHDA? What other kexts do I have to remove?

use VoodooHda + AppleHdaDisabler in S/L/E

 

HDEF in DSDT + VoodooHda = KP

use VoodooHda + AppleHdaDisabler in S/L/E

 

HDEF in DSDT + VoodooHda = KP

 

 

I am trying to get the sound in Lion without any luck! Using ALC1200 ICH10 solution together with DSDT gives me no sound at all even though the sound symbol is clear!

 

What should I do?

HDEF in DSDT

 

Method (_DSM, 4, NotSerialized)
			{
				Store (Package (0x08)
					{
						"codec-id", 
						Buffer (0x04)
						{
							0x88, 0x08, 0xEC, 0x10
						}, 

						"layout-id", 
						Buffer (0x04)
						{
							0x78, 0x03, 0x00, 0x00
						}, 

						"device-type", 
						Buffer (0x10)
						{
							"Realtek ALC1200"
						}, 

						"PinConfigurations", 
						Buffer (One)
						{
							0x00
						}
					}, Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				Return (Local0)
			}

 

AppleHDA

http://olarila.com/forum/viewtopic.php?f=17&t=212

 

Hi MaLd0n

 

Here is what I modified in the DSDT you sent me, and thank God, it works.

 

Device (HDEF)

{

Name (_ADR, 0x001B0000)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0A)

{

"built-in",

Buffer (One)

{

0x01

},

 

"codec-id",

Buffer (0x04)

{

0x88, 0x08, 0xEC, 0x10

},

 

"layout-id",

Buffer (0x04)

{

0x0C, 0x00, 0x00, 0x00

},

 

"device-type",

Buffer (0x11)

{

"Realtek ALC1200"

},

 

"PinConfigurations",

Buffer (One)

{

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

 

Firstly, rebooting gave me KP. The second time, there was no sound.

I decided to TURN OFF the PC, unplugged AC, then TURNED IT ON again, and voila, the audio started to work. The sound is really good, much better than using VooDooHDA which used to give me terrible noise!

 

Tks again, MaLd0n, for your help!

Sorry for bothering you MaLd0n.

The audio stops working on Lion. I need your help to make it work if possible.

 

Multimedia:

 

Audio Adapter

nVIDIA HDMI @ nVIDIA GT218 - High Definition Audio Controller

Audio Adapter

Realtek ALC888/1200 @ Intel 82801JB ICH10 - High Definition Audio Controller

 

I've desperately searched for its solution but none works for me.

If possible, please send me the AppleHDA patch and DSDT.

Kindly thanks for your help!

I used to visit your topic on olarila and still failed in fixing audio.

Maybe I am not skillful enough to play with HDEF in DSDT plus AppleHDA patch.

I am now temporarily using VooDooHDA 2.7.2.

 

Nevermind, I use [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] to install Apple88xxHDA.kext and AppleRollback and voila, it works.

Previously, this method didn't work for me, what a strange thing. I think maybe I did some change of HDEF in DSDT that you suggested and now it has effect on the device!

Hi,

 

I have another problem. Sometimes I experience BIOS Reset when restarting the PC, setting back the SATA Controller to IDE, so I have to change back to AHCI in order to boot into Lion. Could you please show me the way to fix this?

Enclosed here is my DSDT.aml (you did for me previously).

dsdt.aml.zip

×
×
  • Create New...