
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 

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
Bookmarks