stefanpartheym / archlinux-ipu6-webcam

Easy installation for patched Intel IPU6 camera drivers
133 stars 14 forks source link

Added hibernation workaround, removed ipu6-driver-fix, used getopts for options #28

Closed alvinpeters closed 12 months ago

alvinpeters commented 1 year ago

Added a temporary hack that should fix #11 caused by i2c_ljca module. This should be fixed upstream later on since there is already a PR waiting for merge.

I also removed intel-ipu6-dkms-git-fix since the latest one from the AUR is working perfectly. (with already merged ivsc-driver)

Used getopts to handle multiple options in the installer script. Now, you have to use '-a' flag for Firefox/Discord workarounds and '-s' for the hibernation hack, or '-as' for both.

Merged PR #27 so I can work with a cleaner install.sh lol

Edit: also fixes #26 and its instances in the future by adding missing good and bad GST plugins as dependencies. Also made sure that base-devel is installed before building.

stefanpartheym commented 12 months ago

Thanks for the effort to everyone involved!