LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-16-2009, 04:57 PM   #1
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Rep: Reputation: 0
Installing and running NetZero on Kubuntu 9.04


I've just installed my copy of Kubuntu, and need to connect to NetZero for internet access. Could some kind person please provide a step-by-step guide for installing NetZero on Kubuntu? I've already downloaded the lindows version of NetZero, but it will not run.
 
Old 05-16-2009, 05:20 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I just checked the NetZero web site. They don't want to let nonmembers see too much information. However, NetZero should be like any other dial up ISP.

You won't be able to run their stupid software on Linux but you shouldn't need it anyway. If you have the following information then you should be able to connect to NetZero and log in.
- user account name
- password
- phone number to connect to NetZero dial up service
- modem
- telephone line to connect to the modem

If you have that then you need to install KPPP. This is a bit of a Catch 22 since KPPP probably doesn't come on the installation CD and you need an Internet connection to install software from the Kubuntu repository.

If you have KPPP then you can configure it to connect to NetZero and log on.

Let us know if you have gotten this far before I spend a half hour typing more instructions.

Last edited by stress_junkie; 05-16-2009 at 05:23 PM.
 
Old 05-16-2009, 05:40 PM   #3
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I've downloaded KPPP and tried to install it, but when I do, this error comes up:

Dependency is not satisfiable libqt4-gui
 
Old 05-16-2009, 07:03 PM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
The error message means that you have to install libqt4-gui somehow. Normally this is done by the package manager. When you tell the package manager to install some software it will find all of the software that is required to run the thing that you want to install. When you download things individually you are going to have to perform the dependency check yourself.

Did you see if KPPP comes on the installation CD? If it does then the packages it depends on are probably also there. Try using the Adept Package Manager to install KPPP from the CD.
 
Old 05-16-2009, 07:41 PM   #5
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I was able to manually download and install it, and did the same for the libqt4-gui, which now lets me try to run KPPP, but when I start it, I receive this error:

/etc/resolv.conf is missing or can not be read

I'll try looking on the CD, see if that helps.


--I've tried looking on the CD, but I apologize that I couldn't figure out how to check it for packages.

Last edited by Barbarossa_5; 05-16-2009 at 08:08 PM.
 
Old 05-16-2009, 10:36 PM   #6
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
You use the adept package manager to see what software is on the CD. Start Adept and put in your password. Adept will create a window with a list of all of the software available. Since it has not connected to the Internet it should only show what is on the CD.

Near the top of the Adept window is a box where you can type in a search parameter. When you do this the list of all software will become shorter and the list will only show what matched your search parameter.

Last edited by stress_junkie; 05-16-2009 at 10:38 PM.
 
Old 05-17-2009, 02:22 PM   #7
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Adept doesn't seem to come with version 9.04, I downloaded an adept package and installed it, but it doesn't find KPPP on the CD.
 
Old 05-17-2009, 03:44 PM   #8
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
You must be using a machine that has Internet access to use this forum. Is there any way that you can bring your machine to some place that has Internet access?

Otherwise you are going to have to use wvdial. This is a ppp setup program that has been around for a long time. I used to use it myself in my dial-up days.

See if you have wvdial.
Code:
which wvdial
It was installed by my default Kubuntu installation so you probably have it. You can get an idea of how to use it by using the man pages for wvdial and wvdial.conf.
Code:
man wvdial
man wvdial.conf
It will tell you that you can put your ISP's phone number along with your user account name and password into the file /etc/wvdial.conf, then run wvdial. Give it a try.
 
Old 05-17-2009, 04:38 PM   #9
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
for netzero you have to install java-sun runtime, download netzero.deb from netzero and install, which will install the folder nzclient into /opt. AT a root prompt cd to /opt/nzclient and and execute runclient.sh here is a link on how to get netzero up and running.
http://www.linuxquestions.org/questi...etzero-628659/

The default dialers, (ppp,kpp,wavedial), won't work with netzero.

Last edited by colorpurple21859; 05-17-2009 at 05:00 PM.
 
Old 05-17-2009, 06:03 PM   #10
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I've tried wvdial, and it says that an connection has been established, but I cannot surf the web.

Looking at the NetZero how-to, not sure how to do this step:
4. make a link between the port where your modem is physically located and /dev/modem in the rc.local file
 
Old 05-17-2009, 06:47 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
rc.local file is located in /etc or a sub folder of /etc.
open the file with a text editor as root insert the following:
ln -sf /dev/<device name of your modem> /dev/modem
and save. As in my case my modem is /dev/ttyS0 and my rc.local file is located in /etc/rc.d So I inserted
ln -sf /dev/ttyS0 /dev/modem
the default dialers will connect with netzero, but that is as far as you will get most of the time. If your lucky you will get to the download page, but usually not

Last edited by colorpurple21859; 05-17-2009 at 06:50 PM.
 
Old 05-17-2009, 10:39 PM   #12
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Okay, I edited the rc.local file, and am trying to figure out all the files I need to download to get java installed, so thanks for the help thus far, let ya know when I get java fully installed.
 
Old 05-18-2009, 06:41 AM   #13
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
the easiest way is download jre-6u7-linux-i586.bin from sun-java and in a root terminal copy to /usr and do the commands according to the howto.

Last edited by colorpurple21859; 05-18-2009 at 06:43 AM.
 
Old 05-18-2009, 05:33 PM   #14
Barbarossa_5
LQ Newbie
 
Registered: May 2009
Posts: 12

Original Poster
Rep: Reputation: 0
alright, got java installed, but when I run /opt/nzclient/runclient.sh it keeps reinstalling java, it doesn't try to run netzero at all
 
Old 05-18-2009, 08:26 PM   #15
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
at command line #java -version
if you get command not found then java isn't installed correctly
at a root prompt do this:
#cd /opt/nzclient
#./runclient.sh
if you get some sort of java message then java is not set up right.
all you should get is "DM set to off" and the netzero logon window pop up. find out where the folder jre1.6.0_12 is located and make a link:
ln -sf /??/jre1.6.0_12/bin/java /usr/bin/java
at a root prompt.

Last edited by colorpurple21859; 05-18-2009 at 09:38 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing kubuntu on ubuntu with kubuntu CD coolblue Ubuntu 6 06-30-2008 10:53 AM
NetZero Problems on Kubuntu and Ubuntu Espionage724 Ubuntu 2 12-24-2006 08:50 PM
LXer: Experience installing and running Kubuntu LXer Syndicated Linux News 0 08-28-2006 06:21 PM
Running Netzero on Mandrakelinux 10.1 james_mcaninch Mandriva 6 05-10-2006 01:14 AM
Installing kubuntu on ubuntu with kubuntu CD coolblue Linux - Newbie 1 07-12-2005 01:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration