Giter Site home page Giter Site logo

dvb-realtek-rtl2832u's Introduction

Original Realtek RTL2832U chipset (DVB) Linux 3.5.0+ driver
Rel 3.0


Update of ambrosa's project supporting Kernel 3.3.0 and greater including 
support for additional cards.

(Original project https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10_tuner)


Requires:
* GNU Make
* Build Essentials (kbuild)

* Linux source (full kernel) OR 
* V4L-DVB Source & Kernel Headers


Supported Cards (Confirmed)
===========================

	DIKOM USB-DVBT HD [ID 1b80:d394]
	NILOX DVB-T Stick N15 [ID 1b80:d393]
	TRUST 16738 [ID 0bda:2832]
	TERRATEC Cinergy T Stick BLACK [ID 0ccd:00a9]
	TERRATEC Cinergy T Stick+ [ID 0ccd:00d7]
	TX Hollywood DVTB [ID 1d19:1101]
	DIGIVOX mini II v3.0 [ID 1d19:1101]
	Leadtek WinFast DTV2000 DS PLUS [ID 0413:6f12]


To Build using Kernel Source
============================

Install the build environment and source

Ubuntu users follow the guide at:
https://help.ubuntu.com/community/Kernel/Compile)

or

$ sudo apt-get install build-essentials git 
$ sudo apt-get linux-headers-$(uname -r) linux-source-$(uname -r)

Get the driver code

$ git clone [email protected]:jaredquinn/DVB-Realtek-RTL2832U.git

Build it!

$ cd DVB-Realtek-RTL2832U/src
$ make

Install it
$ sudo make install

To Build using the V4L-DVB source
=================================

Get the V4L-DVB media-build source from http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

Note: do not build the source; you only require the full source extracted 
and available.

Install the build environment:

$ sudo apt-get install build-essentials git

Get the code

$ git clone [email protected]:jaredquinn/DVB-Realtek-RTL2832U.git

Build it!

$ cd DVB-Realtek-RTL2832U/src
$ DVB_SOURCE=/usr/src/media_build/media/drivers/media make

Note: Specify the location of the V4L drivers/media directory in the 
DVB_SOURCE environment variable.


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.