LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-17-2009, 07:51 AM   #1
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Rep: Reputation: 0
Please help me. I cannot activate my Internet.


OK. I just started using Linux Red Hat and got some instruction on it. I was told to use the Terminal and enter dhcpcd in it to activate my Internet on it, but it said something like "Invalid Command", I can't remember exactly what it said. What am I doing wrong? Could someone please help me? Also, please take note that I am VERY new to Linux. This is my first time using it. If you need more information, please tell me and I'll see what else I can post.
 
Old 02-17-2009, 08:09 AM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
The command is dhcpd and it serves to activate a DHCP server: this is useful only if your machine must act as a DHCP server in a local network. In a scenario were the Red Hat machine is connected to the web and other machines are connected to the Red Hat server, it will provide a dynamic IP address to the other machines when requested.

If you describe better your scenario, we can try to be more helpful. For example, how the system is connected to the web (wireless network, wired network, DSL modem and so on)?
 
Old 02-17-2009, 08:12 AM   #3
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
It's a DSL Modem, but whenever I try to activate the Internet, it says it cannot activate the "device".
 
Old 02-17-2009, 08:34 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Usually the setup of a DSL connection is a straightforward process. Which version of Red Hat have you installed? If in doubt, open a terminal and issue the following command:
Code:
lsb_release -a
If you have Red Hat Enterprise 5 (RHEL 5) take in mind that you can find plenty of documents available online. For example, have you checked the chapter "Establishing an xDSL Connection" in the Deployment Guide?
 
Old 02-17-2009, 08:39 AM   #5
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
When I tried that command in the terminal, it said "Bash: Command not found".
 
Old 02-17-2009, 08:56 AM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Well, try this:
Code:
cat /etc/redhat-release
 
Old 02-17-2009, 08:59 AM   #7
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
According to the Terminal, it is "Linux Red Hat Release 9 (Shrike)".
 
Old 02-17-2009, 09:06 AM   #8
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Uh oh... that's a quite old release of Red Hat. There is a chance that you don't have the proper driver to manage your ADSL modem. Did you have any valid reason to install such an old piece of software? Maybe it is an old computer with limited resources (e.g. low amount of RAM)? If not, I strongly suggest to install a newer release. If you want to stick with Red Hat, you can try CentOS, which is the free version of Red Hat Enterprise.
 
Old 02-17-2009, 09:12 AM   #9
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
I didn't choose to install Red Hat. The guy who works on my computers did it. He gave me the 2 CDs to install it, but had already done it himself.
 
Old 02-17-2009, 09:25 AM   #10
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Even if you are new to the Linux world, the current installation procedure is very easy and friendly. You can choose the blue pill and ask to your friend to install a newer release or eventually to check the drivers for the modem. Or you can choose the red pill and download the DVD iso of CentOS, burn it to a DVD and start a new installation by yourself. With our help, of course!
 
Old 02-17-2009, 09:29 AM   #11
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
That Blue Pill/Red Pill thing sounds awfully familiar. None the less, I need time to think about this. I appreciate all the help you are offering me.
 
Old 02-17-2009, 09:36 AM   #12
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
OK. I just talked to my friend, and I think I will try CentOS. How do I get it, how do I burn it, and how do I install it?
 
Old 02-17-2009, 09:55 AM   #13
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
To download it, just start here and select the latest release 5.2. i386 if you have a 32-bit machine, x86_64 if you have a 64-bit architecture. To burn it you must have a DVD writer, then depending on the system you're running on (windows?) open the proper burning application (nero?) and choose to write an ISO to the disk. To install, just be sure your machine can boot from the DVD-ROM (this is a BIOS setting usually already enabled by default), then power on your machine, insert the DVD and a page will show up to select "New Installation". Then you can follow step by step instruction from the installation program itself.

Here is a useful link to an installation guide. It is relative to the previous CentOS 5.1, but the basic steps are the same: http://www.howtoforge.com/installati...tos5.1-desktop. On the same site there is an installation Guide of CentOS 5.2 but it is focused on setting up a server. Maybe you can read it until it covers the initial steps of the installation: http://www.howtoforge.com/perfect-server-centos-5.2. Hope this helps.
 
Old 02-17-2009, 10:02 AM   #14
LinuxRedHatKnight
LQ Newbie
 
Registered: Feb 2009
Location: USA
Distribution: Ubuntu 10.04
Posts: 16

Original Poster
Rep: Reputation: 0
There are a lot of files on each Mirror. Which one do I download?
 
Old 02-17-2009, 10:09 AM   #15
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
From the complete list of mirrors you can choose one with the "Direct DVD Download": http://www.centos.org/modules/tinyco...ndex.php?id=30. Just an example from the University of Utah's mirror:
Code:
http://mirror.chpc.utah.edu/pub/centos/5.2/isos/i386/CentOS-5.2-i386-bin-DVD.iso
provided you have a 32-bit machine.
 
  


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
I can't activate (i'mean activate) my wireless card Mardrus Linux - Newbie 5 05-04-2008 06:35 AM
Does Slackware activate internet with pppoeconf craiglarry Linux - Networking 2 10-27-2006 06:45 PM
Unable to activate internet account (Adelphia) General Linux - Networking 4 08-10-2006 12:22 PM
How to Set-up Internet to Activate at Boot chemgirl1681 Mandriva 4 08-15-2004 11:19 PM
Internet locks when I activate it Szabo Linux - Networking 2 02-28-2004 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 01:31 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