Skip to content

Commit

Permalink
Re-add linux modules extra to work with v4l2loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmoss committed Oct 18, 2024
1 parent 20941b5 commit 0cd15f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ systemctl disable systemd-networkd-wait-online.service
# Installs the v4l2loopback kernel module
# used for the video device, and vkms
# required by Wayland
#retry apt-get install -y linux-modules-extra-$(uname -r)
retry apt-get install -y linux-modules-extra-$(uname -r)
# needed for mutter to work with DRM rather than falling back to X11
#grep -Fx vkms /etc/modules || echo vkms >> /etc/modules
# disable udev rule that tags platform-vkms with "mutter-device-ignore"
Expand Down

0 comments on commit 0cd15f0

Please sign in to comment.