惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Archives - TechRepublic
MongoDB | Blog
MongoDB | Blog
量子位
博客园 - 叶小钗
罗磊的独立博客
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
MyScale Blog
MyScale Blog
GbyAI
GbyAI
Help Net Security
Help Net Security
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
Hacker News - Newest:
Hacker News - Newest: "LLM"
Latest news
Latest news
H
Hacker News: Front Page
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
S
Schneier on Security
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
S
Security @ Cisco Blogs
Recorded Future
Recorded Future
S
Securelist
博客园 - Franky
Application and Cybersecurity Blog
Application and Cybersecurity Blog
A
About on SuperTechFans
N
News and Events Feed by Topic
AI
AI
T
Tenable Blog
N
News | PayPal Newsroom
C
Cybersecurity and Infrastructure Security Agency CISA
V
V2EX - 技术
T
Threat Research - Cisco Blogs
Cisco Talos Blog
Cisco Talos Blog
L
LINUX DO - 热门话题
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google Online Security Blog
Google Online Security Blog
S
Security Affairs
Webroot Blog
Webroot Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 三生石上(FineUI控件)
C
Comments on: Blog
G
GRAHAM CLULEY

博客园 - glister

ps学习日志 mac 下安装iwork+ps+nx2 leopard安装版本不符的软件 leopard添加开机启动项 T43安装显卡驱动 T43有限网络配置 leopard 网卡 四国 解决grub引导错误的问题 T43成功安装Jas版 leopard 10.5.2 iphone修改 修改ghost文件 ps 中的路径和模拟压力 ubuntu触电(转) Ubuntu安装显卡驱动 ps 4 中动画制作 ps影楼效果(转) vbscript对注册表的改写 配置文件丢失 chm文件打不开
T43leopard 驱动安装
glister · 2009-04-15 · via 博客园 - glister

对于硬盘安装方法 LZ请参考这个帖子
http://bbs.kenapple.com/thread-2027-1-1.html
安装驱动程序
1、Boardcom网卡:
    将附件“AppleBCM5751Ethernet.kext.zip”解压,把网卡驱动“AppleBCM5751Ethernet.kext”拷贝至“/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns”;
2、PCMCIA:
    将附件“PCCard-8.8.1.zip”解压,将其中的文件“IOPCCardFamily.kext”和“IOPCIFamily.kext”拷贝至“/System/Library/Extensions”;
3、电池:
    将“/System/Library/SystemConfiguration/PowerManagement.bundle”拖至废纸篓,将附件“PowerManagement.zip”解压,把其中的“PowerManagement.bundle”拷贝至原文件位置;
4、显卡:
    1)将附件中的“Callisto_006.zip”解压,修改“CallistoHAL.kext/Contents/Info.plist”中键值“IOPCIMatch”的Device Id为“0x54601002”;
    2)将“Callisto.kext”和“CallistoHAL.kext”拷贝至“/System/Library/Extensions”;
    3)将附件中的“koverg-patch9700-v0.2.zip”解压,在终端窗口中执行以下命令:
        a)sudo -s
        b)<Input your password>
        c)cd <your file location>
        d).patch9700.sh 54 60
    4)将“/System/Library/Extensions/ATIRadeon9700.kext/Contents/Info.plist”中键值“IOPCIMatch”的Device Id“0x5B601002”改为“0x54601002”;
    5)将“/System/Library/Extensions/ATIRadeon9700GA.plugin/Contents/Info.plist”中键值“IOProviderClass”的值改为“CallistoFB”;
5、Intel Wireless 2200BG网卡:
    运行附件“iwi2200.dmg”中的“iwi2200.pkg”安装文件,将networkSelector拖至“实用程序”文件夹,日常使用通过networkSelector激活网卡和选择Airport;
6、系统信息:
    将附件“Colonel_System_Profiler_Patch_1.2.zip”解压,运行其中的“Colonel System Profiler Patch”;
7、修改文件权限及属性:
    在终端窗口中键入如下命令:
    1)chown -R root:wheel /System/Library/Extensions;
    2)chmod -R 755 /System/Library/Extensions;
    3)rm /System/Library/Extensions.*;
    4)rm -f /Library/Preferences/com.apple.window*;
    5)rm -f ~/Library/Preferences/com.apple.window*;
    6)rm -f ~/Library/Preferences/ByHost/com.apple.window*;
    7)rm -f ~/Library/Preferences/ByHost/com.apple.pref*;
    8)diskutil repairpermissions /;
8、Reboot,and Enjoy! :-)

PS:我的X300显卡Device Id是“5460”,请参考此文的朋友用自己显卡的Device Id代替“5460”。

升级至10.4.9
我是下载Apple网站的“MacOSXUpd10.4.9Intel.dmg”进行升级的,也可以通过苹果菜单下的“软件更新”进行升级。
1、准备工作:
    1)备份10.4.8中的部分文件,在终端窗口中执行以下命令:
        a)sudo -s
        b)<Input your password>
        c)cd /
        d)mkdir /1048
        e)cp -R /System/Library/Extensions/AppleSMBIOS.kext /1048
        f)cp -R /System/Library/Extensions/AppleACPIPlatform.kext /1048
    2)将附件“mach_kernel.zip”、“ATIRadeon9700.kext.zip”和“IOATAFamily.kext.zip”下载并解压。
2、升级系统:
    用“MacOSXUpd10.4.9Intel.dmg”或通过苹果菜单下的“软件更新”进行升级,完成后先不要重启。
3、恢复文件:
    在终端窗口中键入如下命令:
    1)sudo -s
    2)<Input your password>
    3)cp -R /1048/AppleSMBIOS.kext /System/Library/Extensions
    4)cp -R /1048/AppleACPIPlatform.kext /System/Library/Extensions
    5)cp -R <your file location>/IOATAFamily.kext /System/Library/Extensions
    6)cp -R <your file location>/ATIRadeon9700.kext /System/Library/Extensions
    7)mv <your file location>/mach_kernel /mach_kernel
4、安装10.4.4的loginwindow以便修复苹果菜单下“关于本机”的Bug,此文件在Mac安装光盘的/System/Installation下。
5、修复文件权限及属性:
    在终端窗口中键入如下命令:
    1)chown -R root:wheel /System/Library/Extensions;
    2)chmod -R 755 /System/Library/Extensions;
    3)rm /System/Library/Extensions.*;
    4)diskutil repairpermissions /;
6、执行“第二步”重新安装驱动。

7、Reboot,and Enjoy! :-)

http://bbs.kenapple.com/thread-4505-1-1.html