Leadtek WinFast DTV Dongle: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Use the firmware template.)
Line 20: Line 20:
The 6f00 variant is supported. The 6f01 variant needs a patch.
The 6f00 variant is supported. The 6f01 variant needs a patch.


=== Firmware ===
{{Firmware:dvb-usb-dib0700-01}}

You will need the [http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw dvb-usb-dib0700-1.10.fw firmware file] in <tt>/lib/firmware</tt> or the relevant place for your distribution.


=== Drivers ===
=== Drivers ===

Revision as of 23:52, 15 January 2008

A DVB-T USB device from Leadtek.

Overview/Features

  • Supplied with a remote control.

Components Used

  • Microtune MT2060 tuner
  • Dibcom DiB7700B/C DVB-T demodulator

Identification

There are two variants of this device. Their USB IDs are:

  • 0413:6f00
  • 0413:6f01

Making it work

The 6f00 variant is supported. The 6f01 variant needs a patch.

Firmware

August 21, 2008 - New firmware file fixing the last cause for i2c errors and disconnects and providing a new, more modular i2c request formatting.

You will need the dvb-usb-dib0700-1.20.fw firmware file in /lib/firmware or the relevant place for your distribution.

You may need to change the name of the file to dvb-usb-dib0700-1.10.fw or create a link until the driver code reflects that change.

For archival purposes: dvb-usb-dib0700-1.10.fw firmware file

August 29,2008 - Issues with Firmware 1.20. Some issues have been found with the latest version of the firmware. Users may wish to continue to use 1.10 unless they have patched their v4l-dvb code with dib0700_new_i2c_api.patch.

November 15,2008 - Issues with Firmware 1.20.

  • The above mentioned dib0700_new_12c_api.patch is not available discretely but is now rolled into the mercurial drivers
  • dvb-usb-dib0700-1.20.fw firmware file is now stable for reception, but remote control functionality is broken; any key press is repeated until the next key is pressed. The only way to get remote control functionality presently is to roll back to 1.10 firmware and suffer the occasional disconnect.
  • The mercurial drivers have been changed so they now load 1.20 firmware. To revert to 1.10 firmware you need to rename your firmware file to dvb-usb-dib0700-1.20.fw or provide a link of that name.
  • To avoid spurious remote control signals with 1.20 firmware, you need to edit /etc/modprobe.d/options or from Ubuntu onwards /etc/modprobe.d/options.confand add:
options dvb_usb disable-rc-polling=1

November 28,2008 - i2c errors. Changes were made to the remote control drivers on November 16,2008 to correct the repeat key problem. The card is generally stable for dual tuner reception and remote control function with Firmware 1.20.

November 10,2009 - mt2060 I2C write failed. Possible regression of a driver bug raised against Ubuntu running 2.6.27-14 and 2.6.31-2.17 causing mt2060 I2C errors in MythTV useage with firmware 1.20. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/397696 Recommend check the kernel extensions listed here for Low Noise Activation and rc_polling are loaded with correct config file name for your distribution, EIT listings information is turned off until a suitable delay (500ms-1000ms)is added to a single card (not both) and the card has correctly been added to the database as two tuners (no additional NULL entries) in the mythtv recordcard table.

If you're using a Linux kernel 2.6.23.x or earlier with its supplied DVB drivers, you will need to find dvb-usb-dib0700-01.fw or rename the above firmware file so that the driver will find it. If you rename the v1.10 firmware file, you may lose remote control support until you upgrade your drivers or kernel.

Drivers

Sample kernel output

This is for the 6f01 variant.

usb 5-3: new high speed USB device using ehci_hcd and address 27
usb 5-3: configuration #1 chosen from 1 choice
dvb-usb: found a 'Leadtek Winfast DTV Dongle (STK7700P based)' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'Leadtek Winfast DTV Dongle (STK7700P based)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Leadtek Winfast DTV Dongle (STK7700P based))
DVB: registering frontend 0 (DiBcom 7000PC)...
MT2060: successfully identified (IF1 = 1220)
input: IR-receiver inside an USB DVB receiver as /class/input/input12
dvb-usb: schedule remote query interval to 150 msecs.
dvb-usb: Leadtek Winfast DTV Dongle (STK7700P based) successfully initialized and connected.

Remote control support

6f00 variant: unknown.

6f01 variant: Detected, handles one keypress but then fails.

Mailing list message about IR support

External Links