From e7b6cb021c543283ced7c417ff60ff4e5e85fe1d Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 8 Jan 2024 10:45:05 -0800 Subject: [PATCH] Update install-scrypted-proxmox.sh --- install/local/install-scrypted-proxmox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/local/install-scrypted-proxmox.sh b/install/local/install-scrypted-proxmox.sh index 039db1c39..b89f7db12 100644 --- a/install/local/install-scrypted-proxmox.sh +++ b/install/local/install-scrypted-proxmox.sh @@ -66,6 +66,7 @@ then sh -c "echo 'SUBSYSTEM==\"apex\", MODE=\"0666\"' > /etc/udev/rules.d/65-scrypted.rules" sh -c "echo 'KERNEL==\"renderD128\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules" sh -c "echo 'KERNEL==\"card0\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules" + sh -c "echo 'SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"1a6e\", ATTRS{idProduct}==\"089a\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules" sh -c "echo 'SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"18d1\", ATTRS{idProduct}==\"9302\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules" udevadm control --reload-rules && udevadm trigger fi