# 如何重新安装驱动程序

有时在尝试重新安装驱动程序时可能会发生错误。为了解决此问题，请按以下步骤操作：

<figure><img src="/files/2698788bb391c6be91c1d702038d51ad15b63d26" alt=""><figcaption></figcaption></figure>

1. 通过禁用驱动加载将矿机置于 HiveOS 的维护模式。
2. 禁用服务：

   ```
   systemctl disable clore-hosting.service
   systemctl disable docker.service
   systemctl disable docker.socket
   ```
3. 重启系统：

   ```
   reboot
   ```
4. 安装所需的驱动程序：
   * 要安装特定驱动版本，请使用以下命令：

     ```
     nvidia-driver-update 580.126.18 --force
     ```
   * 或者从 NVIDIA 网站的链接安装驱动：

     ```
     nvidia-driver-update https://us.download.nvidia.com/XFree86/Linux-x86_64/580.126.18/NVIDIA-Linux-x86_64-580.126.18.run
     ```

**推荐的驱动版本：**

| 分支         | 版本         | 支持截止        | 最适合                |
| ---------- | ---------- | ----------- | ------------------ |
| R580（LTSB） | 580.126.18 | 2028 年 8 月  | 适用于大多数 GPU 的推荐稳定版本 |
| R590       | 590.48.01  | 2026 年 12 月 | 最新功能，适用于 RTX 50 系列 |

**注意：** 对于 RTX 5090/5080 GPU，至少使用 R590 分支。对于所有其他 GPU，建议使用 R580 LTSB 以获得稳定性。5. 更新系统（可选）：

````
```
apt update
apt upgrade
apt autoremove
```
````

6\. 禁用维护模式并重新启用所有服务：

````
```
systemctl enable clore-hosting.service
systemctl enable docker.service
systemctl enable docker.socket
reboot
```
````


---

# Agent Instructions: 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:

```
GET https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/server-offline-on-clore.ai/how-to-reinstall-drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
