Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9287aad

Browse files
authored
Document tablet mode bug and workaround for Ubuntu 25.10
Added workaround for tablet mode GPIO recognition issue in Ubuntu 25.10.
1 parent0bb08bb commit9287aad

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎framework12/Ubuntu-25-10.md‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,28 @@ sudo apt update && sudo apt upgrade -y && sudo snap refresh
3232

3333
- Only works on 25.04+ (and up)
3434
- Needs below fixup until they have updated iio-sensor-proxy to 3.8:[![Ubuntu 25.10 package](https://repology.org/badge/version-for-repo/ubuntu_25_10/iio-sensor-proxy.svg)](https://repology.org/project/iio-sensor-proxy/versions)
35-
-[This script will get tablet mode set up and running fast](https://github.com/FrameworkComputer/linux-docs/blob/main/framework12/Ubuntu-25-04-accel-ubuntu25.10.md#ubuntu-2504-tablet-mode-setup-udev-edit).
35+
-[This script will get tablet mode set up and running fast](https://github.com/FrameworkComputer/linux-docs/blob/main/framework12/Ubuntu-25-04-accel-ubuntu25.04.md#ubuntu-2504-tablet-mode-setup-udev-edit).
3636
- Onscreen keyboard only appears when you call for it by interacting in a text area.
3737

38+
###**Bug**
39+
40+
- There is a bug where Uubntu is not providing kernel recognized the tabletmode GPIO. Please use this workaround:
41+
```
42+
sudo nano /etc/initramfs-tools/modules
43+
```
44+
Addpenf this to the bottom of the file:
45+
```
46+
# Ensure pinctrl_tigerlake loads before soc_button_array
47+
pinctrl_tigerlake
48+
soc_button_array
49+
```
50+
Update initramfs:
51+
```
52+
sudo update-initramfs -u -k all
53+
```
54+
Then reboot. Tablet mode will work now.
55+
56+
3857
![Tablet Mode](https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/framework12/images/tablet2.png)
3958

4059
   

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp