USB ZTE Modem will crash your Snow Leopard. Here is how to fix it.(转)
link: http://www.appledoes.com/usb-zte-modem-will-crash-your-snow-leopard-here-is-how-to-fix-it.html
content:
Today, we have a customer who have installed the ZTE Modem 626 on her brand new Macbook.
The thing is, when she installed it, everything went smooth and no problem found. But, after you reboot it, you’ll find the spinning gear forever.
This is due to, a poor driver collecion by ZTE, which replaces the original /usr/lib/libcurl.4.dylib with it’s version which has no 64 bit version in it.
So, if you want to install the ZTE,
1. first backup the /usr/lib/libcurl.4.dylib file,
2. do the ZTE installation
3. before you restart, replace the /usr/lib/libcurl.4.dylib with your backup.
If you have installed it, and you can’t boot the Snow Leopard, here is what to do,
1. Download libcurl.4.dylib here
2. Boot in target mode (holding T key while booting) while it is being attached to another mac using a firewire
3. replace the /usr/lib/libcurl.4.dylib with the one you have just download it
4. reboot the system. You should be able to boot and use your modem.
update:Sep 11 2012
PS: in my macbook air,leopard ,the file not work cause "no matching architecture in universal wrapper" (in system.log)
here is my file :/Files/snowleung/libcurl.4.dylib.zip
i think this file fit os :snow leopard.(my mba using)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构