Difference between revisions of "DigitalNow Tiny Twin Dual Tuner"
From MythTV Official Wiki
(Lucid update + correction to dual_mode parameter as not used by driver any more.) |
(comment about IR receiver) |
||
Line 21: | Line 21: | ||
== Notes == | == Notes == | ||
− | + | * The current version's infra-red receiver is not working under current versions of ubuntu or mythbuntu (i.e. with the included remote control). See [http://ubuntuforums.org/showthread.php?t=1255749|here], [http://forums.dvbowners.com/index.php?showtopic=9600|here] and [http://ubuntuforums.org/showthread.php?t=1207447|here]. If you manage to get it working, please post your instructions on this page. | |
* Currently Only available via v4l-dvb trunk | * Currently Only available via v4l-dvb trunk | ||
* UDEV reports a serial number for easy enumeration when needed ATTRS{serial} | * UDEV reports a serial number for easy enumeration when needed ATTRS{serial} | ||
Line 32: | Line 32: | ||
** Works out of the box | ** Works out of the box | ||
** Second tuner is enabled automatically | ** Second tuner is enabled automatically | ||
− | ** Firmware is out of date (4.65) and generates endless warnings. Download the 4.95 firmware and copy to /lib/firmware. | + | ** Firmware is out of date (4.65) and generates endless warnings. Download the [http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw|4.95 firmware] and copy to /lib/firmware. |
+ | ** IR Receiver (i.e. remote control) not working. | ||
* Ubuntu LTS 10.04 Lucid Lynx. | * Ubuntu LTS 10.04 Lucid Lynx. |
Revision as of 06:54, 12 July 2010
DigitalNow TinyTwin USB Dual DVB-T Digital TV Tuner (Australia) | |
Vendors Website | http://www.digitalnow.com.au/product_pages/TinyTwin.html |
Input Formats | not applicable |
Support Status | Partially supported* |
Driver | dvb_usb_af9015 |
Sound Driver | not applicable |
Chipset | af9015 |
$ lsusb | grep Afatech Bus 001 Device 003: ID 1b80:e402 Afatech
This device ID is different to the older model, and can currently only be made to work via hacking the source module and compiling - refer to http://forums.dvbowners.com/index.php?showtopic=9627&view=getlastpost for details
Installation
- Download and install the latest v4l-dvb drivers as documented on the v4l-dvb wiki
- Download the firmware from here
- Copy to your firmware directory (/lib/firmware on Ubuntu).
- Reboot. The TinyTwin tuners should appear as normal, i.e /dev/dvb/adaptor<n> and adaptor<n+1>
Notes
- The current version's infra-red receiver is not working under current versions of ubuntu or mythbuntu (i.e. with the included remote control). See [1], [2] and [3]. If you manage to get it working, please post your instructions on this page.
- Currently Only available via v4l-dvb trunk
- UDEV reports a serial number for easy enumeration when needed ATTRS{serial}
- 1st time around the frontend for the second adapter may fail to appear, just remove and reinsert the TT and it should be fine. I've never seen the problem repeat itself.
- There have been some reports of "works "out of the box"" in Ubuntu 9.04 - No need for above installation steps.
- For me to enable the second adapter under Ubuntu 9.04 the module dvb-usb-af9015 needed to be called with the parameter "dual_mode=1". You can have this option load by default in Ubuntu 9.04 by creating a file under the /etc/modprobe.d folder with a .conf extension e.g. "/etc/modprobe.d/tinytwin.conf" containing a single line of "options dvb-usb-af9015 dual_mode=1" following a reboot you're good to go with both tuners.
- the in-progress driver at http://linuxtv.org/hg/~anttip/af9015/ has been undergoing recent changes and if you are experiencing difficulties with your distribution bundled driver you may want to run a hg clone over this driver tree to rebuild the dvb drivers.
- Ubuntu Karmic Beta (9.10)
- Works out of the box
- Second tuner is enabled automatically
- Firmware is out of date (4.65) and generates endless warnings. Download the firmware and copy to /lib/firmware.
- IR Receiver (i.e. remote control) not working.
- Ubuntu LTS 10.04 Lucid Lynx.
- dual_mode parameter is now no longer used for this driver. Do not use it.
- Had to compile v4l-dvb project to get correct driver.