Results 1 to 10 of 13

Thread: Using the modem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2006
    Location
    Auckland, NZ
    Posts
    58
    Just found relevant issues/help in this thread:
    http://forums.oztivo.net/showthread.php?t=1470

    I think an older version (around 30Nov2006) of nic_config_tivo may have created a blank ppp-options file. Apparently that has been fixed in recent (2007) versions of nic_config_tivo. 'update -y' at a bash prompt should get it...
    Last edited by mpnash; 02-04-2007 at 10:12 PM.
    Philips TiVo Series 1, Turbonet, 320GB, oztivo 1.6.2, NZ Emulator (8000), Akl Sky Digital Satellite

  2. #2
    Join Date
    Nov 2006
    Location
    Auckland, NZ
    Posts
    58
    Turns out that the latest version of nic_config_tivo (dated 28 Jan 2007; file size 23754 bytes), also creates a blank /etc/ppp-options file.

    If you run into this problem, you can fix it by copying the /etc/ppp-options.orig file and manually adding your ISP dialin username using the following commands at a bash prompt in a telnet session:

    cd /etc
    rw
    cp /etc/ppp-options.orig /etc/ppp-options
    echo "user ISP_USER_NAME" >> /etc/ppp-options
    ro

    ...where ISP_USER_NAME is your dialin username for your ISP.

    Note that nic_config_tivo correctly updates the /etc/tclient.conf and /etc/pap-secrets files.
    Philips TiVo Series 1, Turbonet, 320GB, oztivo 1.6.2, NZ Emulator (8000), Akl Sky Digital Satellite

  3. #3
    Join Date
    Nov 2006
    Location
    Auckland, NZ
    Posts
    58
    Further to above: the following should fix the nic_config_tivo problem for modem setup (note, Warren may make an update available for
    'update_oztivo -y' download):

    Edit /sbin/nic_config_tivo and replace line 269:
    [i.e.
    cat $pppops | sed "s/^user.*/user $username/" > $pppops || \
    fatal "Cannot update $pppops"
    ]

    with:
    cat $pppops | sed "s/^user.*/user $username/" > $pppops.tmp || \
    fatal "Cannot update $pppops"
    mv -f $pppops.tmp $pppops


    To edit above file you'll need to make the filesystem read-write using:

    cd /sbin
    rw

    ...then edit and save /sbin/nic_config_tivo as above. Make sure nic_config_tivo is executable using:

    chmod 775 /sbin/nic_config_tivo

    then set filesystem back to read-only using:
    ro

    Then nic_config_tivo should correctly create/update the following 3 files for the modem option:
    /etc/tclient.conf
    /etc/ppp-options
    /etc/pap-secrets


    Cheers,
    Martyn.
    Philips TiVo Series 1, Turbonet, 320GB, oztivo 1.6.2, NZ Emulator (8000), Akl Sky Digital Satellite

  4. #4
    Join Date
    Nov 2006
    Location
    Auckland, NZ
    Posts
    58
    Just to confirm that a new version of /sbin/nic_config_tivo is now available for download using the bash prompt command:
    update_oztivo -y

    This fixes (for me) the updating of the /etc/ppp-options file for modems.
    Thanks Peter!
    Philips TiVo Series 1, Turbonet, 320GB, oztivo 1.6.2, NZ Emulator (8000), Akl Sky Digital Satellite

Similar Threads

  1. Getting the internal modem working
    By zollymonsta in forum Question and Answer Forum
    Replies: 2
    Last Post: 18-05-2009, 06:56 PM
  2. ISP PAP modem fix
    By catdog in forum Software Upgrades/Mods
    Replies: 11
    Last Post: 22-08-2007, 07:20 PM
  3. Dial Up Modem
    By JECastor in forum New Zealand General Forum
    Replies: 14
    Last Post: 21-03-2007, 07:21 PM
  4. Internal Modem on 2.5.5.
    By wrayr in forum General Chat
    Replies: 0
    Last Post: 07-10-2004, 06:36 AM
  5. Tivo Modem
    By timmy in forum New Zealand General Forum
    Replies: 8
    Last Post: 14-04-2004, 08:24 PM

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
  •