Results 1 to 4 of 4

Thread: How to set up Netzero in Ubuntu

  1. #1
    Join Date
    Apr 2008
    Location
    Spokane, WA
    Beans
    115
    Distro
    Ubuntu 8.04 Hardy Heron

    How to set up Netzero in Ubuntu

    I'm working on setting up Ubuntu for a friend who uses Netzero dial-up. I've got the modem configured and can access his netzero act. through wvdial but they wont let him access anything else online without using the Netzero software to connect. I've tried downloading their Linspire software but it seems to be hopelessly incompatible with Ubuntu. (Linspire, Ha! Linux for sale )
    Does anyone out there know of a way to get around the using Netzero's software issue? Or even a way to install the Linspire software.

  2. #2
    Join Date
    Oct 2008
    Beans
    7

    Re: How to set up Netzero in Ubuntu

    i have installed this software on ubuntu 8.10
    just double click on the file and drag the file netzero.dev in the window, out to the desktop.
    go to a terminal make sure you are in the same path,otherwise type:
    "cd Desktop"(don't ignore the capital letters)
    then
    "sudo dpkg -i netzero.deb"
    this should have installed al of the file in your system but if im not wrong it isntalled a file on the folder on root
    so you need to browse to root\Desktop\
    and you will see a netzero file and you need to drag it to your desktop.
    now i make it run. (i just don't get the software to find my modem).
    i hope you have luck.

  3. #3
    Join Date
    Sep 2007
    Location
    Seattle, USA
    Beans
    116
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to set up Netzero in Ubuntu

    Good: Yes, you can get the free version of netzero to work on Ubuntu.
    Bad: It requires Netzero's Java runtime, it's not command-line friendly, and it requires root privs.

    I didn't really need netzero but I thought it would be cool to have a failsafe in case the zombies attack and the power goes out. As I'm spending my final few hours huddled in the corner with my laptop and a dial-up connection, waiting for my brains to be eaten, I will look back fondly on these times of configuring netzero on Ubuntu.

    Thanks to this post it's pretty easy. Allow me to summarize the steps for Ubuntu users (my netzero adventure was on xubuntu 10.10 but I suspect it's probably about the same all around):

    Install & Setup
    • Setup your modem; make sure /dev/modem is linked to it in rc.local
    • Install Java Runtime Environment from Ubuntu Software Center.
    • Get netzero.deb from here and install it like so:
      Code:
      sudo dpkg -i netzero.deb
    • sudo /etc/resolv.conf and add these lines:
      Code:
      nameserver 64.136.52.73
      nameserver 64.136.44.73
    • Change permissions on /etc/resolv.conf:
      Code:
      sudo chmod 644 /etc/resolv.conf


    Run the NetZero dialer
    Code:
    sudo /opt/nzclient/runclient.sh
    Or if you want to dispense with the sudo, add something like this to /etc/sudoers:
    Code:
    yourusername localhost = /opt/nzclient/runclient.sh
    "I take it from your glum demeanor that your ill-advised foray into time-travel destroyed yet another reality."

  4. #4
    Join Date
    Jul 2006
    Location
    Tecumseh, KS
    Beans
    35
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to set up Netzero in Ubuntu

    Thanks. It worked perfectly and is still relevant.

Tags for this Thread

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
  •