Gigabyte U7300: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 57: Line 57:


Not supported yet. I tried 3.5-rc2, and no luck.
Not supported yet. I tried 3.5-rc2, and no luck.


==External Links==
* [http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=22&PFid=35&Level=4&Conn=3&ProdID=257|RTL2382U datasheet]



[[Category:DVB-T USB Devices]]
[[Category:DVB-T USB Devices]]

Revision as of 21:44, 5 January 2013

Device Features

Vendor Device/Model Supported Pictures / URL E


Chipset

  • RTL2382U - The ADC and USB data pump. It is mated with one of the following three tuner chips. NDA needed for the data sheet.
  • FC0012 - Tuner 50MHz to 1000MHz ; Fitipower - no public information available.


Specifications

Interface: USB 2.0 Supported Broadcast Formats: DVB-T

This is what the USB DVB-T Database knows about this device:

did vendor device standard supported pic url hostinterface usbid hw tuner demodulator usbbridge fw comment E

Getting it to work

Just follow what is written on page https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0

Copy/paste from there (for kernel 3.2):


  • edit Makefile, option INCLUDE_EXTRA_DVB (comment out line "INCLUDE_EXTRA_DVB := include-300", delete comment in front of "INCLUDE_EXTRA_DVB := include-320")
  • make clean
  • make
  • sudo make install
  • modprobe dvb_usb_rtl2832u

Use it. Me-tv hangs, but Kaffeine works without a problem. I did it on Ubuntu 12.04, kernel 3.2, it should work on any distro using 3.0 or 3.2 kernel (do not edit Makefile if using kernel 3.0 :)).

Kernel driver status

Not supported yet. I tried 3.5-rc2, and no luck.


External Links