DSDT求助,有1个Object does not exist (DTGP)错误
我的电脑是笔记本宏基4745G配置如下:
——————————————————————————————————————————
CPU: i5 480M
摄像头: 1.3M WEBCAM
声卡 : 瑞昱 ALC269
显卡: ATI Radeon HD 5650 Redwood HDMI Audio Device
电池: 三星 AS10B61 - 0271 锂电池
外设: 内置PS/2键盘、触摸板,USB2.0
无线网卡:BCM430N
——————————————————————————————————————————
刚加进声卡代码:
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x06)
{
"layout-id",
Buffer (0x04)
{
0x0D, 0x01, 0x00, 0x00
},
"device-name",
Buffer (0x0F)
{
"Realtek ALC269"
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
就报错这个:
按照绝情奶牛贴子https://bbs.pcbeta.com/viewthread-1020621-1-1.html操作,在前面加入
[*]Method (DTGP, 5, NotSerialized)
[*] {
[*] If (LEqual (Arg0, Buffer (0x10)
[*] {
[*] /* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
[*] /* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
[*] }))
[*] {
[*] If (LEqual (Arg1, One))
[*] {
[*] If (LEqual (Arg2, Zero))
[*] {
[*] Store (Buffer (One)
[*] {
[*] 0x03
[*] }, Arg4)
[*] Return (One)
[*] }
[*] If (LEqual (Arg2, One))
[*] {
[*] Return (One)
[*] }
[*] }
[*] }
[*] Store (Buffer (One)
[*] {
[*] 0x00
[*] }, Arg4)
[*] Return (Zero)
[*] }
加入后就又来这个错误:
求大神帮忙解决
附上:
来个大神帮帮我呀
页:
[1]