# So installieren Sie Treiber neu

Manchmal kann beim Versuch, Treiber neu zu installieren, ein Fehler auftreten. Um ihn zu beheben, gehen Sie wie folgt vor:

<figure><img src="https://3465007990-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbyNlC5NV8aIpXnc76G7w%2Fuploads%2FOqwxbSmYM9fUdBclIS3D%2Fimage%20(35).png?alt=media&#x26;token=37e7248c-7055-44fa-a358-66d5df07f80b" alt=""><figcaption></figcaption></figure>

1. Setzen Sie das Rig in den Wartungsmodus in HiveOS, indem Sie das Laden der Treiber deaktivieren.
2. Dienste deaktivieren:

   ```
   systemctl disable clore-hosting.service
   systemctl disable docker.service
   systemctl disable docker.socket
   ```
3. System neu starten:

   ```
   reboot
   ```
4. Installieren Sie die benötigten Treiber:
   * Um eine bestimmte Treiberversion zu installieren, verwenden Sie den Befehl:

     ```
     nvidia-driver-update 580.126.18 --force
     ```
   * Oder um einen Treiber von einem Link auf der NVIDIA-Website zu installieren:

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

**Empfohlene Treiberversionen:**

| Zweig       | Version    | Unterstützt bis | Am besten für                         |
| ----------- | ---------- | --------------- | ------------------------------------- |
| R580 (LTSB) | 580.126.18 | Aug 2028        | Empfohlen stabil für die meisten GPUs |
| R590        | 590.48.01  | Dez 2026        | Neueste Funktionen, RTX-50-Serie      |

**Hinweis:** Für RTX 5090/5080 GPUs verwenden Sie mindestens den R590-Zweig. Für alle anderen GPUs wird aus Stabilitätsgründen R580 LTSB empfohlen. 5. System aktualisieren (optional):

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

6\. Wartungsmodus deaktivieren und alle Dienste wieder aktivieren:

````
```
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-de/fur-hosts/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.
