Results 1 to 5 of 5

Thread: Upgrading palmod

  1. #1

    Upgrading palmod

    A dumb question but I need to ask it.

    If I want to upgrade to palmod.o and use Ed's svideo fix is it the same procedure as for example upgrading mfs_ftp ?

    ie do you find the pid of palmod from ps aux
    do you then kill that pid
    do you ftp binary the new palmod.o file
    and then put it in the same folder as the old one (renaming the old one to a backup name) and then run the file.
    How do you run the palmod.o file if it is not a tcl (script) ??

    Thanks for any help with this basic stuff

    Moby

  2. #2
    Join Date
    Apr 2004
    Location
    ACT
    Posts
    134
    Hi Moby,

    palmod.o is a kernel module which gets loaded into the kernel as the tivo boots. If you take a look in /etc/rc.d/rc.arch you'll see the "insmod" command which does this.

    So there's no process to kill. You basically replace the existing palmod.o in the /lib/modules directory and reboot.

    A rudimentary install procedure would be:

    1. rw
    2. Rename existing /lib/modules/palmod.o (just in case the newie doesn't work)
    3. Transfer the new palmod.o to the /lib/modules directory (binary mode if using ftp)
    4. ro
    5. reboot

    Cheers, Dave.
    Last edited by DavidSymons; 18-09-2004 at 07:21 AM. Reason: Minor correction
    Living Room: US Philips HDR112, Seagate 200Gb, OzTiVo Image v1.5 (20051128), CacheCard (no RAM), Kross STB
    Rumpus Room: US Philips HDR31202, Seagate 120Gb, OzTiVo Image v1.6, CacheCard (no RAM), Tuner Mod, Dual Input Mod
    Additional Hacks: Re-order Season Passes

  3. #3
    Thanks David

    I've submitted an FAQ to Andrew Palm to help others

  4. #4

    Question Question about TiVo palmod config

    Dear All,
    I'm changing NTSC Audio/Video and tuner of my Series 1 Philip Tivo with the US software 3.0 inside to PAL. I downloaded the new palmod.o file from http://131.244.9.101/TiVo/files/palmod/us/3.0/
    typed the following code in the /etc/rc.d/rc.arch file:


    function loadMpegOutput () {

    insmod /lib/modules/pxmpegdecode.o sTVStandard=$TV_STD

    echo "PALmod: in loadMpegOutput "

    if [ "TV_STD" = "PAL" ]; then

    echo "PALmod: Loading palmod"

    # Run palmod_config to set palmod options

    Insmod -f /lib/modules/palmod.o `cat /etc/palmod.conf `

    echo "PALmod: We are in PAL "

    echo "PALmod: leave routine"

    if [ "$GS"="1" ]; then

    export TV_STD=NTSC

    fi

    fi



    }

    And then I reboot and typed the “palmod_config” to config my new tuner.

    I connected A/V PAL signal and Video out (PAL signal) from the my new tuner to TiVo.

    And then, I changed the active menu in the TiVo software to S-video/R and RF in. But my software is still only

    detected the NTSC signal not PAL signal as the guide document. The palmod.o is a new file. I updated from the

    OZTIVO website on September 16, 2004. I think that it is a best file. I was very confused about that.

    Could you please explain it to me clearly or can you send me the right palmod.o file?

    I look forward to hearing from your soon feedback ASAP.



    Thanks so much

    Regards

    teppy

  5. #5
    Hi ALL,
    Please help me to solve my problem about TiVo palmod config.
    I know that I have a dumb question
    Thanks for your help
    Teppy

Similar Threads

  1. Upgrading Series 3 TCD663160
    By stephenleonard56 in forum Question and Answer Forum
    Replies: 1
    Last Post: 17-11-2012, 11:18 AM
  2. is 1.2tb the limit on upgrading drive?
    By JustinD in forum Australian TiVoHD
    Replies: 8
    Last Post: 21-01-2010, 10:13 AM
  3. upgrading to svideo
    By dkmc in forum Question and Answer Forum
    Replies: 1
    Last Post: 02-03-2007, 12:29 AM
  4. Using Ghost when upgrading HDD?
    By mr_gibbon in forum Question and Answer Forum
    Replies: 2
    Last Post: 05-11-2006, 04:45 PM
  5. has anyone got palmod + fta + emulator working..
    By Grant in forum New Zealand General Forum
    Replies: 0
    Last Post: 26-08-2004, 06:08 AM

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
  •