Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(RFC) reword LTS warnings and notes #217

Merged
merged 4 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 4 additions & 12 deletions src/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Please read this page before asking for help. Your help request will be pointed

### What OS should I use?

- This depends on your use case. Only you can answer this question. <!-- Not ubuntu plz -->
- This depends on your use case. Only you can answer this question.

### Should I use rw-legacy or full rom?

- This depends on what you are looking to use your device for. If you are planning on installing Windows or macOS you need to use full rom. Rw-legacy only supports linux.
- This depends on what you are looking to use your device for. If you are planning on installing Windows or macOS you need to use full rom. RW-legacy only supports linux.
ninelore marked this conversation as resolved.
Show resolved Hide resolved

### My internal keyboard doesn't work, can I use an external keyboard to get into developer mode?

Expand Down Expand Up @@ -103,17 +103,9 @@ Please read this page before asking for help. Your help request will be pointed

## Linux Questions

### How come audio isn't working on Ubuntu / Ubuntu forks?
### Audio isn't working on Debian, Ubuntu or some other Distribution?

- Ubuntu and Ubuntu-based distros may have issues and are not supported, try switching to another distro. Debian is a great alternative if you are used to Ubuntu.

### Why are Ubuntu/Ubuntu based distros not supported?

- They consistently break packages.
- They have started to force snap on their users.
- They have published an LTS distro with a non-LTS kernel.

Becuse of these things, Ubuntu is unsupported. We will not help you fix issues on Ubuntu.
- Old (>1 year) LTS releases may have issues and are not supported, try switching to another distro.
ninelore marked this conversation as resolved.
Show resolved Hide resolved
ninelore marked this conversation as resolved.
Show resolved Hide resolved

### What Linux distros are recommended?

Expand Down
8 changes: 2 additions & 6 deletions src/docs/installing/installing-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ Only Linux kernel 6.4 or newer is supported.
## Recommended Distributions

::: warning
Ubuntu and Ubuntu-based distributions **may have issues** and are **not supported**.
:::

::: warning
Debian versions older than Debian 12 (Bookworm) are **not supported**. Debian 12 (Bookworm) requires a custom kernel, the [audio script](#fixing-audio) will automatically install it for you.
Old (>1 year) LTS releases **may have issues** and are not supported.
Debian 12 (Bookworm) and possibly Ubuntu require a custom kernel. In case of Debian, the [audio script](#fixing-audio) will automatically install it for you.
ninelore marked this conversation as resolved.
Show resolved Hide resolved
:::

**Recommended distros as of October 2023 (in no particular order) are:**
ninelore marked this conversation as resolved.
Show resolved Hide resolved

- Arch Linux or EndeavourOS
- Fedora or Ultramarine Linux
- openSUSE Tumbleweed
- Debian 12 (Bookworm)
- Pop!\_OS

## Installation
Expand Down
Loading