Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Feb 24, 2024
1 parent feb6b3a commit 27e68a8
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,18 @@ sudo apt-get -y reinstall linux-headers-gcp linux-headers-`uname -r` ${pkg_name}

# pre-reqs
apt-get install -y dkms kmod llvm sox libxcb1 nodejs xvfb apt-utils
# v4l2loopback
# didn't help:
# - HOSTTYPE=x86_64 SRCARCH=`uname -m`
printenv
apt-get install -y v4l2loopback-dkms v4l2loopback-utils
# see if autoinstall works
# dkms autoinstall
dkms status

# not working: linux-headers
# missing: lib32ncurses5 gstreamer


#
# install v4l2loopback
#
apt-get install -y v4l2loopback-dkms v4l2loopback-utils
# verify
dkms status


#
# enable v4loopback
#
Expand Down Expand Up @@ -87,6 +86,7 @@ lsmod | grep v4l2loopback
# currently failing... only 7 devices... /dev/video7
test -e /dev/video$((NUM_LOOPBACK_VIDEO_DEVICES - 1))


#
# configure audio loopback devices
#
Expand Down

0 comments on commit 27e68a8

Please sign in to comment.