Sound on an R61 - AD1984, Intel 82801H - iAtkos S3 V2
Posted: Mon Feb 21, 2011 9:26 pm
As in the subject, how do I get sound to work in 10.6.5?
Est. 1995 - Copyright © 1995-2017 (see FAQ for details)
https://forum.thinkpads.com/
Code: Select all
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Name (_S3D, 0x03)
Name (RID, Zero)
Name (_PRW, Package (0x02)
{
0x0D,
0x04
})
Method (_PSW, 1, NotSerialized)
{
Noop
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"layout-id",
Buffer (0x04)
{
0x0A, 0x00, 0x00, 0x00
},
"subsystem-id",
Buffer (0x04)
{
0xA0, 0x00, 0x00, 0x00
},
"subsystem-vendor-id",
Buffer (0x04)
{
0x6B, 0x10, 0x00, 0x00
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}I have attempted to follow your procedure listed, as well as retrace your footsteps here. Yet I cannot obtain the same results on my R61e. Which DSDT were you using ?Harryc wrote:I installed the AppleHDA.kext and modified the EFI per the instructions by priitv8 in the below thread. I now have full working sound, including SPDIF output through the Advanced Mini Dock. Still looking for pointers on the non-working items above.
http://www.insanelymac.com/forum/index. ... 676&st=160