> For the complete documentation index, see [llms.txt](https://mtwstudio.gitbook.io/ryzentosh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtwstudio.gitbook.io/ryzentosh/3-kexts/network.md).

# 網路

{% hint style="info" %}
RTL8111驅動下載：<https://bitbucket.org/RehabMan/os-x-realtek-network/downloads/>

驅動說明：<https://bitbucket.org/RehabMan/os-x-realtek-network>
{% endhint %}

## 安裝教學

首先下載 [RehabMan-Realtek-Network-v2-2017-0322.zip](https://bitbucket.org/RehabMan/os-x-realtek-network/downloads/RehabMan-Realtek-Network-v2-2017-0322.zip)

接著進入 `S/L/E` 和 `Clover/kexts/10.12` 資料夾中找到其他網路驅動，並移除，常見的像是 `RealtekRTL81xx.kext` ，反正通通移除就對了。

接著打開 Kext 工具，個人是使用 Kext Utility （可在**實用資源**找到）

等他自己跑完一輪後，把剛剛下載的檔案解壓然後拖進去這個視窗，在等他跑完一輪

![](/files/-L_Smi5ZJe1c4kcg_GnU)

重開機後就可以享用網路啦！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mtwstudio.gitbook.io/ryzentosh/3-kexts/network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
