View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 11 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Feb 11, 2005 2:27 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Dale and I will be releasing R5 Alpha 9 as a preview release on Saturday. We'll being handing out CDs at SCALE. R5A9 should start hitting the mirrors at about 2000 GMT on 02/12/05. This is alpha software. While it has been very stable for the testers and myself, it is alpha. Some features such as the graphical installer have not been implemented. I'll be posting the updated directions tomorrow. PLEASE read the directions before installing. Since MythTV 0.17 has just been released, the alpha will not have it. I plan to included it ASAP. Since we'll be at SCALE this weekend, I won't have time to do it this weekend. I hope to have an updated alpha w/ 0.17 out by next Friday.

Most of what was requested has been implemented! Note, I said most not all. Please don't ask about feature XYZ. So far the only problematic request has been software suspend.

A few goodies have also been included:

    Knoppix terminal server: For diskless frontends and over the network installs!
    CyberMediaGate: Serves up MythTV's recorded shows to uPnP clients!
    pcHDTV support out of the box!
    More to come....
Pitfalls:
    While tuner cards are detected, the modules may not be loaded. This is true for ivtv based cards. To work around, when the system first boots to X: <CTRL><ALT><F1>
    Log in as root.
    Code:
    modprobe ivtv
    echo ivtv >> /etc/modules
    reboot


    LIRC is being problematic... If you have a PVR x50 make /etc/modprobe.d/lirc that looks like(may work for some):

    alias char-major-61 lirc_i2c
    install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

    Add /usr/local/sbin/lircd to /etc/init.d/bootmisc.sh

    Don't forget to update modules....

    If this doesn't work for you, vi /etc/init.d/bootmisc.sh and add:

    modprobe lirc_i2c
    /usr/local/sbin/lircd



Remember this is alpha software. Please read the directions before installing.

Enjoy,

Cecil


Last edited by cecil on Mon Apr 11, 2005 3:33 pm, edited 2 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 22, 2005 7:07 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
This should be made sticky so people can more easily find it... searching for R5A10 will not turn this up.


Top
 Profile  
 
 Post subject: Whats the meaning of...
PostPosted: Wed Mar 02, 2005 2:03 pm 
Offline
Joined: Mon Feb 28, 2005 8:43 pm
Posts: 10
What do you mean by "Don't forget to update modules...."?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 02, 2005 2:54 pm 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
What do you mean by "Don't forget to update modules...."?

he means run the command:
Code:
update-modules


its that or close.. i dont have my computer handy


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 1:24 am 
Offline
Joined: Tue Mar 01, 2005 1:02 pm
Posts: 9
Location: Virginia Beach, VA
Quote:
If you have a PVR x50 make /etc/modprobe.d/lirc that looks like(may work for some):

alias char-major-61 lirc_i2c
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

Add /usr/local/sbin/lircd to /etc/init.d/bootmisc.sh


Can some one translate this for me in a different more coherent way? I understand english but that first sentence is not one that I understand. I have interpreted it to mean I have to create a file called /etc/modprobe.d/lirc since that file doesn't exist on my myth box. I assume the file lirc must contain:
Code:
alias char-major-61 lirc_i2c
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

Then add the line:
Code:
/usr/local/sbin/lircd

to the /etc/init.d/bootmisc.sh file.

_________________
The only thing I know is that I don't know.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 2:18 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
sounds like you understood perfectly to me.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 2:26 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
:lol: Thanks for the laugh... I didn't know how to respond.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 8:24 am 
Offline
Joined: Tue Mar 01, 2005 1:02 pm
Posts: 9
Location: Virginia Beach, VA
Quote:
sounds like you understood perfectly to me.

That's not good news. I was hoping I misunderstood something because my remote still doesn't work. :cry:

_________________
The only thing I know is that I don't know.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 1:02 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
Quote:
I was hoping I misunderstood something because my remote still doesn't work.


As long as we're talking about a PVR-x50 remote, you still have to try the last thing the instructions above where it says "if this doesn't work for you, vi /etc/init.d/bootmisc.sh and add..." I had to do this in order for my remote to work, the other steps didn't do it for me.

The other possibility is that you have one of the newer Hauppauge remotes that are shipping with newer card versions (different button layout)... I don't think it's supported by the current KnoppMyth setup. You would then have to set it up yourself with LIRC. Searching the forum should turn up some threads on the new Hauppauge remote.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 04, 2005 12:43 am 
Offline
Joined: Tue Mar 01, 2005 1:02 pm
Posts: 9
Location: Virginia Beach, VA
I forgot to mention that I tried all of the steps including the last resort editing the bootmisc.sh file. I will go back to searching through more posts but I fear I will have to recompile lirc from source. It seems like there are a few different versions of the remote but I would think I should at least be able to run irw or irexec.

Just going through the learning curve. :)

_________________
The only thing I know is that I don't know.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 08, 2005 5:31 pm 
Offline
Joined: Wed Jun 08, 2005 5:28 pm
Posts: 4
Just to say - thank you very much. This was exactly the information I needed and the remote works perfectly now (I'm using a PVR250, but the later models ship with this remote control).

Thanks again!


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 10 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu