Samens 发表于 2009-8-27 15:55

兄台 我在win下做的dsdt.aml在mac里面居然看不到或者说没有了.......咋回事啊

tiger 发表于 2009-8-27 16:15

同前面一样,先用D/C DSDT菜单将你的bin文件转为dsl文件。
你的dsdt有1个错误和3个警告。在那个错误没有修正之前导致显示为无数错误。
替换所有的^CPU0._PPC为\_PR.CPU0._PPC修正这个错误
前两个警告涉及_VPC和_C ...
sweec 发表于 2009-8-27 15:06 https://bbs.pcbeta.com/images/common/back.gif非常感谢!!!马上试试反馈结果!

tiger 发表于 2009-8-27 16:37

10.6下bios不再重置,而且原来不能识别的蓝牙也可以识别了。不过依旧进不了32位,一进就五国!
10.5.8下原来用原版kernel直接重启,必须cpus=1才能进入系统,现在手头没有原版kernel所以暂时没有测试。

非常感谢lz!!!

vip315 发表于 2009-8-27 16:45

楼上,你太NB拉

龙三少 发表于 2009-8-27 16:58

兄台 我在win下做的dsdt.aml在mac里面居然看不到或者说没有了.......咋回事啊
Samens 发表于 2009-8-27 15:55 https://bbs.pcbeta.com/images/common/back.gif

在Mac 下,dsdt.aml 默认是隐藏的,如果你放在根目录的话。

tiger 发表于 2009-8-27 17:18

继续反馈,10.5.8下还是开不了双核,我自己照教程改改试试,不行还得麻烦lz!先谢谢了!

sojoke 发表于 2009-8-27 18:13

20# sweec

具体如何修改,详细说说。

baihual 发表于 2009-8-27 18:17

我的也报几个错误

如下,不懂,帮我看看,谢谢。我的是方吐司的盒子,atom 330的cpu,ion平台。http://product.pconline.com.cn/barebone/funtwist/362711.html

Intel ACPI Component Architecture
AML Disassembler version 20081204
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a


Intel ACPI Component Architecture
ASL Optimizing Compiler version 20081204
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

dsdt.dsl2007:                         If (LEqual (^^HPET.NVID, 0x10DE))
Error    4064 - Object not found or not accessible from scope ^(^^HPET.NVID)

dsdt.dsl2039:                         If (LEqual (^^HPET.NVID, 0x10DE))
Error    4064 - Object not found or not accessible from scope ^(^^HPET.NVID)

dsdt.dsl5226:                           If (LOr (MP0P (Local6), MP1P (Local6)))
Warning1092 -                                       ^ Called method may not always return a value

dsdt.dsl5226:                           If (LOr (MP0P (Local6), MP1P (Local6)))
Warning1092 -                                       ^ Called method may not always return a value

dsdt.dsl5228:                                 Multiply (MCRS (Local6), 0x08000000, BF0F)
Warning1092 -Called method may not always return a value ^

dsdt.dsl5230:                                 If (MPCR (Local6))
Warning1092 -                                        ^ Called method may not always return a value

dsdt.dsl5232:                                     If (MP0P (Local6))
Warning1092 -                                          ^ Called method may not always return a value

dsdt.dsl5234:                                       If (MP1P (Local6))
Warning1092 -    Called method may not always return a value ^

dsdt.dsl5245:                                 If (MP0P (Local6))
Warning1092 -                                        ^ Called method may not always return a value

dsdt.dsl5247:                                     Store (MP0N (Local6), Local5)
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5251:                                     If (MP1P (Local6))
Warning1092 -                                          ^ Called method may not always return a value

dsdt.dsl5253:                                       Store (MP1N (Local6), Local5)
Warning1092 -       Called method may not always return a value ^

dsdt.dsl5257:                                 If (LGreater (BNKN, MCDB (Local5)))
Warning1092 -      Called method may not always return a value ^

dsdt.dsl5259:                                     Store (MCDB (Local5), BNKN)
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5262:                                 If (LLess (BNKX, MCDB (Local5)))
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5264:                                     Store (MCDB (Local5), BNKX)
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5267:                                 If (LGreater (COLN, MCDC (Local5)))
Warning1092 -      Called method may not always return a value ^

dsdt.dsl5269:                                     Store (MCDC (Local5), COLN)
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5272:                                 If (LLess (COLX, MCDC (Local5)))
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5274:                                     Store (MCDC (Local5), COLX)
Warning1092 -   Called method may not always return a value ^

dsdt.dsl5315:             Method (MP0P, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MP0P)

dsdt.dsl5343:             Method (MP1P, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MP1P)

dsdt.dsl5371:             Method (MPCR, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MPCR)

dsdt.dsl5399:             Method (MP0N, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MP0N)

dsdt.dsl5427:             Method (MP1N, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MP1N)

dsdt.dsl5455:             Method (MCRB, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MCRB)

dsdt.dsl5483:             Method (MCRS, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MCRS)

dsdt.dsl5511:             Method (MCDB, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MCDB)

dsdt.dsl5534:             Method (MCDC, 1, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (MCDC)

dsdt.dsl5812:             Method (WMNV, 3, NotSerialized)
Warning1087 -                        ^ Not all control paths return a value (WMNV)

dsdt.dsl6100:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6114:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6129:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6144:             Acquire (MUTE, 0x0FFF)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6158:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6173:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

dsdt.dsl6188:             Acquire (MUTE, 0x03E8)
Warning1104 -                                 ^ Possible operator timeout is ignored

ASL Input:dsdt.dsl - 6488 lines, 191692 bytes, 2585 keywords
Compilation complete. 2 Errors, 35 Warnings, 0 Remarks, 58 Optimizations

sweec 发表于 2009-8-27 18:52

tiger 发表于 2009-8-27 19:12

好像我的dsdt原版kernel不能用双核跟aliases无关,我的里面根本没有aliases,麻烦lz指点问题出在哪里了,谢谢!

jayklx 发表于 2009-8-27 21:30

ET-MAC 发表于 2009-8-27 22:04

tqtyygtwwx 发表于 2009-8-27 22:39

52# ET-MAC

LZ 我的都有问题,无法生成文成..

Intel ACPI Component Architecture
AML Disassembler version 20081204
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20081204
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a
dsdt.dsl   381:   Method (\_WAK, 1, NotSerialized)
Warning1080 -               ^ Reserved method must return a value (_WAK)
dsdt.dsl   414:             Store (Local0, Local0)
Error    4050 -                         ^ Method local variable is not initialized (Local0)
dsdt.dsl   419:             Store (Local0, Local0)
Error    4050 -                         ^ Method local variable is not initialized (Local0)
dsdt.dsl5294:         Store (GAHC (Arg0, Arg1), Local4)
Warning1092 -                   ^ Called method may not always return a value
dsdt.dsl5332:   Method (GAHC, 2, NotSerialized)
Warning1087 -                ^ Not all control paths return a value (GAHC)
dsdt.dsl5480:                         Store (GAHS (0x00), Local6)
Error    4060 -    Called method returns no value ^
ASL Input:dsdt.dsl - 5544 lines, 179057 bytes, 1972 keywords
Compilation complete. 3 Errors, 3 Warnings, 0 Remarks, 619 Optimizations

mingxing 发表于 2009-8-27 22:48

谢了,另辟新径,实用。

ET-MAC 发表于 2009-8-27 22:57

koris 发表于 2009-8-27 23:11

老黄 发表于 2009-8-27 23:40

多谢楼主你的绝招啦

koris 发表于 2009-8-27 23:44

koris 发表于 2009-8-27 23:46

uuuiui 发表于 2009-8-28 00:02

我的DELL的,运行不了那个什么iasl..一运行就意外终止...所有请楼主帮忙看下这东西..万分感谢!
页: 1 2 [3] 4 5 6 7 8 9 10 11 12
查看完整版本: Windows下无需BIOS文件,使用Everest和ACPI Patcher轻松生成dsdt.aml