donsion 发表于 2015-11-3 19:29

alqp888 发表于 2015-10-29 21:06 http://cdn.pcbeta.img.inimc.comstatic/image/common/back.gif
为什么clover引导进不去,自动就重启了,是不是需要刷bios?

重启的话,试着在Clover选定系统盘,按下空格键,选择最后一项 没有缓存和没有注入kext。另外有可能你没有替换新版的haswell内核?

leon258123 发表于 2015-12-8 12:32

万能声卡是什么版本?

cexoitxmp 发表于 2015-12-24 14:39

支持楼主啊 支持啊

jun6230 发表于 2016-4-9 18:55

楼主的电池驱动了?第一次进系统能正常显示电量吗?mac关机后能通过电池正常启动吗?同款机型,其他都完美。看看楼主的是不是完全完美! 还有我的alc233仿冒成功,音质还不错,需要的话我给你。

squallff 发表于 2016-4-17 22:43

jun6230 发表于 2016-4-9 18:55 https://www.pcbeta.com/static/image/common/back.gif
楼主的电池驱动了?第一次进系统能正常显示电量吗?mac关机后能通过电池正常启动吗?同款机型,其他都完 ...

我是SVF14316SCW,自己折腾了一周时间,还有几个问题没解决
开机期间会花屏一小会儿
关机后不能用电池启动
然后是蓝牙鼠标(罗技m558)延迟很大,同样的鼠标在win10下没问题
然后电池可以驱动需要改dsdt~
into method label B1B2 remove_entry;
into definitionblock code_regex . insert
begin
Method (B1B2, 2, NotSerialized) { Return (Or (Arg0, ShiftLeft (Arg1, 8))) }\n
end;

# EC registers (that are likely battery related)
into device label EC0 code_regex SMW0,\s+16 replace_matched begin SM00,8,SM01,8 end;
into device label EC0 code_regex HKDA,\s+16 replace_matched begin HKD0,8,HKD1,8 end;
into device label EC0 code_regex BATD,\s+16 replace_matched begin BTD0,8,BTD1,8 end;
into device label EC0 code_regex BT1I,\s+16 replace_matched begin BTI0,8,BTI1,8 end;
into device label EC0 code_regex BT1C,\s+16 replace_matched begin BTC0,8,BTC1,8 end;
into device label EC0 code_regex BT1V,\s+16 replace_matched begin BTV0,8,BTV1,8 end;
into device label EC0 code_regex ENCR,\s+16 replace_matched begin ENC0,8,ENC1,8 end;


# method fixes

into method label SELE code_regex \(BATD, replaceall_matched begin (B1B2(BTD0,BTD1), end;
into method label _Q94 code_regex \(HKDA, replaceall_matched begin (B1B2(HKD0,HKD1), end;
into method label SN07 code_regex \(\^\^EC0.HKDA, replaceall_matched begin (B1B2(\^\^EC0.HKD0,\^\^EC0.HKD1), end;
into method label SMRW code_regex \(\\_SB\.PCI0\.LPCB\.EC0\.SMW0, replaceall_matched begin (B1B2(\\_SB.PCI0.LPCB.EC0.SM00,\\_SB.PCI0.LPCB.EC0.SM01), end;
into method label SMRW code_regex Store\s+\(Arg3,\s+\\_SB\.PCI0\.LPCB\.EC0\.SMW0\) replaceall_matched
begin
Store (Arg3, \\_SB.PCI0.LPCB.EC0.SM00)
Store (ShiftRight(Arg3, 8), \\_SB.PCI0.LPCB.EC0.SM01)
end;

into method label _PSR parent_label ACAD code_regex \(\^\^PCI0.LPCB.EC0.BATD, replaceall_matched begin (B1B2(\^\^PCI0.LPCB.EC0.BTD0,\^\^PCI0.LPCB.EC0.BTD1), end;
into method label UPBS code_regex \(\^\^PCI0\.LPCB\.EC0\.BT1I, replaceall_matched begin (B1B2(^^PCI0.LPCB.EC0.BTI0,^^PCI0.LPCB.EC0.BTI1), end;
into method label UPBS code_regex \(\^\^PCI0\.LPCB\.EC0\.BT1C, replaceall_matched begin (B1B2(^^PCI0.LPCB.EC0.BTC0,^^PCI0.LPCB.EC0.BTC1), end;
into method label UPBS code_regex \(\^\^PCI0\.LPCB\.EC0\.BT1V, replaceall_matched begin (B1B2(^^PCI0.LPCB.EC0.BTV0,^^PCI0.LPCB.EC0.BTV1), end;

into method label SN02 code_regex Store\s+\(Local1,\s+\^\^EC0\.ENCR\) replaceall_matched
begin
Store (Local1, ^^EC0.ENC0)
Store (ShiftRight(Local1, 8), ^^EC0.ENC1)
end;

into method label SN03 code_regex Store\s+\(Local1,\s+\^\^EC0\.ENCR\) replaceall_matched
begin
Store (Local1, ^^EC0.ENC0)
Store (ShiftRight(Local1, 8), ^^EC0.ENC1)
end;

# deal with 264-bit SMD0

into device label EC0 code_regex SMD0,\s+264 replace_matched
begin
//SMD0, 264,\n
SD00,8,SD01,8,SD02,8,SD03,8,\n
SD04,8,SD05,8,SD06,8,SD07,8,\n
SD08,8,SD09,8,SD0A,8,SD0B,8,\n
SD0C,8,SD0D,8,SD0E,8,SD0F,8,\n
SD10,8,SD11,8,SD12,8,SD13,8,\n
SD14,8,SD15,8,SD16,8,SD17,8,\n
SD18,8,SD19,8,SD1A,8,SD1B,8,\n
SD1C,8,SD1D,8,SD1E,8,SD1F,8,\n
SD20,8\n
end;

into device label EC0 insert
begin
Method (RSMD, 0, Serialized)\n
{\n
    Name (TEMP, Buffer(0x21) { })\n
    Store (SD00, Index(TEMP, 0x00))\n
    Store (SD01, Index(TEMP, 0x01))\n
    Store (SD02, Index(TEMP, 0x02))\n
    Store (SD03, Index(TEMP, 0x03))\n
    Store (SD04, Index(TEMP, 0x04))\n
    Store (SD05, Index(TEMP, 0x05))\n
    Store (SD06, Index(TEMP, 0x06))\n
    Store (SD07, Index(TEMP, 0x07))\n
    Store (SD08, Index(TEMP, 0x08))\n
    Store (SD09, Index(TEMP, 0x09))\n
    Store (SD0A, Index(TEMP, 0x0A))\n
    Store (SD0B, Index(TEMP, 0x0B))\n
    Store (SD0C, Index(TEMP, 0x0C))\n
    Store (SD0D, Index(TEMP, 0x0D))\n
    Store (SD0E, Index(TEMP, 0x0E))\n
    Store (SD0F, Index(TEMP, 0x0F))\n
    Store (SD10, Index(TEMP, 0x10))\n
    Store (SD11, Index(TEMP, 0x11))\n
    Store (SD12, Index(TEMP, 0x12))\n
    Store (SD13, Index(TEMP, 0x13))\n
    Store (SD14, Index(TEMP, 0x14))\n
    Store (SD15, Index(TEMP, 0x15))\n
    Store (SD16, Index(TEMP, 0x16))\n
    Store (SD17, Index(TEMP, 0x17))\n
    Store (SD18, Index(TEMP, 0x18))\n
    Store (SD19, Index(TEMP, 0x19))\n
    Store (SD1A, Index(TEMP, 0x1A))\n
    Store (SD1B, Index(TEMP, 0x1B))\n
    Store (SD1C, Index(TEMP, 0x1C))\n
    Store (SD1D, Index(TEMP, 0x1D))\n
    Store (SD1E, Index(TEMP, 0x1E))\n
    Store (SD1F, Index(TEMP, 0x1F))\n
    Store (SD20, Index(TEMP, 0x20))\n
    Return (TEMP)\n
}\n
end;

into device label EC0 insert
begin
Method (WSMD, 1, Serialized)\n
{\n
    Name (TEMP, Buffer(0x21) { })\n
    Store (Arg0, TEMP)\n
    Store (DerefOf(Index(TEMP, 0x00)), SD00)\n
    Store (DerefOf(Index(TEMP, 0x01)), SD01)\n
    Store (DerefOf(Index(TEMP, 0x02)), SD02)\n
    Store (DerefOf(Index(TEMP, 0x03)), SD03)\n
    Store (DerefOf(Index(TEMP, 0x04)), SD04)\n
    Store (DerefOf(Index(TEMP, 0x05)), SD05)\n
    Store (DerefOf(Index(TEMP, 0x06)), SD06)\n
    Store (DerefOf(Index(TEMP, 0x07)), SD07)\n
    Store (DerefOf(Index(TEMP, 0x08)), SD08)\n
    Store (DerefOf(Index(TEMP, 0x09)), SD09)\n
    Store (DerefOf(Index(TEMP, 0x0A)), SD0A)\n
    Store (DerefOf(Index(TEMP, 0x0B)), SD0B)\n
    Store (DerefOf(Index(TEMP, 0x0C)), SD0C)\n
    Store (DerefOf(Index(TEMP, 0x0D)), SD0D)\n
    Store (DerefOf(Index(TEMP, 0x0E)), SD0E)\n
    Store (DerefOf(Index(TEMP, 0x0F)), SD0F)\n
    Store (DerefOf(Index(TEMP, 0x10)), SD10)\n
    Store (DerefOf(Index(TEMP, 0x11)), SD11)\n
    Store (DerefOf(Index(TEMP, 0x12)), SD12)\n
    Store (DerefOf(Index(TEMP, 0x13)), SD13)\n
    Store (DerefOf(Index(TEMP, 0x14)), SD14)\n
    Store (DerefOf(Index(TEMP, 0x15)), SD15)\n
    Store (DerefOf(Index(TEMP, 0x16)), SD16)\n
    Store (DerefOf(Index(TEMP, 0x17)), SD17)\n
    Store (DerefOf(Index(TEMP, 0x18)), SD18)\n
    Store (DerefOf(Index(TEMP, 0x19)), SD19)\n
    Store (DerefOf(Index(TEMP, 0x1A)), SD1A)\n
    Store (DerefOf(Index(TEMP, 0x1B)), SD1B)\n
    Store (DerefOf(Index(TEMP, 0x1C)), SD1C)\n
    Store (DerefOf(Index(TEMP, 0x1D)), SD1D)\n
    Store (DerefOf(Index(TEMP, 0x1E)), SD1E)\n
    Store (DerefOf(Index(TEMP, 0x1F)), SD1F)\n
    Store (DerefOf(Index(TEMP, 0x20)), SD20)\n
}\n
end;

into method label SMRW code_regex Store\s+\(Arg3,\s+\\_SB\.PCI0\.LPCB\.EC0\.SMD0\) replaceall_matched begin \\_SB.PCI0.LPCB.EC0.WSMD(Arg3) end;
into method label SMRW code_regex Store\s+\(\\_SB\.PCI0\.LPCB\.EC0\.SMD0,\s+Arg3\) replaceall_matched begin Store(\\_SB.PCI0.LPCB.EC0.RSMD(), Arg3) end;

_awim 发表于 2016-5-6 15:58

jun6230 发表于 2016-4-9 18:55 https://www.pcbeta.com/static/image/common/back.gif
楼主的电池驱动了?第一次进系统能正常显示电量吗?mac关机后能通过电池正常启动吗?同款机型,其他都完 ...

能分享一下声卡仿冒吗,

我的是 fit14e,10.11.4 的一次小更新后显卡又挂了,原来是 PCIID 加载 dsdt,现在不知道该如何驱动。

ljm625 发表于 2016-5-18 22:09

谢谢分享~~~

果冻_熙熙 发表于 2016-10-13 18:02

同配置 学习下 在装10.12

jalyhuang 发表于 2020-4-21 11:06

同样的显卡,花屏
页: 1 [2]
查看完整版本: 索尼 Sony Fit15E Clover配置 显卡HD4400无花屏