Gigabyte U7300
From LinuxTVWiki
Contents |
Device Features
| Vendor | Device/Model | Supported | Pictures / URL | E |
|---|---|---|---|---|
| Gigabyte | U7300 | Yes, by vendor [[1]] driver from external repo, made by vendor, GPL | [2][3] | |
Chipset
- Realtek RTL2382U - DVB-T COFDM Demodulator + USB 2.0. The ADC and USB data pump.
- 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Gigabyte U7300 | Gigabyte | U7300 | DVB-T | Yes, by vendor [[4]] driver from external repo, made by vendor, GPL | [5] | [6] | USB2.0 | 1b80:d393 | RealTek RTL2832U | Fitipower FC0012 | RTL2832U | RTL2832U | driver compiles without problem on 3.2 kernel, says that works also on 2.6, 3.0 and 3.2 (I haven't tried other than 3.2) | |
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):
- sudo apt-get install build-essential
- sudo apt-get install linux-headers-$(uname -r)
- sudo apt-get install git
- git clone https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0.git
- cd DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0
- cd RTL2832-2.2.2_kernel-3.0.0
- 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.