@@ -36,6 +36,28 @@ Select your operating system to view applicable instructions:
3636
3737 and reboot to use the new kernel.
3838
39+ ### Microphone mute key enablement
40+
41+ On laptops which support it, (V54x, V56x, NV4xPZ), a fix might be needed
42+ if the version of systemd on your system is lower than `257`:
43+
44+ ```bash
45+ systemd --version
46+ ```
47+
48+ Example:
49+ ```
50+ ubuntu@3mdeb:/$ systemd --version
51+ systemd 255 (255.4-1ubuntu8.12)
52+ ```
53+
54+ In that case execute the following command to apply a fix:
55+ ```bash
56+ curl -sSf https://raw.githubusercontent.com/Dasharo/dasharo-tools/main/clevo/mic-switch-fixup | sudo sh
57+ ```
58+
59+ and reboot the device.
60+
3961 ### NVIDIA drivers
4062
4163 If your device comes with NVIDIA graphics, proprietary NVIDIA drivers are
@@ -44,15 +66,15 @@ Select your operating system to view applicable instructions:
4466 1. Install drivers according to
4567 [instructions provided by Ubuntu](https://ubuntu.com/server/docs/nvidia-drivers-installation)
4668
47- 1 . Reboot the device to apply changes
69+ 2 . Reboot the device to apply changes
4870
49- 1 . (Optional) If you're suffering from poor battery life caused by the GPU
71+ 3 . (Optional) If you're suffering from poor battery life caused by the GPU
5072 not turning off, ensure On-Demand mode is enabled in NVIDIA Control
5173 Panel:
5274
5375 { class="center" }
5476
55- 1 . (Optional) If the GPU is still not powering down, run the following
77+ 4 . (Optional) If the GPU is still not powering down, run the following
5678 command, and then reboot the laptop:
5779
5880 ```bash
0 commit comments