User talk:IvoPeterka

From LinuxTVWiki
Revision as of 13:38, 10 November 2013 by IvoPeterka (talk | contribs)
Jump to navigation Jump to search

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