Skip to content

Instantly share code, notes, and snippets.

Fixing the Intel IPU7 camera on a ThinkPad X1 Carbon Gen 13 (Ubuntu 26.04)

The webcam on my ThinkPad X1 Carbon Gen 13 did not work on Ubuntu 26.04. No application could see it. Getting it working turned out to require fixing four independent problems, stacked so that each one hid the next — which is why the usual advice ("install the IPU7 packages") appears to do nothing.

This write-up covers the diagnosis, the reasoning behind each fix, and a script that reproduces the whole setup.

@AlexeySalmin
AlexeySalmin / encfs-agent
Last active December 13, 2019 20:42 — forked from mprymek/encfs-agent
encfs-agent - mount encfs filesystems using ssh-agent
#! /usr/bin/env python2
"""
encfs-agent
Mounts encfs filesystems with passwords generated using private keys stored in ssh-agent.
You can have any number of encrypted filesystems ("vaults") under VAULTS_DIR. Password for
each of them is derived from its name and given private key stored in ssh-agent.
You can use ssh-askpass for ssh-agent if you want.