View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: recstat and R6
PostPosted: Sat Jan 23, 2010 11:14 am 
Offline
Joined: Sun Jun 12, 2005 2:14 pm
Posts: 55
Location: Madison, WI
OOPS, originally posted this in the Knoppmyth section.


Last week I did a clean install (was running R5.5) of R6.
So far so good. Working great.
The only thing I'm missing is recstat (LED encoder status).

I believe that it was included in R5.5 but needed to be enabled.
Is it installed with R6? If so, how do I enable it?
If not, what is needed? I've got the original recstat script (code can also be found elsewhere in this forum).
I also remember needing to install serial port files (pyserial) to get it working. Is this installed?

_________________
ZOTAC ZBOX HD-ID34
HDHomerun
Streamzap IR remote
2GB RAM


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 22, 2010 1:12 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
I cannot seem to remember implement this for KnoppMyth. Provide details and open a ticket in Flyspray.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 28, 2010 7:39 pm 
Offline
Joined: Sun Jun 12, 2005 2:14 pm
Posts: 55
Location: Madison, WI
I posted a feature request on flyspray.

The original post about recstat can be found here....
http://knoppmyth.net/phpBB2/viewtopic.php?t=12786

_________________
ZOTAC ZBOX HD-ID34
HDHomerun
Streamzap IR remote
2GB RAM


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 01, 2010 9:20 am 
Offline
Joined: Wed Feb 08, 2006 6:13 pm
Posts: 480
Location: IN
I did a search for "recstat" in the Arch repos and the AUR and came up blank in both.

Martian

_________________
ABIT NF-M2 nView | Athlon 64 X2 3800+ | 2GB DDR2 800 | HDHomerun | GeForce 6150 (onboard) | WD 640 GB SATA HD | DVD-RW (sata) | StreamZap IR receiver with Logitech Harmony remote

Vizio 37" LCD HDTV (1080p)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 01, 2010 11:36 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
were you looking for this?
http://www.mythtv.org/wiki/Using_System ... ing_Status

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 03, 2010 2:00 pm 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 425
Location: Charlotte, NC
I have been trying to get this to work under Arch for awhile - not to control lights but to programmatically control external USB drives for automated backups (see http://linux.die.net/man/1/pport ). I have had this working before (Knoppmyth releases) but cannot get it to work here. The scripts run (altered to simply set pin to high or low (12 V+ or 12 V-)) but the pin states do not change (I suspect pyserial is not really working but I do not know how to confirm). Does anybody have this working (lights or otherwise)?

    To turn off...
    #!/usr/bin/python

    import commands
    import serial,time

    #Open COM1
    s = serial.Serial(0)
    #Turn off all pins
    s.setRTS(0)
    s.setDTR(0)

    To turn on
    #!/usr/bin/python

    import commands
    import serial,time

    #Open COM1
    s = serial.Serial(0)
    #Turn of all pins
    s.setRTS(1)
    s.setDTR(1)


Oh, you do have to install pyserial but it is simple - go to http://pyserial.sourceforge.net/pyseria ... stallation

_________________
Backend server - 4.0 TB 3.0ghz dual core 6 gig RAM, nVidia 9400, Gigabyte GA-870A-UD3 MB, 2 HD-5500, 2 HD Homerun dual tuners, 3 frontend machines - LinHES 8.6.1


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 135 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu