<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I recently purchased an HP Media Center Ed. FINTEK eHome Infrared
Transceiver (1934:5168). Using the mceusb driver, I have the
receiver part working just fine using Mythbuntu 11.04 (and for that
matter, I had the receiver working in Ubuntu 10.04 and Ubuntu 10.10
as well.) But I have yet to get the transmitter to work. I can run
irsend without errors, but using a digital camera, I cannot see any
signals being output from the transmitter (obviously it doesn't
change my cable box channel either.) I get a /dev/lirc0 and a
/dev/lircd. I do NOT have lirc-modules-source installed. I know
that it is a Scientific Atlanta Cable box, because a different system
used a serial IR blaster to control the same cable box.<br>
<br>
My /etc/lirc/hardware.conf is:<br>
<br>
# /etc/lirc/hardware.conf<br>
#<br>
#Chosen Remote Control<br>
REMOTE="Windows Media Center Transceivers/Remotes (all)"<br>
REMOTE_MODULES="lirc_dev mceusb"<br>
REMOTE_DRIVER=""<br>
REMOTE_DEVICE="/dev/lirc0"<br>
REMOTE_SOCKET=""<br>
REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"<br>
REMOTE_LIRCD_ARGS=""<br>
<br>
#Chosen IR Transmitter<br>
TRANSMITTER="Microsoft Windows Media Center V2 (usb) : Scientific Atlanta Cable box"<br>
TRANSMITTER_MODULES="lirc_dev mceusb"<br>
TRANSMITTER_DRIVER=""<br>
TRANSMITTER_DEVICE=""<br>
TRANSMITTER_SOCKET=""<br>
TRANSMITTER_LIRCD_CONF="scientificatlanta/general.conf"<br>
TRANSMITTER_LIRCD_ARGS=""<br>
<br>
#Enable lircd<br>
START_LIRCD="true"<br>
<br>
#Don't start lircmd even if there seems to be a good config file<br>
#START_LIRCMD="false"<br>
<br>
#Try to load appropriate kernel modules<br>
LOAD_MODULES="false"<br>
<br>
# Default configuration files for your hardware if any<br>
LIRCMD_CONF=""<br>
<br>
#Forcing noninteractive reconfiguration<br>
#If lirc is to be reconfigured by an external application<br>
#that doesn't have a debconf frontend available, the noninteractive<br>
#frontend can be invoked and set to parse REMOTE and TRANSMITTER<br>
#It will then populate all other variables without any user input<br>
#If you would like to configure lirc via standard methods, be sure<br>
#to leave this set to "false"<br>
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
<br>
START_LIRCMD="" <br>
<br>
<br>
Thanks for any help.                                            </body>
</html>