Skip to content

Commit ab9ca45

Browse files
Merge pull request #242 from koluckirafal/stoney-6.19
Update Stoney Ridge audio on Linux requirements
2 parents 55c1973 + 4cdf37e commit ab9ca45

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

devices/os-support.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devices": [
4545
{
4646
"boardname": "CELES",
47-
"windows": "Requires platform clock workaround. (See <a href=\"../installing/post-install\">post install</a>)"
47+
"windows": "Requires platform clock workaround. (See <a href=\"./installing/post-install\">post install</a>)"
4848
},
4949
{
5050
"windows": "No microphone support",
@@ -173,7 +173,7 @@
173173
"Intel TigerLake": {
174174
"default_windows": "Audio and Thunderbolt drivers are paid.",
175175
"default_mac": "No MacOS support.",
176-
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"../installing/post-install\">post install</a>)",
176+
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"./installing/post-install\">post install</a>)",
177177
"devices": []
178178
},
179179
"Intel JasperLake": {
@@ -185,7 +185,7 @@
185185
"Intel Alderlake": {
186186
"default_windows": "Audio and Thunderbolt drivers are paid.",
187187
"default_mac": "No MacOS support.",
188-
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"../installing/post-install\">post install</a>)",
188+
"default_linux": "No fingerprint functionality on models that have it.<br><br>USB4 requires systemd service (See <a href=\"./installing/post-install\">post install</a>)",
189189
"devices": [
190190
{
191191
"boardname": "KANO",
@@ -212,7 +212,7 @@
212212
"AMD Stoneyridge": {
213213
"default_windows": "Experimental Windows support. Requires patched drivers with testsigning enabled.",
214214
"default_mac": "No MacOS support.",
215-
"default_linux": "Needs kernel compiled with AMDGPU=Y instead of =M and firmware built-in to get working audio",
215+
"default_linux": "Needs kernel in version at least 6.19 to get working audio",
216216
"devices": []
217217
},
218218
"AMD Picasso": {

src/docs/installing/installing-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ next: post-install
88
Thanks to recent advancements in the chrultrabook community, Linux works really well on most Chromebooks.
99

1010
::: tip
11-
Only Linux kernel 6.6 or newer is supported.
11+
Only Linux kernel 6.19 or newer is supported.
1212
:::
1313

1414
## Recommended Distributions
1515

1616
::: warning
17-
Old (>1 year) LTS releases **may have issues** and are not supported.
18-
One possible workaround for Debian 12 (Bookworm) and Ubuntu is using a custom kernel. In case of Debian, the [audio script](#fixing-audio) will automatically install it for you. Note that not all issues can be solved with a custom kernel, as the rest of the software on the system is still old.
17+
Old (>1 year) LTS releases **may have issues** and are not supported.
18+
One possible workaround for Ubuntu is using a third-party kernel. Note that not all issues can be solved with a custom kernel, as the rest of the software on the system might be still old.
1919
:::
2020

2121
**Recommended distros as of December 2024 (in no particular order) are:**

src/docs/installing/known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
- Broken USB-C on TigerLake and AlderLake. See Post Install -> Linux for fix.
1515
- No fingerprint reader support.
16-
- Debian 12 (Bookworm) needs a custom kernel.
16+
- Debian 12 (Bookworm) needs an updated kernel from backports.
17+
- Stoney Ridge audio requires Linux kernel 6.19 or newer.
1718

1819
### macOS
1920

0 commit comments

Comments
 (0)