https://monado.freedesktop.org for package in monado-git monado-vulkan-layers-git openxr-loader-git xr-hardware-git psmoveapi python-pyusb do pamac build $package done download ps4eye download firmware.bin mkdir /opt/psvr cd /opt/psvr wget https://raw.githubusercontent.com/ps4eye/ps4eye/master/python/ps4eye_init.py wget -O firmware.bin 'https://github.com/psxdev/luke_firmwares/blob/master/101_85C8E0_64036.bin?raw=true' create /etc/udev/rules.d/99-ps4eye.rules ACTION=="add",SUBSYSTEMS=="usb",ATTRS{idProduct}=="0580",ATTRS{idVendor}=="05a9",RUN+="/opt/ps4eye/ps4eye_init.py"