Results 1 to 3 of 3

Thread: Symbolic Links in Mythtv

  1. #1
    Join Date
    Jun 2007
    Beans
    42

    Symbolic Links in Mythtv

    I have successfully installed Ubuntu 8.04 and Mythtv using the guidance of MythTV Ubuntu Installation Guide part 1 and 2.
    http://parker1.co.uk/mythtv_ubuntu2.php. My TV card and Remote is supported. I am having a problem with the following commands
    "Now all we need to do is tell the applications how to interpret the lirc events. To do this, the lircrc files needs to be in two locations: ~/.lircrc and ~/.mythtv/lircrc. The best method is to use a symbolic link:

    cp lircrc ~/.lircrc
    cd ~/.mythtv
    ln -s ../.lircrc lircrc"

    The terminal won't accept these commands there are neither commands nor locations for lircrc

    Is there any other service I need to install to allow me to do the above.

  2. #2
    Join Date
    Oct 2007
    Location
    USA - Indiana
    Beans
    557
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Symbolic Links in Mythtv

    Hmmm... I'm not exactly sure why they didn't specify a location, but open a terminal and type:

    Code:
    locate lircrc
    that should find all the paths that include that... then just use that path. If it doesn't exist... then you must not have created it.

  3. #3
    Join Date
    Jan 2007
    Location
    CA
    Beans
    846
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Symbolic Links in Mythtv

    I'm with anotherdisciple...I think your lircrc file isn't in the right place. You can download a copy of it here:
    http://parker1.co.uk/myth/lircrc

    and then just save it to your /home/user/.mythtv/ folder as lircrc
    and then create the link.

    It's worth noting that the lircrc location may have moved again, this time to ~/.lirc/mythtv; on my mythbuntu install my ~/.mythtv/lircrc file is just a link to the ~/.lirc/mythtv configuration file. I'm not sure if this re-location was within mythtv itself or just part of mythbuntu.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •