Giter Club home page Giter Club logo

evga-xr1-udev-rules's Introduction

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

evga-xr1-udev-rules's People

Contributors

thimslugga avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

sharon6666666

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.