this post was submitted on 02 Sep 2025
20 points (100.0% liked)
Linux
57909 readers
1566 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
it'll help a lot if you can describe the troubleshooting steps you've already taken so that we don't end up going over ground you've already covered.
in shoes, i would have started with lscpi and/or lshw to know what hardware the kernel is aware of and what software it decided to attached to them.
lspci -nnk
will show you the hardware and the software module it attached it each piece of hardware and from there you can determine whether or not the kernel recognized your touch input or your pen.That's part of why I'm here. I've been following linux on surface's installation guide and I've updated my post with the errors I'm currently running into. I'm not sure if the errors have anything to do with the touchscreen/pen issues though.
I did run the
lspci -nn -k
command. I can put it in here if you'd like but it's a long list. I don't see anything in there specifically talking about the touchscreen or pen however there are a number of Microsoft hub devices. It could be one of those, I just don't know.did you identify which stanza's pertained to the touchscreen and the pen? (you're going to need either google's or an ai's help to identify it).
was a module assigned? if so, which one(s) and are they the correct ones. (you're also going to need google/ai's help with this too).