的确是个很麻烦的事情,一点一点来,还在摸索中
看着个之前请先看后面的安装tips,否则可能会提前出错

网卡找不到的症状是
1.在 网络 中看不到连接项或者不可选或者为灰色不可用
2.打开 系统概况,网络一项里是没有MAC地址的

首先,网卡型号 intel pro/100 ve
其次,需要知道自己网卡的设备号
    windows下>设备管理器>设备ID,会找到类似[并不是我的设备号]
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装PCI\VEN_8086&DEV_27C5&SUBSYS_30B2103C&REV_02
    的字串,SO ... 你的设备号就是0x[Dev][Ven] ,本例中是0x27C58086[只是个例子]
TIPS:并不需要重新安装WINDOWS,可以用WINPE+Everest
然后,需要找到一个合适的网卡驱动,找到的驱动名字叫AppleIntel8255x.kext,网上有很多版本都不一样,把其中的说明文件贴出来以供对照[实在是忘了在哪里下载的了]
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Hi everyone,
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装This is the AppleIntel8255x.kext this kext also works for the 82557 chipset of the 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Intel Pro/100 VE Ethernet Card, all you need to do is drag the AppleIntel8255x.kext 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装to the following folder: /System/Library/Extensions/
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Once you have dragged the filed into /System/Library/Extensions/ you will need to Authenticate 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装with your administrative password. Once you have authenticated you will need to open a terminal 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装window & paste the following commands into the terminal:
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装sudo chmod -R 755  /System/Library/Extensions/AppleIntel8255x.kext  [authenticated again]
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装sudo chown -R root:wheel /System/Library/Extensions/AppleIntel8255x.kext
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装sudo kextload -v /System/Library/Extensions/AppleIntel8255x.kext  [manually load kext]
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装When you have manualy loaded the kext Successfully you should get the following text or 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装something similar.
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Once the kext is successfully loaded clear the kext cache to do this copy and paste the 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装following into a Terminal:
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装sudo rm /System/Library/Extensions.mkext
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装[This forces the system to re-examine all of the drivers and rematch during the 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装next boot cycle.]
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Now Reboot. 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Once you have rebooted go to System Preferences => Network => Built-In Ethernet [This may differ] 
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装=> Configure  Now Configure the Built-In Ethernet and you are now Fully Networked!
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装Enjoy Your "Intel Pro/100 VE Ethernet Card"
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
ATTENTION: 在按照说明安装之前必须要做如下的事情,把包里的content/info.plist 打开并修改
找到
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装<key>IOPCIMatch</key>
在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装
<string>0x10518086在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装</string>
把你的设备号加进去,比如我的设备号为0x27dc8086,则修改完的字串为[只是加入了0x27dc8086]
<key>IOPCIMatch</key>在dell dimension 5150 上安装mac os x for pc 10.4.8 手记 1] 网卡的安装<string>0x10518086 0x10508086 0x10298086 0x10308086&amp;
0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086
0x245d8086 0x27dc8086 0x10608086
&amp;0xfff0ffff</string>
现在可以按照说明步骤安装了

ATTENTION:重启之前用磁盘工具修复一下MAC OS X所在的磁盘权限

相关文章:

  • 2021-11-13
  • 2021-07-17
  • 2022-12-23
  • 2022-01-14
  • 2021-06-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-11-27
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案