MSI DigiVox Trio: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(new page for unsupported DigiVox trio)
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Msi_digivox_trio.jpg |right|300px|]]
[[File:Msi_digivox_trio.jpg |right|300px|]]
A combined [[DVB-C]] and [[DVB-T]] (and Analog TV/radio) USB 2.0 device from [[MSI]].
A combined [[DVB-C]] and [[DVB-T]] (and Analog TV/radio) USB 2.0 device from [[MSI]].

==Driver support==
Supported as of kernel 3.17.


==lsusb==
==lsusb==
Line 6: Line 9:
Bus 001 Device 003: ID eb1a:2885 eMPIA Technology, Inc.
Bus 001 Device 003: ID eb1a:2885 eMPIA Technology, Inc.
</pre>
</pre>

==Driver support==
As of may 2013, unsupported in v4l-dvb.


==Hardware==
==Hardware==
Line 17: Line 17:
*micronas avf 4910ba1
*micronas avf 4910ba1


==Making it work==
At least the tuner, demodulator and em2884 are also found in the (supported) [[PCTVSystems_QuatroStick-nano_520e|PCTV QuatroStick nano (520e)]].

Firmware dvb-usb-terratec-h5-drxk.fw is needed.

On older kernels, you can load the em28xx driver as if this device is a Terratec H5 (card=79). DVB-C will work, analog won't, DVB-T untested.
<pre>
sudo modprobe em28xx card=79
echo eb1a 2885 | sudo tee /sys/bus/usb/drivers/em28xx/new_id
</pre>


==External Links==
==External Links==
* [http://de.msi.com/product/mm/DigiVox-mini-Trio.html MSI DigiVox at MSI Deutschland]
* [http://de.msi.com/product/mm/DigiVox-mini-Trio.html MSI DigiVox at MSI Deutschland]
* [http://www.spinics.net/lists/linux-media/msg22266.html Mailinglist post with specifications]
* [http://www.spinics.net/lists/linux-media/msg22266.html Mailinglist post with specifications]
* [https://bitbucket.org/mdonoughe/em28xx-new/overview em28xx-new]



[[Category:DVB-C USB Devices]]
[[Category:DVB-C USB Devices]]

Latest revision as of 15:22, 11 January 2015

Msi digivox trio.jpg

A combined DVB-C and DVB-T (and Analog TV/radio) USB 2.0 device from MSI.

Driver support

Supported as of kernel 3.17.

lsusb

Bus 001 Device 003: ID eb1a:2885 eMPIA Technology, Inc. 

Hardware

  • nxp tda18271hdc2 (tuner)
  • micronas drx 3926ka3 (demodulator, 3in1)
  • em2884
  • atmlh946 64c (eeprom)
  • micronas avf 4910ba1

Making it work

Firmware dvb-usb-terratec-h5-drxk.fw is needed.

On older kernels, you can load the em28xx driver as if this device is a Terratec H5 (card=79). DVB-C will work, analog won't, DVB-T untested.

sudo modprobe em28xx card=79
echo eb1a 2885 | sudo tee /sys/bus/usb/drivers/em28xx/new_id

External Links