Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6b26598
Update to newest version - still needs RDM guide
Owen-sz Oct 4, 2024
7a6ed80
Update consts.ts
Owen-sz Oct 7, 2024
9016394
Update chromebook.mdx
Owen-sz Oct 7, 2024
843cfc2
Update chromebook.mdx
Owen-sz Oct 7, 2024
3907f4f
Update chromebook.mdx
Owen-sz Oct 7, 2024
602de8d
Update chromebook.mdx
Owen-sz Oct 7, 2024
05066ba
Update chromebook.mdx
Owen-sz Oct 7, 2024
95a91c2
Update chromebook.mdx
Owen-sz Oct 7, 2024
277bed5
Update chromebook.mdx
Owen-sz Oct 7, 2024
f1d4435
Update chromebook.mdx
Owen-sz Oct 7, 2024
6169e38
Update chromebook.mdx
Owen-sz Oct 7, 2024
b40ed44
Update armbeta.mdx
Owen-sz Oct 7, 2024
cd9b426
Update armbeta.mdx
Owen-sz Oct 7, 2024
5b76251
Update chromebook.mdx
Owen-sz Oct 7, 2024
ccbf1e0
Update faq-and-troubleshooting.mdx
Owen-sz Oct 7, 2024
e74bc14
Delete package-lock.json
Owen-sz Oct 9, 2024
d976b81
Add usbc fix package information
Owen-sz Oct 22, 2024
4ac5692
Add more info to cros-keyboard-map
Owen-sz Oct 22, 2024
29507ef
Move warning to correct spot in faq page
Owen-sz Dec 27, 2024
a31aace
Add dongle info to FAQ
Owen-sz Jan 28, 2025
c0e4655
remove sc7170 warning
Owen-sz Feb 10, 2025
4c47499
Remove thunderbolt issue from known issues table
Owen-sz Feb 10, 2025
305ace3
Update faq-and-troubleshooting.mdx
Owen-sz Dec 2, 2025
720e817
Merge branch 'main' into owen/cb
Owen-sz Jan 13, 2026
e114140
redo arm chromebook page
Owen-sz Jan 13, 2026
fe6829d
redo chromebook index page
Owen-sz Jan 13, 2026
3c65c6a
modernize the rest of the pages
Owen-sz Jan 14, 2026
ddc7fef
title casing
Owen-sz Jan 14, 2026
a94281d
Update src/content/docs/en/chromebook/chromebook.mdx
Owen-sz Jan 14, 2026
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
14 changes: 14 additions & 0 deletions src/content/docs/en/chromebook/faq-and-troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ This should not happen unless you have unsupported speakers, but if it does, try

You may have an audio device unsupported by the audio script by default (max98357a Sound controller). If you would like to enable audio on here, run the script manually and follow the prompts to enable audio.

### USBC/Thunderbolt doesn't work

You probably have an 11th or 12th gen Intel CPU. We have a systemd service packaged in terra that will fix this:

```
sudo dnf install chromebook-usbc-fix
```
your USBC ports should immediatly work after package installation. If it does not, try a reboot. If it still doesn't work:

```
sudo systemctl enable chromebook-usbc-fix
```
This package may also work on 13th gen or higher platforms.

<Alert type="warning">
max98357a, and any other audio devices requiring ```--force-avs-install``` is
not recommended to enable, and support will not be given to damaged speakers.
Expand Down