Skip to content

Linux UDEV Rules for EVGA XR1 Capture Card Devices

License

Notifications You must be signed in to change notification settings

thimslugga/evga-xr1-udev-rules

Repository files navigation

Linux udev rules for EVGA XR1 capture card devices

Basic usage

Install:

Run the ./install.sh script with sudo or you can manually copy the rules files to the /etc/udev/rules.d/ directory.

sudo ./install.sh

To manually install the udev rules:

sudo cp -v rules/85-evga-xr1-capture-dev.rules /etc/udev/rules.d/

Uninstall:

sudo ./uninstall.sh

Creating additional rules

Retrieve device details:

lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null

OR

sudo cat /sys/kernel/debug/usb/devices | grep -E "^([TSPD]:.*|)$"

The following output is what we are interested in gathering:

...

Bus 002 Device 002: ID 3842:310a EVGA EVGA XR1 Lite Capture Box Video
Bus 002 Device 002: ID 3842:310b EVGA EVGA XR1 Pro Capture Box Video

From the above output, the vendor ID is 3842 and the product ID is 310a, 310b.

To find the usb.ids files on your system:

find / -name usb.ids -type f 2> /dev/null

..

/usr/share/hwdata/usb.ids

Firmware updates

Visit EVGA Downloads and select:

'Other Products' > 'Capture Device' > 'All' > 'Firmware for XR1 lite'

Related links

About

Linux UDEV Rules for EVGA XR1 Capture Card Devices

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages