Hello All,
I've searched through the LinuxMCE forum for information on this matter, but most of the info I came across is not very recent, and does not provide a clear answer.
Does or will LinuxMCE 8.10 provide support for channel tuning via Firewire on the DCT-6412 using MythTV? If so, is there any LinuxMCE specific instructions to get it working, or should I go by the directions on the MythTV site?
Thanks in advance,
Ernesto
I too would love the answer to this.
the mythTV database synchronization scripts need to be modified for this, and a setup script needs to be created for this to work.
-Thom
Thom,
Any chance I could get some specifics on the things that need to be done. I'm a horrible newb coder, but this seems like a good place to start as it's something I'm personally interested in.
Specifically, where are the myth database sync scripts, what do you mean by 'modified' and when you say 'setup script', do you mean the mythtv setup script or some other?
Thanks,
Depending on what it's written, I may be able to take a shot at it as well.
Thom - If you can point us in the right direction, I'd like to try to get this going.
Ernesto
this will take some research to properly get going. You'll need to look at the source code for MythTV_PlugIn, as well as the device templates for the PVR-250 card, to see how to properly do things like inject configuration information, etc....
In addition, behaviour in MythTV 0.22 has changed, so these scripts and code will need to be changed as well...
-Thom
Heya Thom, Did you ever implement FireWire for DCT6412? I currently just got couple of them... and Im not using myth or anything in conjunction.... I have and A/V receivers that switch hdmi video and sound through a gc-100.... So when i watch media it switches AV to Source1 and for Cable DCT6412 it scenario switches Source 2..... So I want to just have LiveTV DCT6412 button that lets me use the webdt366 as a remote....
Currently I have alot on my 2 GC-100-18R (or i will) so being able to control these boxes via FireWire....Ethernet would be great ... giving me and extra IR port instead of having to buy another GC100
If not i would like to give it a shot... are there any examples of devices using FireWire?
THanks
~emac
This does not implement it the MythTV_Plugin but it does work for mythtv backend.
Here is how I managed to get firewire channel changing on my 6412
apt-get install libavc1394-dev libraw1394-dev libiec61883-dev
cd /usr/share/doc/mythtv-backend/contrib/channel_changers/6200ch
cp 6200ch.c /usr/src
cd /usr/src
cc -std=gnu99 -o 6200ch 6200ch.c -lavc1394 -lrom1394 -lraw1394
cp 6200ch /usr/local/bin
chmod a+x /usr/local/bin/6200ch
chmod 777 /dev/raw1394
Then launch the mythtv setup and set the channel changer to /usr/local/bin/6200ch -n1
Cool... so since im not using myth TV i could use it to just have myth change channels for the 6412?
Well let me rephrase that... i would like to use myth TV to Only change the channel on my STB ... Can this be done?
Thanks Emach
simple one... do i need to use FireWire to FireWire or can it be a FireWire to usb 2.0 cable?
Since the MythTV option will require more time can the "LiveTV" option be made to use Firewire similar to the way that it uses the PVR-x50?