I have a Thinkpad T14s gen6 OLED / 64gb / WWAN (21N1CTO1WW). I installed the Concept ISO and I’m using it as my daily driver sind two month. The only really bad thing is that I can’t get the Camera up and running.
Kernel ist 7.0.0.-32-qcom-x1e
Can anyone point me out what I could do to make it working?
For me on the slim 7x, I enabled pipewire in my browser to get the camera to work in my browser.
Chromium: go to chrome://flags and enable PipeWire Camera support
Firefox: go to about:config and enable media.webrtc.camera.allow-pipewire
Could someone with an SFG14-01 chip share their adsp_dtbs.elf extracted via qcom-firmware-extract? New to Linux, didn’t think to keep Windows partitioned and hoping it’ll solve my battery problems.
I have an ASUS zenbook so i can’t help you with a file. I did however also delete the Windows partition so i was in kind of the same situation. I was able to extract the firmware from the driver installer i downloaded from the ASUS support website using 7zip. So in linux you can do something like: $ 7z x driver_installer_file.exe
That should extract the files and you can $ find the file you need. You of course need to download the driver installer file at your laptop vendors website.
Hope this helps.
Anyone here using a external thunderbolt / USB4 + DP-Alt based (e.g USB-C) display on there X1E?
I’ve been struggling to get a reliable setup on both the 6.18-jg and 7.0.0-32 qcom kernal
On the Thinkpad X13s (pre elite Snapdragon CPUs) it’s working nicely, but on 30Hz with a 5k display
There are more, I’m sure, but with those type-c displays / dp altmode via adapter/hub should be way more stable. dp altmode plug was broken for many configurations since 7.1rc, the X13s is among them. These patches are on my tree, and also in 7.1-rc6-jg-* kernels.
The error messages from dmesg are type-c soundwire related I would assume. There’s a patch series for that, too, from Srinivas Kandagatla. The DSP has issues digesting the topology file. I assume you’re using an extended variant for type-c sound, too?
I haven’t tested on the X13s yet, but this will happen in the next weeks.
On my Slim 7x portable usb-c displays have always worked, but my desktop usb-c 4k monitor (LG Ultrafine) worked fine for a week or two around Feb/March this year on a pre 7.0 kernel. But before and after that it doesn’t work. The monitor speakers/usb hub are sometimes connected though. [currently Ubuntu 26.04, X1E PPA]
If you’re interested in my changes, you can check out my PR. Additionally, I have published the kernel for easier access at the following link: Kernel Release. You can also find instructions for building it yourself in the main README
The REPO is very text-heavy, I will reduce it once I have everything working