User talk:IvoPeterka: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "Fujitsu Slim USB DVB-T Basic device, which identifies itself as "YUAN High-Tech Development Co., Ltd" with ID 1164:f328 works with current v4l drivers. It has rtl2832u chipset. T...")
 
No edit summary
Line 1: Line 1:
Fujitsu Slim USB DVB-T Basic device, which identifies itself as "YUAN High-Tech Development Co., Ltd" with ID 1164:f328 works with current v4l drivers.
Fujitsu Slim USB DVB-T Basic device, which identifies itself as "YUAN High-Tech Development Co., Ltd" with ID 1164:f328 works with current v4l drivers.
It has rtl2832u chipset. The only think to make it run is add ID into list of rtl2832u supported devices.
It has rtl2832u chipset. The only think to make it run is add ID into the list of rtl2832u supported devices.


To make the device run do following:
To make the device run do following:

Revision as of 13:38, 10 November 2013

Fujitsu Slim USB DVB-T Basic device, which identifies itself as "YUAN High-Tech Development Co., Ltd" with ID 1164:f328 works with current v4l drivers. It has rtl2832u chipset. The only think to make it run is add ID into the list of rtl2832u supported devices.

To make the device run do following:

open terminal emulator git clone git://linuxtv.org/media_build.git

Edit file media_build/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c into the array "static const struct usb_device_id rtl28xxu_id_table[]" add item

{ DVB_USB_DEVICE(0x1164, 0xf328, &rtl2832u_props, "Fujitsu Slim USB DVB-T Basic", NULL) },

and save the file.

Return to terminal emulator

cd media_build ./build