Results 1 to 10 of 13

Thread: ukchan: How to ....

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by jph116
    Is there any way we can chance the frequency of a channel on a Thomson tivo like it is possible on a us-tivo in palmod.?
    It is possible, although I like keeping code (particularly kernel modules) as small as possible so prefer to hardcode it

    Quote Originally Posted by jph116
    If not - we have learn to make and compile the ukchan.o.- file our self. Any link to information on this is appreciated – as will any other info that can help us.
    Okay... I have attached the code for the ukchan module and have uploaded a cut-down (minimal) gcc compiler for the UK Tivo here

    You just need to extract both these into a directory on your Tivo and then you will be able to compile the module yourself. Should be able to do something like the following:
    Code:
    # mkdir /var/hack/UKChan
    # cd /var/hack/UKChan
    # unzip /tmp/ukchan-2.5.5_dk-nicam.zip
    # tar xvfz /tmp/ukchan-gcc.tgz
    
    <edit the ukchan code>
    
    # ./bin/make
    Attached Files Attached Files

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
  •