> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/server-offline-on-clore.ai/how-to-reinstall-drivers.md).

# ड्राइवर कैसे पुनः इंस्टॉल करें

कभी-कभी ड्राइवरों को पुनःस्थापित करने का प्रयास करते समय एक त्रुटि आ सकती है। इसे हल करने के लिए, इन चरणों का पालन करें:

<figure><img src="/files/37d3c2a8357ba6617a70047a0b19d62b8e350f40" 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  | अधिकांश GPUs के लिए अनुशंसित स्थिर |
| R590        | 590.48.01  | दिसंबर 2026 | नवीनतम सुविधाएँ, RTX 50 सीरीज़     |

**नोट:** RTX 5090/5080 GPUs के लिए कम से कम R590 शाखा का उपयोग करें। सभी अन्य GPUs के लिए स्थिरता हेतु 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
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://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/server-offline-on-clore.ai/how-to-reinstall-drivers.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.
