-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # changelog.txt # pubspec.yaml
- Loading branch information
Showing
30 changed files
with
394 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
## FAQ | ||
|
||
#### Q: faustus module is no longer getting compiled in kernel version 6.1 or above | ||
|
||
A: Official faustus module is no longer supported in kernel 6.1 or above. A workaround to fix the compilation issue is added in [this fork](https://github.com/legacyO7/faustus.git). Either try to compile it manually or use the default faustus repo provided in the aurora faustus setup | ||
|
||
|
||
#### Q: My kernel version 6.1 (or above). Why aurora is going in faustus mode? | ||
|
||
A: Inorder for aurora to choose mainline mode, `asus-nb-wmi` should be enabled. You may have disabled it for some reason in the past, so enable it manually after reverting the changes you made while you disabled it. | ||
|
||
To enable `asus-nb-wmi` | ||
``` | ||
sudo modprobe asus-wmi | ||
sudo modprobe asus-nb-wmi | ||
``` | ||
|
||
Also make sure `asus-nb-wmi` isnt blacklisted. check inside `/etc/modprobe.d/` | ||
|
||
#### Q: faustus module is disabled but can still be accessed / error while disabling faustus | ||
|
||
A: install faustus using [this fork](https://github.com/legacyO7/faustus.git) | ||
``` | ||
sudo depmod | ||
sudo modprobe -r faustus | ||
```` | ||
blacklist the module | ||
``` | ||
printf "blacklist faustus" | sudo tee /etc/modprobe.d/faustus.conf | ||
``` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
|
||
Changelogs: | ||
|
||
- ditch faustus module, if the mainline kernel supports keyboard backlight | ||
Faustus module is no longer supported for kernel v6.1 and above. But keyboard backlit control for Asus TUF laptops has been added to mainline kernel. so faustus module is no longer required | ||
- added keyboard states, if on mainline | ||
- prompt user to switch to mainline | ||
- fixed minor bugs in faustus mode | ||
- updated dependencies | ||
- added secureboot status indicator | ||
- fixed annoying update reminder | ||
- added light theme for no good reason | ||
- improved UI | ||
- many changes under the hood changes | ||
- optimized settings | ||
- aurora stable versions will be available in fedora copr buildsystem | ||
- override package installation for mainline mode | ||
- updated workflow and dependencies | ||
- minor bug fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.