![]() ![]() |
Sep 12 2008, 07:30 PM
Post
#1
|
|
|
Participant Group: New Members Posts: 14 Joined: 12-September 08 Member No.: 10,836 Card: DNTV TinyTwin USB |
Hi All,
I managed to get the TinyTwin working on Ubuntu with Myth TV. Has anyone had any luck on getting the DigitalNow TinyTwin remote control working with MythTV or Mythbuntu ? I'm assuming the remote is the same as for the TinyUSB model? Cheers, Pete |
|
|
|
Sep 12 2008, 10:03 PM
Post
#2
|
|
|
Enthusiast Group: Members Posts: 6,630 Joined: 10-July 03 From: Canberra Member No.: 38 Card: None |
Hi All, I managed to get the TinyTwin working on Ubuntu with Myth TV. Has anyone had any luck on getting the DigitalNow TinyTwin remote control working with MythTV or Mythbuntu ? I'm assuming the remote is the same as for the TinyUSB model? Cheers, Pete Can you share with us how you got the TinyTwin working under Linux? I know that a few Linux guys were working on a driver for it, but haven't heard that they had finished. http://linuxtv.org/hg/~anttip/af9015/summary As for the remote, yes it is the same as the TinyUSB, but the way it works (at least under window) is different as it does not have a separate driver for the remote, it uses a table that is loaded into the windows registry. I have no idea how that would work under Linux. This post has been edited by renura: Sep 12 2008, 10:04 PM -------------------- Renura Enterprises Pty Ltd - Owner of DigitalNow and MediaNow- Importers, Distributors and Retailers of Digital TV and other Digital Multimedia Solutions
|
|
|
|
Sep 12 2008, 11:53 PM
Post
#3
|
|
|
Participant Group: New Members Posts: 14 Joined: 12-September 08 Member No.: 10,836 Card: DNTV TinyTwin USB |
Can you share with us how you got the TinyTwin working under Linux? I know that a few Linux guys were working on a driver for it, but haven't heard that they had finished. http://linuxtv.org/hg/~anttip/af9015/summary As for the remote, yes it is the same as the TinyUSB, but the way it works (at least under window) is different as it does not have a separate driver for the remote, it uses a table that is loaded into the windows registry. I have no idea how that would work under Linux. TinyTwin install on Ubuntu It's a bit of an involved process but yes it does work. AF9015 chipset and the other one MT2060. Here are the steps. This was done on Ubuntu 8.04. I took the instructions from about 3 different forums that had different ways to do it. Non of those ways worked for me but combining them, it works. CODE sudo aptitude install mercurial linux-headers-$(uname -r) build-essential make dvb-utils wget http://www.telecable.es/personales/bbbaaa/dvb-usb-af9015.fw sudo cp dvb-usb-af9015.fw /lib/firmware/$(uname -r) hg clone http://linuxtv.org/hg/~anttip/af9015/archive/tip.tar.gz cd tip.tar.gz make && sudo make install cd v4l sudo modprobe i2c-core sudo insmod ./dvb-core.ko sudo insmod ./dvb-usb.ko sudo insmod ./mt2060.ko sudo insmod ./qt1010.ko sudo insmod ./af9013.ko sudo insmod ./dvb-usb-af9015.ko gksudo gedit /etc/modules dvb-usb-af9015 Reboot. The last two are obviously not commands but instructions. Just append dvb-usb-af9015 inside the /etc/modules file. And reboot. You don't have to reboot but its the quickest way to unload any other modules that may conflict. When you plug your TinyTwin in. You can do a dmesg command to see if it worked. The output should be similar to this: CODE [ 2703.461881] usb 1-10: new high speed USB device using ehci_hcd and address 5 [ 2703.603311] usb 1-10: configuration #1 chosen from 1 choice [ 2703.603740] af9015_usb_probe: interface:0 [ 2703.614815] af9015_read_config: IR mode:1 [ 2703.616545] af9015_read_config: TS mode:1 [ 2703.624829] af9015_read_config: [0] xtal:2 set adc_clock:28000 [ 2703.631515] af9015_read_config: [0] IF1:4570 [ 2703.635449] af9015_read_config: [0] MT2060 IF1:0 [ 2703.637479] af9015_read_config: [0] tuner id:30 [ 2703.639528] af9015_read_config: [1] xtal:2 set adc_clock:28000 [ 2703.643412] af9015_read_config: [1] IF1:4570 [ 2703.647413] af9015_read_config: [1] MT2060 IF1:0 [ 2703.649414] af9015_read_config: [1] tuner id:30 [ 2703.651163] af9015_identify_state: reply:01 [ 2703.651167] dvb-usb: found a 'DigitalNow TinyTwin DVB-T Receiver' in cold state, will try to load a firmware [ 2703.718388] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 2703.718394] af9015_download_firmware: [ 2703.802136] af9015_usb_probe: interface:1 [ 2703.802218] usb 1-10: USB disconnect, address 5 [ 2703.810111] af9015_usb_device_exit: [ 2703.810117] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. [ 2703.810194] af9015_usb_device_exit: [ 2703.810198] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. [ 2704.049682] usb 1-10: new high speed USB device using ehci_hcd and address 6 [ 2704.187898] usb 1-10: configuration #1 chosen from 1 choice [ 2704.188310] af9015_usb_probe: interface:0 [ 2704.190267] af9015_read_config: IR mode:1 [ 2704.192264] af9015_read_config: TS mode:1 [ 2704.196264] af9015_read_config: [0] xtal:2 set adc_clock:28000 [ 2704.201921] af9015_read_config: [0] IF1:4570 [ 2704.206355] af9015_read_config: [0] MT2060 IF1:0 [ 2704.210078] af9015_read_config: [0] tuner id:30 [ 2704.216921] af9015_read_config: [1] xtal:2 set adc_clock:28000 [ 2704.221431] af9015_read_config: [1] IF1:4570 [ 2704.225258] af9015_read_config: [1] MT2060 IF1:0 [ 2704.227263] af9015_read_config: [1] tuner id:30 [ 2704.229110] af9015_identify_state: reply:02 [ 2704.229114] dvb-usb: found a 'DigitalNow TinyTwin DVB-T Receiver' in warm state. [ 2704.229173] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 2704.230139] DVB: registering new adapter (DigitalNow TinyTwin DVB-T Receiver) [ 2704.230466] af9015_af9013_frontend_attach: init I2C [ 2704.230469] af9015_i2c_init: [ 2704.273242] 00: 2a 88 9b 0b 00 00 00 00 d3 13 26 32 00 02 01 02 [ 2704.306231] 10: 03 80 00 fa fa 10 40 ef 01 30 31 30 31 30 39 31 [ 2704.339225] 20: 34 30 36 30 30 30 30 31 ff ff ff ff ff ff ff ff [ 2704.379223] 30: 00 01 3a 01 00 08 02 00 da 11 00 00 1e ff ff ff [ 2704.415204] 40: ff ff ff ff ff 08 02 00 da 11 00 00 1e ff ff ff [ 2704.451192] 50: ff ff ff ff ff 24 00 00 04 03 09 04 10 03 41 00 [ 2704.495178] 60: 66 00 61 00 74 00 65 00 63 00 68 00 10 03 44 00 [ 2704.535378] 70: 56 00 42 00 2d 00 54 00 20 00 32 00 20 03 30 00 [ 2704.570158] 80: 31 00 30 00 31 00 30 00 31 00 30 00 31 00 30 00 [ 2704.602148] 90: 36 00 30 00 30 00 30 00 30 00 31 00 00 ff ff ff [ 2704.635139] a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.668130] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.701125] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.733114] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.765108] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.797099] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 2704.872829] af9013: firmware version:4.65.0 [ 2704.897825] DVB: registering frontend 0 (Afatech AF9013 DVB-T)... [ 2704.897878] af9015_tuner_attach: [ 1229.078730] MXL5005S: Attached at address 0xc6 [ 1229.078734] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 1229.080002] DVB: registering new adapter (DigitalNow TinyTwin DVB-T Receiver) [ 1229.080141] af9015_copy_firmware: [ 1229.516218] af9015_copy_firmware: firmware copy done [ 1229.620151] af9015_copy_firmware: firmware boot cmd status:0 [ 1229.724087] af9015_copy_firmware: firmware status cmd status:0 fw status:0c [ 1229.832015] af9013: found a 'Afatech AF9013 DVB-T' in warm state. [ 1229.838010] af9013: firmware version:4.65.0 [ 1229.865994] DVB: registering frontend 1 (Afatech AF9013 DVB-T)... [ 1229.866027] af9015_tuner_attach: [ 1229.866093] MXL5005S: Attached at address 0xc6 [ 1229.866096] dvb-usb: DigitalNow TinyTwin DVB-T Receiver successfully initialized and connected. [ 1229.866098] af9015_init: [ 1229.866099] af9015_init_endpoint: USB speed:3 [ 1229.928953] af9015_download_ir_table: [ 1229.933262] input: Afatech DVB-T 2 as /devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10:1.1/input/input9 [ 1229.954474] input,hidraw3: USB HID v1.01 Keyboard [Afatech DVB-T 2] on usb-0000:00:02.1-10 Good luck everyone. Lets hope there is an easier way soon. This is a great little tuner for a reasonable price. I am able to pick up all channels in Brisbane. dubski |
|
|
|
Sep 13 2008, 09:27 PM
Post
#4
|
|
|
Enthusiast Group: Members Posts: 6,630 Joined: 10-July 03 From: Canberra Member No.: 38 Card: None |
Thanks. I am sure some other Linux users will find it useful.
Cheers Renura PS: I have asked that this thread be moved to the DNTV section. -------------------- Renura Enterprises Pty Ltd - Owner of DigitalNow and MediaNow- Importers, Distributors and Retailers of Digital TV and other Digital Multimedia Solutions
|
|
|
|
Sep 14 2008, 06:58 PM
Post
#5
|
|
|
Participant Group: New Members Posts: 14 Joined: 12-September 08 Member No.: 10,836 Card: DNTV TinyTwin USB |
Thanks. I am sure some other Linux users will find it useful. Cheers Renura PS: I have asked that this thread be moved to the DNTV section. Yeah thort it was in the wrong section. So is there a way to get that remote to work in Linux? I'm sure there is. But being lazy. Dunno. ;-) |
|
|
|
Sep 15 2008, 07:21 AM
Post
#6
|
|
|
Participant Group: New Members Posts: 45 Joined: 23-February 07 From: Melbourne Member No.: 7,065 Card: DVICO FusionHDTV |
I managed to get the TinyTwin working on Ubuntu with Myth TV. Pete Hi Pete, I have recently started installing Myth (with quite a few difficulties, but am making some progress now; I have had to do 2 re-installs, as some things just went crazy; some guys from the XP Media Centre forum (surprisingly) have been giving me some guidance, particularly with finding the install guide; however, even with the install guide, some of the config data is very obscure for me). I would like to know what you did to get the driver for the Tiny Twin tuner. (Renura did send me a URL, but I couldn't make any sense of the list that came from that.) As well as the Tiny Twin, I also have a DVICO dual digital 4 tuner; I think that I have installed that driver OK. (I have found that 2 tuners are not always enough). I have been using Ubuntu for 2 years now (for my home office PC), but I am a complete novice when it comes to using the command line. However, if I have all of the commands written out for me, I can follow them. I am sorry to say that I can't help you on your quest for using the Tiny Twin remote. I have a Microsoft remote, a DVICO Fusion remote, a DNTV/Tiny Twin remote & a Logitech Harmony remote (which I haven't yet been able to program for my PC). I found that the MS one worked fairly well on the XP MCE powered HTPC, particularly as it has its own IR receiver plus 2 senders, so I will probably try t o use that on Myth, at first. Good luck with your remote, Garry. |
|
|
|
Sep 15 2008, 01:36 PM
Post
#7
|
|
|
Enthusiast Group: Members Posts: 6,630 Joined: 10-July 03 From: Canberra Member No.: 38 Card: None |
Yeah thort it was in the wrong section. So is there a way to get that remote to work in Linux? I'm sure there is. But being lazy. Dunno. ;-) Unfortunately I have no ideas about Linux at all, it is one of those things that I should learn, but never have the time to do. You might searching for Linux support for the same remote that used with the old TinyUSB device - which were used by many Linux users. -------------------- Renura Enterprises Pty Ltd - Owner of DigitalNow and MediaNow- Importers, Distributors and Retailers of Digital TV and other Digital Multimedia Solutions
|
|
|
|
| Guest_mo0ks_* |
Sep 16 2008, 10:16 PM
Post
#8
|
|
Guests |
wow.. cheers poida! ;D
|
|
|
|
Sep 17 2008, 09:15 AM
Post
#9
|
|
|
Participant Group: New Members Posts: 14 Joined: 12-September 08 Member No.: 10,836 Card: DNTV TinyTwin USB |
Unfortunately I have no ideas about Linux at all, it is one of those things that I should learn, but never have the time to do. You might searching for Linux support for the same remote that used with the old TinyUSB device - which were used by many Linux users. Good idea. If I find something useful I'll post it here. |
|
|
|
Sep 23 2008, 08:42 PM
Post
#10
|
|
|
Be nice to me, I am new. Group: New Members Posts: 7 Joined: 22-September 08 Member No.: 10,894 Card: None |
It works! Thanks a million dubski!!
I'd been put off by the myriad "it works"/"it doesn't work" posts around the web (of course, never having any more info than that), so I figured I'd wait until I saw it here... I'm really glad you gave us an "it works...and here's how" post FYI, during my search, I found a few different firmware versions. I found this link when a tutorial didn't work because it was missing the www. subdomain in the URL. I notice you used 4.65, this is version 4.95, so I used this one instead: dvb-usb-af9015.fw.Obviously it works either way.... I tested this with MeTV, which is available in the ubuntu repos. It still won't lock onto SBS, a problem I also have with digitalwatch, but that's a story for another thread - nothing to do with linux. Otherwise, it works as expected. I have attached the firmware files to this post, in case they should disappear some day. It happens.... tip.tar.gz is too big to attach unfortunately. Would anyone be interested in a .deb package of this? I need to learn to package, and this seems like a good candidate for some practice
Attached File(s)
|
|
|
|
Sep 23 2008, 09:14 PM
Post
#11
|
|
|
Be nice to me, I am new. Group: New Members Posts: 7 Joined: 22-September 08 Member No.: 10,894 Card: None |
Oh just an afterthought... I'd like to nominate this for a sticky.
|
|
|
|
Sep 23 2008, 10:10 PM
Post
#12
|
|
|
Enthusiast Group: Members Posts: 6,630 Joined: 10-July 03 From: Canberra Member No.: 38 Card: None |
I have started a thread about the TinyTwin and Linux, please post further esperiences, queries etc here
http://forums.dvbowners.com/index.php?showtopic=9627 -------------------- Renura Enterprises Pty Ltd - Owner of DigitalNow and MediaNow- Importers, Distributors and Retailers of Digital TV and other Digital Multimedia Solutions
|
|
|
|
Sep 24 2008, 11:41 PM
Post
#13
|
|
|
Participant Group: New Members Posts: 14 Joined: 12-September 08 Member No.: 10,836 Card: DNTV TinyTwin USB |
It works! Thanks a million dubski!! I'd been put off by the myriad "it works"/"it doesn't work" posts around the web (of course, never having any more info than that), so I figured I'd wait until I saw it here... I'm really glad you gave us an "it works...and here's how" post FYI, during my search, I found a few different firmware versions. I found this link when a tutorial didn't work because it was missing the www. subdomain in the URL. I notice you used 4.65, this is version 4.95, so I used this one instead: dvb-usb-af9015.fw.Obviously it works either way.... I tested this with MeTV, which is available in the ubuntu repos. It still won't lock onto SBS, a problem I also have with digitalwatch, but that's a story for another thread - nothing to do with linux. Otherwise, it works as expected. I have attached the firmware files to this post, in case they should disappear some day. It happens.... tip.tar.gz is too big to attach unfortunately. Would anyone be interested in a .deb package of this? I need to learn to package, and this seems like a good candidate for some practice Cool. Thanks for the update firmware. I'll give that a go. Im still looking into the remote control. Have lots to learn about lirc. Any useful info, I'll post on the new thread renura started. dubski |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 04:07 PM |