Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/unified/protectli/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Using `Device Manager`, select `Update Driver` for `Network Device` located in
## Linux

This section covers Linux post-install steps tested on Ubuntu 22.04. It is
likely that similar procedures would for others Linux distributions as well.
likely that similar procedures would work for others Linux distributions as
well.

### Cards using ath10k_pci driver report a firmware failure at module load

Expand All @@ -36,3 +37,22 @@ If you experience ath10k_pci failing to load with error in dmesg similar to:

follow the [Protectli guide](https://kb.protectli.com/kb/wifi-modules-for-protectli-vaults/)
(Section "Fix for M.2/mPCIe WiFi Card not Being Recognized") to fix the problem.

### VP66XX v0.9.2 - fans stuck at a constant speed

The v0.9.2 release shipped with an issue that caused the SuperIO CPU
temperature reads to be stuck at a constant value, which in turn made the fans
spin at constant speed. While this will no longer be the case in more recent
releases, the issue can be mitigated on v0.9.2 by applying the `reboot=pci`
kernel parameter in Ubuntu:

* Run `sudo nano /etc/default/grub`
* Modify the `GRUB_CMDLINE_LINUX_DEFAULT` line to contain `reboot=pci`, e.g.:

```diff
-GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
+GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=pci"
```

* Run `sudo update-grub`
* Reboot
2 changes: 1 addition & 1 deletion docs/variants/asrock_spc741d8/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Test results for this release can be found
This is a Dasharo Pro Package Release. To access the pre-built binaries,
you need to [subscribe to the Dasharo Pro Package subscriber](../../ways-you-can-help-us.md#become-a-dasharo-pro-package-subscriber).
You can do this by purchasing a Dasharo Pro Package product from our
[shop](https://shop.3mdeb.com/product/dasharo-corebootuefi-pro-package-for-servers/).
[shop](https://shop.3mdeb.com/product/asrock-spc741d8-2l2t-bcm-dasharo-pro-full-build/).
As a subscriber, you will receive access to all firmware updates for the
duration of your subscription via the Dasharo Pro Package newsletter, and
gain entry to the Dasharo Premier Support invite-only live chat on the Matrix
Expand Down