# Cómo reinstalar los controladores

A veces puede ocurrir un error al intentar reinstalar controladores. Para resolverlo, siga estos pasos:

<figure><img src="/files/1177a0cc5ff04172f710b5ba6f06eb92d8acc4a2" alt=""><figcaption></figcaption></figure>

1. Ponga el equipo en modo de mantenimiento en HiveOS deshabilitando la carga de controladores.
2. Deshabilitar servicios:

   ```
   systemctl disable clore-hosting.service
   systemctl disable docker.service
   systemctl disable docker.socket
   ```
3. Reiniciar el sistema:

   ```
   reboot
   ```
4. Instalar los controladores requeridos:
   * Para instalar una versión específica del controlador, use el comando:

     ```
     nvidia-driver-update 580.126.18 --force
     ```
   * O para instalar un controlador desde un enlace en el sitio web de NVIDIA:

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

**Versiones de controladores recomendadas:**

| Rama        | Versión    | Soporte hasta | Mejor para                                     |
| ----------- | ---------- | ------------- | ---------------------------------------------- |
| R580 (LTSB) | 580.126.18 | Ago 2028      | Estable recomendado para la mayoría de las GPU |
| R590        | 590.48.01  | Dic 2026      | Últimas funciones, serie RTX 50                |

**Nota:** Para las GPU RTX 5090/5080, utilice la rama R590 (como mínimo). Para todas las demás GPU, se recomienda R580 LTSB por estabilidad. 5. Actualizar el sistema (opcional):

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

6\. Desactive el modo de mantenimiento y vuelva a habilitar todos los servicios:

````
```
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-es/para-anfitriones/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.
