蓝雏 发表于 2016-2-12 09:51

内建网卡 求助

本帖最后由 蓝雏 于 2016-2-12 10:32 编辑





Device (GIGE)
            {
                Name (_ADR, Zero)
                Method (_DSM, 4, NotSerialized)
                {
                  Store (Package (0x0A)
                        {
                            "built-in",
                            Buffer (One)
                            {
                              0x00
                            },

                            "model",
                            Buffer (0x1F)
                            {
                              "Apple Gigabit Ethernet Adapter"
                            },

                            "device_type",
                            Buffer (0x14)
                            {
                              "Ethernet Controller"
                            },

                            "IOName",
                            "ethernet",
                            "name",
                            Buffer (0x0D)
                            {
                              "pci1969,10a1"
                            }
                        }, Local0)
                  DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                  Return (Local0)
                }

                Method (_RMV, 0, NotSerialized)
                {
                  Return (Zero)
                }
            }
      }

      Device (RP05)
      {
            Method (_ADR, 0, NotSerialized)
            {
                Return (RPA4)
            }

            Method (_INI, 0, NotSerialized)
            {
                Store (LTR5, LTRE)
                Store (PML5, LMSL)
                Store (PNL5, LNSL)
                Store (OBF5, OBFF)
            }

            OperationRegion (PXCS, PCI_Config, Zero, 0x0380)
            Field (PXCS, AnyAcc, NoLock, Preserve)
            {

gubinhao 发表于 2016-2-12 23:15

网卡都显示内建了

蓝雏 发表于 2016-2-13 15:11

gubinhao 发表于 2016-2-12 23:15 https://www.pcbeta.com/static/image/common/back.gif
网卡都显示内建了

App Store 还是无法登陆

gubinhao 发表于 2016-2-13 21:42

蓝雏 发表于 2016-2-13 15:11 https://www.pcbeta.com/static/image/common/back.gif
App Store 还是无法登陆

这是你的ID问题

303734056 发表于 2016-2-13 21:48


资源库-Preferenecs-SystemConfiguration-替换Networkinterfaces.plist,操作之前记得备份你自己的,替换后重建缓存重启电脑

110189 发表于 2016-2-27 15:24

还是无法登陆

handmost 发表于 2017-5-29 13:37

正在找办法,希望可以用

handmost 发表于 2017-5-29 13:37

不知道楼主最后成功了吗

产品运营部 发表于 2017-5-29 13:52

不知道楼主最后成功了吗

handmost 发表于 2017-5-29 16:39

同问!感谢楼主提问

jy1314ann 发表于 2017-6-20 00:04

感谢楼主提问

jy1314ann 发表于 2017-6-20 00:07


感谢楼主提问

秧为枯骨 发表于 2017-6-30 15:02

跟网页有关系 我用学校网就登上了
页: [1]
查看完整版本: 内建网卡 求助