An Elgato Camlink 4K wouldn't work under Ubuntu 22.04. It would show up with lsusb, but Cheese wouldn't list it as a device and OBS studio would show it as a disabled device. A little stream conversion magic [RED] #!/usr/bin/env bash # You need to run # sudo apt install v4l2loopback-utils v4l2loopback-dkms # once and … Continue reading Elgato Camlink and Linux
Tag: ubuntu
Skype/Snap menus are blank
Under Ubuntu 22.04, when Skype is installed as a snap, some menus are blank (+ it keeps freezing the entire computer sometimes). There's a simple workaround [1]: disable "access to opengl" in the snap store properties. I don't know, yet, what else this'll break... but we'll find out soon. [1] Some snap application menus don't … Continue reading Skype/Snap menus are blank
Eclipse crashing under Ubuntu
A quick one: Eclipse (2023-06) + Java (openjdk 17.0.7) under Ubuntu 22.04 crashes after a bit of interaction with this message: C [libwebkit2gtk-4.0.so.37+0xbbe3b6]. It's Wayland, but there's an easy workaround [1]: env WEBKIT_DISABLE_COMPOSITING_MODE=1 ./eclipse Resources [1] Eclipse IDE crashing with Java errors since 22.04 upgrade when using waylandhttps://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1988843/comments/5
Ubuntu 22.04 on the HP Victus
New day, new gear. This post is about Ubuntu on the HP Victus 16-e0033nv and continues the long list of Ubuntu on laptops: Acer Nitro 5, HP ProBook, Asus VivoBook, Lenovo Thinkpad and probably others I'm forgetting about right now. The laptop comes with Windows 11 which I used mainly for a BIOS update. The … Continue reading Ubuntu 22.04 on the HP Victus
Reactivate Linux network interface after standby
I'm happily using (after all this time!) the Acer Nitro 5 [AN5] with Ubuntu 20.04 and the power saving script [PSS]. Unfortunately, when using the lowest power mode, the Ethernet interface won't get an IP any more. The Ethernet interface wakes up with a simple command: sudo ip link set enp7s0 up Resources [AN5] Ubuntu … Continue reading Reactivate Linux network interface after standby


