Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Re: directv.pl with D12-100 - has anyone had any success with this?

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


dexterslmul at hotmail

Feb 10, 2008, 12:02 PM

Post #1 of 7 (2796 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this?

Thanks for the suggestion Tim. I tried hardcoding it with the directv.pl script, version 1.9, and with the directva.pl script that you provided but still no success:(



Date: Sun, 27 Jan 2008 14:00:31 -0600
From: timlitw [at] gmail
To: mythtv-users [at] mythtv
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?

Mine are D12-300's so I don't know if they are very different or not.

I just checked I don't have any options set in the command line in mythtv
here is the script I found on the internet when I was looking for this last summer as I couldn't get the one included with mythtv to work at that time.


I think I hard coded the serial port numbers in the scripts -

$baudrate = "9600";
$serport = "/dev/ttyUSB0";

so you will want to change this to match each port.


_________________________________________________________________
Need to know the score, the latest news, or you need your Hotmail®-get your "fix".
http://www.msnmobilefix.com/Default.aspx


timlitw at gmail

Feb 11, 2008, 5:48 AM

Post #2 of 7 (2724 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this? [In reply to]

On Feb 10, 2008 2:02 PM, dexter sl <dexterslmul [at] hotmail> wrote:

> Thanks for the suggestion Tim. I tried hardcoding it with the directv.plscript, version
> 1.9, and with the directva.pl script that you provided but still no
> success:(
>

So, are you sure it is the script and not the serial -> usb adapters that
are the problem.


dexterslmul at hotmail

Feb 15, 2008, 12:04 AM

Post #3 of 7 (2702 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this? [In reply to]

I am using the following cables:

Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter

Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F

BELKIN F4A091 DB9 Female/Female Gender Changer

________________________________
> Date: Mon, 11 Feb 2008 07:48:32 -0600
> From: timlitw [at] gmail
> To: mythtv-users [at] mythtv
> Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?
>
>
> On Feb 10, 2008 2:02 PM, dexter sl <dexterslmul [at] hotmail> wrote:
> Thanks for the suggestion Tim. I tried hardcoding it with the directv.pl script, version 1.9, and with the directva.pl script that you provided but still no success:(
>
> So, are you sure it is the script and not the serial -> usb adapters that are the problem.

_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


myth at dermanouelian

Feb 15, 2008, 10:07 AM

Post #4 of 7 (2698 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this? [In reply to]

On Feb 15, 2008, at 12:04 AM, dexter sl wrote:

>
> I am using the following cables:
>
> Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter
>
> Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F
>
> BELKIN F4A091 DB9 Female/Female Gender Changer

You've seen this, right?
http://www.mythtv.org/wiki/index.php/Controlling_DirecTV_Set_Top_Box_%28STB%29_via_USB_or_Serial#Cable_Options

There is a reason the known good adaptors are listed. Mine never
worked until I got the right ones.

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


dexterslmul at hotmail

Feb 17, 2008, 5:35 AM

Post #5 of 7 (2669 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this? [In reply to]

"BELKIN F4A091 DB9 Female/Female Gender Changer"
"Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter"
"Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F"

ok, i tried the following:

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> DB9 M/F serial extension -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> USB Adapter -> USB Port
-nothing generated

I also obtained a d12-300 from ebay and got the same results.

I am beginning to suspect the gender changer as being the culprit because if i just plug the USB adapter into a USB port by itself the following is generated in /var/log/messages:

Feb 17 08:11:42 HTPC kernel: usb 1-2: new full speed USB device using ohci_hcd and address 5
Feb 17 08:11:42 HTPC kernel: usb 1-2: configuration #1 chosen from 1 choice
Feb 17 08:11:42 HTPC kernel: pl2303 1-2:1.0: pl2303 converter detected
Feb 17 08:11:42 HTPC kernel: usb 1-2: pl2303 converter now attached to ttyUSB0

Can you are anyone else confirm the specific gender changer they are using, and also if this specific version of the USB adapter (as displayed in the /var/log/messages output) is working for them?

Thanks

Date: Sat, 16 Feb 2008 09:47:19 -0600
From: timlitw [at] gmail
To: mythtv-users [at] mythtv
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?

ok, so before you connect the cables start watching the message log,with
tail -f /var/log/messages
then plug in the usb/serial adapter? does it show up? if so that part should be working. note what serial device gets created

then plug in the next one and check the same thing and note which device it is

Then you copy the directv.pl to directva.pl and directvb.pl, edit a to match the first serial/usb adapter the way the system sees it. and b to match the second device.


I then made some labels and labeled the directv stbs A and B and the cables that go to them.

next manually run the directva.pl ( instructions are in the file) with a tv connected to the stb and see if you can change channels with it that way. if that works you can go into mythtvsetup and tell it to use the script to change channels.



On Feb 15, 2008 9:36 PM, dexter sl <dexterslmul [at] hotmail> wrote:





Thanks for the info but I checked that link before purchasing my cables. If you look at the cables I listed you will see that I purchased the cables to go usb to serial adapter which was the third cable on the recommended list. Specific brands were not mentioned for the db9 gender changer or the db9 serial cable.




> From: myth [at] dermanouelian
> To: mythtv-users [at] mythtv

> Date: Fri, 15 Feb 2008 10:07:40 -0800
> Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?
>

> On Feb 15, 2008, at 12:04 AM, dexter sl wrote:
>
> >
> > I am using the following cables:
> >
> > Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter
> >

> > Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F
> >
> > BELKIN F4A091 DB9 Female/Female Gender Changer
>
> You've seen this, right?
> http://www.mythtv.org/wiki/index.php/Controlling_DirecTV_Set_Top_Box_%28STB%29_via_USB_or_Serial#Cable_Options

>
> There is a reason the known good adaptors are listed. Mine never
> worked until I got the right ones.
>
> _______________________________________________
> mythtv-users mailing list

> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Climb to the top of the charts! Play the word scramble challenge with star power. Play now!


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





_________________________________________________________________
Need to know the score, the latest news, or you need your Hotmail®-get your "fix".
http://www.msnmobilefix.com/Default.aspx


dexterslmul at hotmail

Feb 17, 2008, 6:32 AM

Post #6 of 7 (2676 views)
Permalink
Re: directv.pl with D12-100 - has anyone had any success with this? [In reply to]

Tim,
in an old post of yours i saw that you had a "Prolific" device, but you indicated that the chipset was incorrect, CH340/CH341. could that be the case with me even though my adapters show up as pl2303 under windows and linux? how can i check for the specific chipset in use? Below is the link to your previous discussion:

http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=280350;page=1;mh=-1;list=mythtv;sb=post_latest_reply;so=ASC



From: dexterslmul [at] hotmail
To: mythtv-users [at] mythtv
Date: Sun, 17 Feb 2008 08:35:10 -0500
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?







"BELKIN F4A091 DB9 Female/Female Gender Changer"
"Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter"
"Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F"

ok, i tried the following:

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> DB9 M/F serial extension -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> USB Adapter -> USB Port
-nothing generated

I also obtained a d12-300 from ebay and got the same results.

I am beginning to suspect the gender changer as being the culprit because if i just plug the USB adapter into a USB port by itself the following is generated in /var/log/messages:

Feb 17 08:11:42 HTPC kernel: usb 1-2: new full speed USB device using ohci_hcd and address 5
Feb 17 08:11:42 HTPC kernel: usb 1-2: configuration #1 chosen from 1 choice
Feb 17 08:11:42 HTPC kernel: pl2303 1-2:1.0: pl2303 converter detected
Feb 17 08:11:42 HTPC kernel: usb 1-2: pl2303 converter now attached to ttyUSB0

Can you are anyone else confirm the specific gender changer they are using, and also if this specific version of the USB adapter (as displayed in the /var/log/messages output) is working for them?

Thanks

Date: Sat, 16 Feb 2008 09:47:19 -0600
From: timlitw [at] gmail
To: mythtv-users [at] mythtv
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?

ok, so before you connect the cables start watching the message log,with
tail -f /var/log/messages
then plug in the usb/serial adapter? does it show up? if so that part should be working. note what serial device gets created

then plug in the next one and check the same thing and note which device it is

Then you copy the directv.pl to directva.pl and directvb.pl, edit a to match the first serial/usb adapter the way the system sees it. and b to match the second device.


I then made some labels and labeled the directv stbs A and B and the cables that go to them.

next manually run the directva.pl ( instructions are in the file) with a tv connected to the stb and see if you can change channels with it that way. if that works you can go into mythtvsetup and tell it to use the script to change channels.



On Feb 15, 2008 9:36 PM, dexter sl <dexterslmul [at] hotmail> wrote:





Thanks for the info but I checked that link before purchasing my cables. If you look at the cables I listed you will see that I purchased the cables to go usb to serial adapter which was the third cable on the recommended list. Specific brands were not mentioned for the db9 gender changer or the db9 serial cable.




> From: myth [at] dermanouelian
> To: mythtv-users [at] mythtv

> Date: Fri, 15 Feb 2008 10:07:40 -0800
> Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?
>

> On Feb 15, 2008, at 12:04 AM, dexter sl wrote:
>
> >
> > I am using the following cables:
> >
> > Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter
> >

> > Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F
> >
> > BELKIN F4A091 DB9 Female/Female Gender Changer
>
> You've seen this, right?
> http://www.mythtv.org/wiki/index.php/Controlling_DirecTV_Set_Top_Box_%28STB%29_via_USB_or_Serial#Cable_Options

>
> There is a reason the known good adaptors are listed. Mine never
> worked until I got the right ones.
>
> _______________________________________________
> mythtv-users mailing list

> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Climb to the top of the charts! Play the word scramble challenge with star power. Play now!


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





Need to know the score, the latest news, or you need your Hotmail®-get your "fix". Check it out.

_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join


dexterslmul at hotmail

Mar 2, 2008, 11:38 AM

Post #7 of 7 (2624 views)
Permalink
Re: directv.pl with D12-100 - WORKS! [In reply to]

Thanks everyone for your input and assistance. The solution was a DB9 Female/Female Null Modem adapter.

STARTECH NULL MODEM ADAPTER DB9 FEMALE TO DB9 FEMALE (NM9FF)

After listing the cables I purchased I realized the gender changer was the offending component. I don't know how I selected a gender changer in instead of a null modem adapter, but everything works like a charm now.

Thanks again.


From: dexterslmul [at] hotmail
To: mythtv-users [at] mythtv
Date: Sun, 17 Feb 2008 09:32:55 -0500
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?







Tim,
in an old post of yours i saw that you had a "Prolific" device, but you indicated that the chipset was incorrect, CH340/CH341. could that be the case with me even though my adapters show up as pl2303 under windows and linux? how can i check for the specific chipset in use? Below is the link to your previous discussion:

http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=280350;page=1;mh=-1;list=mythtv;sb=post_latest_reply;so=ASC



From: dexterslmul [at] hotmail
To: mythtv-users [at] mythtv
Date: Sun, 17 Feb 2008 08:35:10 -0500
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?







"BELKIN F4A091 DB9 Female/Female Gender Changer"
"Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter"
"Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F"

ok, i tried the following:

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> DB9 M/F serial extension -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> Com/Serial Port
-nothing generated in /var/log/messages

d12-100 -> USB Adapter -> DB9 F/F GenderChanger -> USB Adapter -> USB Port
-nothing generated

I also obtained a d12-300 from ebay and got the same results.

I am beginning to suspect the gender changer as being the culprit because if i just plug the USB adapter into a USB port by itself the following is generated in /var/log/messages:

Feb 17 08:11:42 HTPC kernel: usb 1-2: new full speed USB device using ohci_hcd and address 5
Feb 17 08:11:42 HTPC kernel: usb 1-2: configuration #1 chosen from 1 choice
Feb 17 08:11:42 HTPC kernel: pl2303 1-2:1.0: pl2303 converter detected
Feb 17 08:11:42 HTPC kernel: usb 1-2: pl2303 converter now attached to ttyUSB0

Can you are anyone else confirm the specific gender changer they are using, and also if this specific version of the USB adapter (as displayed in the /var/log/messages output) is working for them?

Thanks

Date: Sat, 16 Feb 2008 09:47:19 -0600
From: timlitw [at] gmail
To: mythtv-users [at] mythtv
Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?

ok, so before you connect the cables start watching the message log,with
tail -f /var/log/messages
then plug in the usb/serial adapter? does it show up? if so that part should be working. note what serial device gets created

then plug in the next one and check the same thing and note which device it is

Then you copy the directv.pl to directva.pl and directvb.pl, edit a to match the first serial/usb adapter the way the system sees it. and b to match the second device.


I then made some labels and labeled the directv stbs A and B and the cables that go to them.

next manually run the directva.pl ( instructions are in the file) with a tv connected to the stb and see if you can change channels with it that way. if that works you can go into mythtvsetup and tell it to use the script to change channels.



On Feb 15, 2008 9:36 PM, dexter sl <dexterslmul [at] hotmail> wrote:





Thanks for the info but I checked that link before purchasing my cables. If you look at the cables I listed you will see that I purchased the cables to go usb to serial adapter which was the third cable on the recommended list. Specific brands were not mentioned for the db9 gender changer or the db9 serial cable.




> From: myth [at] dermanouelian
> To: mythtv-users [at] mythtv

> Date: Fri, 15 Feb 2008 10:07:40 -0800
> Subject: Re: [mythtv-users] directv.pl with D12-100 - has anyone had any success with this?
>

> On Feb 15, 2008, at 12:04 AM, dexter sl wrote:
>
> >
> > I am using the following cables:
> >
> > Cables To Go - 26886 - 13in USB To DB9 Male Serial Adapter
> >

> > Belkin F2N209-06 CGA/EGA Serial Mouse Extension Cable; DB9M/F
> >
> > BELKIN F4A091 DB9 Female/Female Gender Changer
>
> You've seen this, right?
> http://www.mythtv.org/wiki/index.php/Controlling_DirecTV_Set_Top_Box_%28STB%29_via_USB_or_Serial#Cable_Options

>
> There is a reason the known good adaptors are listed. Mine never
> worked until I got the right ones.
>
> _______________________________________________
> mythtv-users mailing list

> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Climb to the top of the charts! Play the word scramble challenge with star power. Play now!


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





Need to know the score, the latest news, or you need your Hotmail®-get your "fix". Check it out.

Helping your favorite cause is as easy as instant messaging. You IM, we give. Learn more.

_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.