Gigabyte U7300: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
Line 58: Line 58:


==External Links==
==External Links==
* [http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=22&PFid=35&Level=4&Conn=3&ProdID=257 | <nowiki>Realtek</nowiki> RTL2382U datasheet]
* [http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=22&PFid=35&Level=4&Conn=3&ProdID=257 <nowiki>Realtek</nowiki> RTL2382U datasheet]
* [http://www.gigabyte.com/products/product-page.aspx?pid=3493 | <nowiki>Gigabyte</nowiki> U7300 product page]
* [http://www.gigabyte.com/products/product-page.aspx?pid=3493 <nowiki>Gigabyte</nowiki> U7300 product page]





Revision as of 21:59, 5 January 2013

Device Features

Vendor Device/Model Supported Pictures / URL E


Chipset

  • Realtek RTL2382U - The ADC and USB data pump. It is mated with one of the following three tuner chips. NDA needed for the data sheet.
  • Fitipower 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