zhangqq 发表于 2016-9-26 11:35

做一个如下内容的空kext就好了,何必如此麻烦?
LegacyIntel82574L.kext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleIdentifier</key>
        <string>my.driver.LegacyIntel82574L</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>Legacy Intel82574L 10d3</string>
        <key>CFBundlePackageType</key>
        <string>KEXT</string>
        <key>CFBundleShortVersionString</key>
        <string>1.0.0</string>
        <key>CFBundleSignature</key>
        <string>82574Losx</string>
        <key>CFBundleVersion</key>
        <string>1.0.0</string>
        <key>IOKitPersonalities</key>
        <dict>
                <key>Intel82574L</key>
                <dict>
                        <key>CFBundleIdentifier</key>
                        <string>com.apple.driver.Intel82574L</string>
                        <key>Driver Parameters</key>
                        <dict>
                                <key>Dump EEPROM</key>
                                <false/>
                                <key>EnableLowPwr</key>
                                <integer>1</integer>
                                <key>Flow Control</key>
                                <string>Transmit and Receive</string>
                                <key>Maximum Interrupt Rate</key>
                                <integer>4000</integer>
                                <key>Offload TCP/IP Checksum</key>
                                <true/>
                                <key>RxAbsoluteTimer10</key>
                                <integer>300</integer>
                                <key>RxAbsoluteTimer100</key>
                                <integer>300</integer>
                                <key>RxAbsoluteTimer1000</key>
                                <integer>64</integer>
                                <key>RxDelayTimer10</key>
                                <integer>25</integer>
                                <key>RxDelayTimer100</key>
                                <integer>25</integer>
                                <key>RxDelayTimer1000</key>
                                <integer>0</integer>
                                <key>RxDescriptorCount</key>
                                <integer>512</integer>
                                <key>TxDescriptorCount</key>
                                <integer>1024</integer>
                                <key>TxQueueSize</key>
                                <integer>4096</integer>
                                <key>WaitForLinkUp</key>
                                <integer>6000</integer>
                        </dict>
                        <key>IOClass</key>
                        <string>Intel82574L</string>
                        <key>IOPCIPrimaryMatch</key>
                        <string>0x10d38086</string>
                        <key>IOProviderClass</key>
                        <string>IOPCIDevice</string>
                        <key>IOResourceMatch</key>
                        <string>IOKit</string>
                </dict>
        </dict>
        <key>OSBundleRequired</key>
        <string>Local-Root</string>
</dict>
</plist>

请叫我官人 发表于 2016-9-26 17:54

gubinhao 发表于 2016-9-26 11:34 https://www.pcbeta.com/static/image/common/back.gif
谢谢分享不如直接弄无线

无线已经有了 而且无线传输并不如有线稳定,速度也不行!

请叫我官人 发表于 2016-9-26 17:55

zhangqq 发表于 2016-9-26 11:35 https://www.pcbeta.com/static/image/common/back.gif
做一个如下内容的空kext就好了,何必如此麻烦?
LegacyIntel82574L.kext



如果能免驱 又何必改系统驱动? 而且不改系统驱动也有可以驱动这张卡的第三方驱动。

请叫我官人 发表于 2016-9-26 18:14

tanpengsccd 发表于 2016-9-26 11:14 https://www.pcbeta.com/static/image/common/back.gif
关键是哪些卡可以刷呢?

目前就发现这张卡刷了可以,其余的正在研究!

olderhang 发表于 2016-9-26 18:20

zhangqq 发表于 2016-9-26 11:35 https://www.pcbeta.com/static/image/common/back.gif
做一个如下内容的空kext就好了,何必如此麻烦?
LegacyIntel82574L.kext



做了这个文件,就能不修改显卡原来的ID,直接免驱动了?

假如不按这个方法刷网卡BIOS,就把你这个文件放EFI里面,之后进了系统就能自动调用系统里面的82574L驱动吗?
但是这样,放个驱动,不也就跟放INTEL1000E一样的效果,还是没真正免驱动。

olderhang 发表于 2016-9-26 18:23

gubinhao 发表于 2016-9-26 11:34 https://www.pcbeta.com/static/image/common/back.gif
谢谢分享不如直接弄无线

我也有BCM943602CS无线卡,局域网千兆一点不稳定。速度太慢了。无线容易受各种因素干扰。

胡斌健 发表于 2016-9-26 18:59

感谢 楼主分享。

592mobile 发表于 2016-9-26 21:42

很牛逼的科技啊

mynpcc 发表于 2016-9-26 22:08

真的很牛的刷写,学习了!

babykevinjie 发表于 2016-9-26 22:15

这个教程很nice!~~

7788mp3 发表于 2016-9-26 22:21

好厉害 感谢分享 收藏备用

wt19948000 发表于 2016-9-26 22:24

谢谢支持,

zhangqq 发表于 2016-9-27 09:04

我说的驱动只是个空壳,实际是让苹果原生的驱动程序可以认识到这个卡。
原生的驱动只认识苹果id的82574L,市面上零售的卡仅仅是ID不同,芯片是一样的,
只需要一个空壳的驱动让苹果驱动认一下就好了,这是非常标准、常见的做法,不知道为什么大家不用。

15527687342 发表于 2016-9-27 14:43

楼主,无线网卡通解吗{:5_262:}

请叫我官人 发表于 2016-9-27 14:52

15527687342 发表于 2016-9-27 14:43 https://www.pcbeta.com/static/image/common/back.gif
楼主,无线网卡通解吗

不通。{:5_287:}

939872740 发表于 2016-9-27 14:52

楼主转载辛苦了

A123456789 发表于 2016-9-27 15:00

谢谢楼主分享

请叫我官人 发表于 2016-9-27 15:00

zhangqq 发表于 2016-9-27 09:04 https://www.pcbeta.com/static/image/common/back.gif
我说的驱动只是个空壳,实际是让苹果原生的驱动程序可以认识到这个卡。
原生的驱动只认识苹果id的82574L, ...

你的办法很好, 空壳和第三方驱动都是解决办法 我的想法只是想让它达到免驱目的!而不使用其他第三方驱动或者空壳来驱动。

wangshg 发表于 2016-9-27 15:37

试试。。。。。。。

hmdnhs 发表于 2016-9-27 16:34

其实我想问的事你是装了两张网卡在刷的么?板载的杀手网卡禁用了,让系统只认到这张Intel 82574l网卡,然后刷写新的网卡BIOS。对么?
页: 1 [2] 3 4
查看完整版本: 教你刷一张免驱有线网卡,让你多一种选择