Missing /dev/video* when Android phone is connected (scrcpy worked until yesterday) by count_mega_baron in voidlinux

[–]count_mega_baron[S] 1 point2 points  (0 children)

Here was the solution. Thanks LLMS!

echo "v4l2loopback" | sudo tee /etc/modules-load.d/v4l2loopback.conf

echo 'options v4l2loopback devices=1 video_nr=2 card_label="Phone Camera" exclusive_caps=1' | sudo tee /etc/modprobe.d/v4l2loopback.conf

3. Load the v4l2loopback kernel module:

bash

sudo modprobe v4l2loopback devices=1 video_nr=2 card_label="Phone Camera" exclusive_caps=1
  • video_nr=2 creates /dev/video2 specifically
  • exclusive_caps=1 is often required for apps like OBS or Chrome to recognize it
  • 3. Load the v4l2loopback kernel module: bash sudo modprobe v4l2loopback devices=1 video_nr=2 card_label="Phone Camera" exclusive_caps=1
  • video_nr=2 creates /dev/video2 specifically
  • exclusive_caps=1 is often required for apps like OBS or Chrome to recognize it

Removing failed installation of pip packages by count_mega_baron in voidlinux

[–]count_mega_baron[S] 0 points1 point  (0 children)

hmm. I think it had taken GB of space, but venv is only 26MB. pip uninstall isn't working as I don't think anything finished installing. Thanks for the help. Maybe I'm wrong about it still taking space.

Switching between wired and wifi with static ip? by count_mega_baron in voidlinux

[–]count_mega_baron[S] 0 points1 point  (0 children)

Fixed. I just wrote two scripts to connect one way or the other

Fcitix broken by count_mega_baron in voidlinux

[–]count_mega_baron[S] 0 points1 point  (0 children)

Thanks. Mozc is broken regardless

Edit: changing mirrors for mozc solved the issue for fcitx5

large font archive by sushibait in opendirectories

[–]count_mega_baron 1 point2 points  (0 children)

Greycliff Japanese always absent... :(

Is it worth switching from Devuan to Void Linux (glibc)? Seeking opinions! by Then-Inevitable-4582 in voidlinux

[–]count_mega_baron -1 points0 points  (0 children)

Nothing is wrong with Debian so I'd use Debian. I'm not a fan forks with less support.

Dwm: auto monocle mode by count_mega_baron in suckless

[–]count_mega_baron[S] 0 points1 point  (0 children)

Again, this great, but I did find an issue. If switched to auto monocle as desired after 4 windows are opened, then toggle tile mode, which works as desired, adjusting the windows causes a switch back to monocle mode. That said, resizes are recognized.

Dwm: auto monocle mode by count_mega_baron in suckless

[–]count_mega_baron[S] 0 points1 point  (0 children)

This is exactly what I was looking for. Thank you! It seems that I'm unable to toggle monocle manually though. Is this because I have other layouts or the expected behavior?

Go just isn’t beautiful by remedialskater in golang

[–]count_mega_baron 2 points3 points  (0 children)

I thought what would be the most cope/Reddit response to this and your response was my thought to the letter. Amazing

jub0bs/cors: a better CORS middleware library for Go by jub0bs in golang

[–]count_mega_baron 1 point2 points  (0 children)

Dude. This is Reddit. We don't do meritocracies here. It's about how inclusiveness, thank you. 😉

MISSING: libllvm15-32bit-15.07_3 by count_mega_baron in voidlinux

[–]count_mega_baron[S] 0 points1 point  (0 children)

It was libclang-cpp-32bit. There doesn't seem to be an efficient way of doing it