Cisco Hda-rf2.2 User Manual

Cleanup: This article or section may require cleanup. Discuss the issue on the talk page


  • 6Using a USB IR Toy
    • 6.4Activate the bootloader
  • 7LIRC settings for the USB Toy

Jan 08, 2017  I am trying to activate a (Time Warner Cable) Cisco Digital Adapter to my Samsung UN40J520DAF TV. I have connected the HDMI cable to the HDMI input and, using 'source' on the remote, selected HDMI as my input source as directed. The adapter instructions further state that, to activate the adapter, using the TV remote I need to tune to the HDMI and I will see an activation screen with TWC's. Feature of the Cisco DTA HDA-RF2.2 post for this but the. Clicking on the link of your To install Cisco Dta 170hd User Manual extension directly. Ejakulationstraining Handbuch Pdf Cisco Dta 170hd Manual Jlg 2630es Service Manual. Cox didn't need any special instructions for this. Your Cisco DTA and the volume and power on many connected TVs. Use the instructions in this guide to set up and use your Cisco DTA remote. Impotent Infomaton About Your Remoe The remote control is initially programmed for DTA only. HDA-IR2 manual 120317(3).

Introduction

The mission: Get MythTV to change channels on my cable provided STB (set-top box). I connected a coax cable from the STB to my capture card, but with STBs one cannot tune/change stations using the tuner built into the capture card. The capture card should remain on channel 3, and I need an infrared emitter to send signals to my set-top box when Myth needs to change channels.

N.B. In the UK you can control your Sky or Sky+ box and some of the AUS Foxtel IQ boxes using a Dusky Control

Hardware

You can build your own serial port IR emitter very inexpensively or you can buy one.

  • irblaster.info - $12 - $15 - inexpensive serial IR blaster similar to what you might build yourself. You stick it with included double sided tape right to the STB pointing at the STB's IR reciever.
  • Microsoft MCE USB remote combo - A usb remote and blaster combo. Works very well.
  • CommandIR Mini - A hardware-based USB transceiver supporting multiple IR blasters or 'emitters'. Can simultaneously control set top boxes and receive remote control commands. Provides a free online MythTV support Mythtv.
  • See the bottom for a growing list of vendors

Installing the IR Blaster

This is the serial IR blaster from irblaster.info

Use the links at the bottom of this page for detailed instructions. You will plug one end of the IR Blaster into a serial port on the Myth backend, and the other side with the diode is pointed at the STB. Normally you put it right over the STB's IR eye as pictured below from Geoff Holden's blog.

You have to load lirc_serial at boot. There are instructions in the HOWto links. The way I do it on Fedora is to edit modprobe.conf. Since you likely also have an IR receiver, such as on the Hauppauge cards, you need two lirc modules loaded, the lirc_i2c module for the IR receiver, and lirc_serial for the IR emitter. Again please see the details instructions in the links above.

Once the modules are loaded, you run two instances of the lirc daemon lircd. One instance uses device /dev/lircd0 and the other /dev/lircd1.

Note: lirc_serial.ko has a serious bug in a number of distributions that included Kernels 2.6.{34,35,36} that my prevent it from working. MythBuntu and Ubuntu 10.10 are confirmed to still have this bug as of April 2011. A quick fix is here: http://www.gossamer-threads.com/lists/mythtv/users/477915#477915

Cisco

Configuring Myth Backend

Instructions in the HOWTO links show you how to make a channel change script. You need to use MythTV setup to tell Myth to use the script to change channels.

Run the mythtvsetup by opening an X window console and typeing mythtvsetup.

Once you have defined your input connection, select it and find the following setup page:

You will enter the command for changing channels here. Note the box 'Preset Tuner to channel' which says 3. This is important, just as your TV has to be set to channel 3 to recieve signals from the STB, so does your PVR card. Furthermore, I found that this did not work. In order to actually tune my PVR-250 to channel 3 I used this command in my rc.local, which runs after startup:

to change the PVR 250 to channel 3.

MyBlaster setup -- does not require LIRC

If you prefer not to have to mess around with LIRC there are alternatives. One of these is the MyBlaster serial. (See the vendor list below.) It is a commercial product but the linux drivers are GPL. The latest driver can be found on SourceForge. To set up, simply edit the perl based driver script for your port and device and call the script using the external channel change script configuration option in mythtv-setup. It is that easy.

Using a USB IR Toy

Update firmware in IRToy to v24 (even if you purchase a new one there is no easy way to check the installed firmware. I purchased one 18 months after it was released and firmware was v12)

Based on instructions from here

To compile the bootloader application (libusb-dev is required)

Create new dir to store our updated code

Get the actual firmware file

Download USBIRToyv24.zip from here: http://dangerousprototypes.com/forum/viewtopic.php?f=29&t=7457&p=62279&hilit=lirc#p62279

Get the firmware updater

Activate the bootloader

Place a jumper (any piece of wire, e.g. paperclip) between the PGC and PGD pins, and then plug in the IR Toy.

Cisco

The indicator LED will light when the bootloader is active.

Execute the update

LIRC settings for the USB Toy

You need to install lirc-0.9.3a (or later). It includes support for the IR Toy.

Review this mythtv wiki page for LIRC

Create the file /usr/local/etc/lirc/lirc_options.conf

Install Remote config file

Copy your config file to the directory /etc/lirc

This example uses cisco_hda_rf2_2.conf

User Manual For Iphone

Manually start lircd for testing

Test if it is working

After you run irw press keys on your remote, you should see output

Test if blasting works

Where 'cisco_hda_rf2_2' is the name of your remote file and 'dta' is the power on button.

You should see your device power on

Troubleshooting

Note that MythTV sends frequency IDs to the external channel changer script and not the channel number. If you see some weird four/five digit numbers being sent through the IR blaster, you will need to go to the channel editor in setup and change the freqid for the channels to match the ones that you expect to receive through the IR blaster.


Note: You can get MythTV 0.20 to send out channel numbers as the parameter. First, get EPG working. Then using, mythtvsetup, channel-editor, remove all your channels. To add the channels again, this time, instead of scanning for channels, get the channel list from the epg service and readd those channels.

When using the script and setup at http://losdos.dyndns.org:8080/public/mythtv-info/IR-BLASTER-HOWTO.html

  • do not* be tempted to change the configure options to set COM1/IRQ4 in the pre-make configuration. Rather, follow the directions and pass those options through /etc/modules.conf or /etc/modprobe.d/aliases.

Changing the settings at the earlier stage will produce a module that conflicts with the standard lirc (and a frustrating string of errors in dmesg: ledxmit_dev: register_chrdev failed ledxmit_serial: Unknown symbol ledxmit_register_plugin).

Monitoring STB Status

As STBs are external devices, it is sometimes difficult to monitor their power state, depending on the make/model of the STB.

Cisco Hda-rf2.2 Remote Manual

Refer to this page for help to setup a STB monitoring script. For best results, make your channel changer script first call this, so that it gets unhindered read access to your ivtv device.

IR Blaster Vendors

In the USA

  • IRblaster offer serial port IR blasters, as do:
  • IguanaWorks sells long range serial IR blaster & receiver. Also sells Linux-compatible USB IR Trasceivers
  • LIRC/MythTV EBay store with interesting IR blaster options. There are some kits for building your own IR transmitters.
  • USB Infrared Toy USA, Germany and Europe stores. Works with LIRC 0.9.3a. Receives and sends IR signals.

In Canada

  • CommandIR Mini is a hardware-based USB multi-blaster supporting independent control of multiple devices via 'emitters'. Device receives & blasts simultaneously and they ship globally.

In Europe

  • Dvbshop.net sell IR remotes, receivers & blasters
  • IRtrans sell IR transceivers (combined receiver/blaster) & LAN equipped units too
  • RedEyeRemote They don't look much, but these IR transmitters work via serial port with NTL PACE and Samsung STBs.
  • DuskyControl This is a USB device which connects to the RF2 port on your Sky or Sky+ box. There is a version with dual outputs to allow control of two boxes.

HOWTOs

  • Andy's HOWTO is the easiest to follow, but is Fedora specific.
  • IR BLASTER HOWTO with a mirror. This HOWTO is not Fedora specific, but requires recompiling LIRC.
  • [1] Discussion of serial blaster to Motorola Cable box and Dishnet Receiver
Retrieved from 'http://www.mythtv.org/wiki?title=Using_an_IR_Blaster_with_MythTV&oldid=64344'
Details for substitute (ANDERIC RRU401.3 Smart Universal with Macro and Learning remote control):

Click here for Code Lookup Tool
New with Version 3

• More extensive code database
• Added ability for Macro functionality - Macro allows for programming multiple key presses into one predetermined key.

The Anderic RRU401 4-Device Universal Remote control is great for combining up to 4 remotes into one for your home entertainment use. The RRU401 can easily be programmed to work most all brands using the provided instructions. The RRU401 is a 4-Device Universal remote and can be programmed for use with up to 4 devices using the TV, DVD, STB and AUX modes. The remote includes popular features for your TV like APPS (if applicable), CC, Sleep, Menu and of course, all other buttons for normal operations.
Features:
• Download FREE manual at http://www.anderic.com/rru401
• Programs for TVs, DVD Players, Cable Boxes, Sat Boxes, Set-top-boxes, Audio equipment, Roku and more.
• Smart keys for HOME, NETFLIX, APPS
• 4-Device Universal
• Extensive code database
Macro ability
Learning ability
• Full key Back-lighting for easy use in dark rooms
• Large easy to read buttons
• Can individually assign any keys to automatically punch-through to the mode of your choosing
• Can program for multi-unit combine POWER off/on of multiple devices with the single press of the POWER key
• Requires 2 AAA batteries (not included)
• Optional screw for battery cover (included)
• Optional Security Cable attachment (sold separately) - Part number: CBL01
• 1-Year Replacement Warranty by Anderic.com
Pre-programmed for the following:
TV - LG (2698)
DVD - Samsung (3229)
STB - Motorola (5260)
Audio - Vizio Sound Bar (4240)
Quick Reference Guide for Programming to Roku Enabled TVs:
Note: The following codes must be programmed under TV mode, and disabling 'ROKU PUNCH-THROUGH (no D-Pad)' is required (see instructions in manual).

  • TCL TVs with Roku - Code 2654 (RC280) - (SEE IMAGE ABOVE)
  • Hisense Roku TVs - Code 2722 (EN3A32, EN3B32HS, HU-RCRUS-18)
  • Insignia Roku TVs - Code 2723, 2724 (NS-RCRUS-16, NS- RCRUS-17, NS-RCRUDUS-17, NS-RCRCA-17, NS-RCRUS-18, NS-RCRUDUS-18, NS-RCRUDUS-19, )
  • Sharp Roku TVs - Code 2725 (LC-RCRUS-16, LC-RCRUS-17, LC-RCRUS-18, EN3B32R)
  • LG Roku TVs - Code 2726 (LF-RCRUS-16)
  • Haier Roku TVs - Code 2654 (HTRR01)
  • Hitachi Roku TVs (101018E0002, 101018E0003)


Note: When programming to a DirecTv box, you may have to change the settings for the remote control to IR. Using DirecTv remote, press MENU > Settings & Help > Settings > Remote control, then find the option to change from RF to IR mode.

[KNOWN DEVICES THAT THE RRU401 DOES NOT WORK BELOW]

Hda Rf2.2 Remote Manual

Dish Hopper 3 (but will work all other Dish boxes, IR only)
Roku Stick/TV (but will work all other Roku boxes that accept IR)
Amazon Fire Stick

Model: RRU401.3 Smart Universal with Macro and Learning
Part Number: RRU401.3
Catalogue No.: 196618