Skip to content

Commit

Permalink
Remove outdated secure boot docs
Browse files Browse the repository at this point in the history
From what I can tell, these instructions are unnecessary since
atar-axis#71, which is the PR that
removed the scripts these docs are referencing.

Closes: atar-axis#380
Closes: atar-axis#381
  • Loading branch information
HandyHat authored and kakra committed Sep 15, 2022
1 parent 91599ea commit 48f4b11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
77 changes: 0 additions & 77 deletions docs/SECUREBOOT.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,6 @@ Some chipsets may need additional driver firmware to work correctly. Try install
`linux-firmware` from your distribution.


#### Secure Boot

Secure Boot may be enabled on your computer. On most Linux distribution, running `mokutil --sb-state` will tell you if
it is the case. When Secure Boot is enabled, unsigned kernel module cannot be loaded. Two options are available:

1. Disable Secure Boot.
2. Sign the module yourself.

Instructions for both of these options are available
[here](https://atar-axis.github.io/xpadneo/#working-with-secure-boot).
Secure Boot is not enabled and pairing still fails? See [Debugging](https://atar-axis.github.io/xpadneo/#debugging).


### Gamepad Is Connected but Did not Rumble

If the gamepad does connect but it doesn't rumble, then mosty probably the wrong driver is loaded,
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
{% include_relative CONFIGURATION.md %}
{% include_relative TROUBLESHOOTING.md %}
{% include_relative DEBUGGING.md %}
{% include_relative SECUREBOOT.md %}
{% include_relative 3P-BUGS.md %}
{% include_relative SDL.md %}

0 comments on commit 48f4b11

Please sign in to comment.