# Драйвера

### Mesa и Vulkan

{% code overflow="wrap" %}

```bash
aura -S --needed mesa lib32-mesa vulkan-icd-loader lib32-vulkan-icd-loader
```

{% endcode %}

### Кодеки

{% code overflow="wrap" %}

```bash
aura -S --needed gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gstreamer-vaapi x265 x264 lame
```

{% endcode %}

### Аудио

{% code overflow="wrap" %}

```bash
aura -S --needed alsa-utils pipewire pipewire-pulse pipewire-jack wireplumber
```

{% endcode %}

### Bluetooth

{% code overflow="wrap" %}

```bash
aura -S --needed bluez bluez-utils
```

{% endcode %}

Включите сервис:

{% code overflow="wrap" %}

```bash
sudo systemctl enable --now bluetooth
```

{% endcode %}

### Интернет

{% code overflow="wrap" %}

```bash
aura -S --needed networkmanager networkmanager-openvpn networkmanager-pptp networkmanager-vpnc
```

{% endcode %}

Включите сервис:

{% code overflow="wrap" %}

```bash
sudo systemctl enable --now NetworkManager
```

{% endcode %}

***

{% code title="Одной командой" overflow="wrap" %}

```bash
aura -S --needed mesa lib32-mesa vulkan-icd-loader lib32-vulkan-icd-loader alsa-utils pipewire pipewire-pulse pipewire-jack wireplumber bluez bluez-utils networkmanager networkmanager-openvpn networkmanager-pptp networkmanager-vpnc gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gstreamer-vaapi x265 x264 lame
```

{% endcode %}

***

{% content-ref url="/pages/SJgdAdKIrpUWraqnWJ4h" %}
[NVIDIA](/arch/drivers/nvidia.md)
{% endcontent-ref %}

{% content-ref url="/pages/pU8PtoMmZESxgXA9fkea" %}
[AMD](/arch/drivers/amd.md)
{% endcontent-ref %}


---

# 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://guide.kodersha.ru/arch/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.
