LinuxQuestions.org
Visit Jeremy's Blog.
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 10-04-2010, 05:57 AM   #1
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Rep: Reputation: 1
Default install for Cent OS 4.7


Installing this on an old Pent II 350 MHz machine. Ethernet card has a RTL8029 chip on it.

Install went well. During boot the statement "Determining IP information...fails" No IP is assigned to the NIC. I have DHCP running on my linksys router. Should not be an issue.


In a default install, will Cent OS 4.7 normally get the NIC setup with connectivity or is there further config work to do on setting up routes and iptables(firewall) ?
 
Old 10-04-2010, 06:06 AM   #2
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Try to disable firewall and selinux

using :

In file /etc/sysconfig/selinux

make the line look like this:
Quote:
SELINUX=disabled
Quote:
iptables -F
/etc/init.d/iptables save
/etc/init.d/iptables restart
iptables -L
 
Old 10-04-2010, 06:09 AM   #3
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
Check if your network card is configured to recieve ip from the DHCP server if not then configure it to do so.


http://www.linuxtopia.org/online_boo...-ethernet.html

Last edited by Sayan Acharjee; 10-04-2010 at 06:14 AM.
 
Old 10-04-2010, 09:34 PM   #4
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
File selinux does not exist in the path

Quote:
Originally Posted by prayag_pjs View Post
Try to disable firewall and selinux

using :

In file /etc/sysconfig/selinux

make the line look like this:
 
Old 10-04-2010, 09:35 PM   #5
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
I wish I knew enough to have the GUI working. I think the disc I got was a minimal system as it is for an application used in ham radio called IRLP

Quote:
Originally Posted by sayan_acharjee View Post
Check if your network card is configured to recieve ip from the DHCP server if not then configure it to do so.


http://www.linuxtopia.org/online_boo...-ethernet.html
 
Old 10-04-2010, 10:10 PM   #6
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
Here is the message from the IRLP folks...

"IRLP now ships with CentOS, an open source project which mirrors Redhat EL. The IRLP CD is NOT a full CentOS CD. The version we provide is very small, only 150 megabyte CD, which installs to about 400 megs. If you already have Linux, we still suggest you obtain the IRLP CD for optimal performance. IRLP will not assist in the initial installation of any Linux release besides CentOS, although many others have been set up to work with IRLP."

So, I am dealing with the bare essentials.....command line all the way here. :-)
 
Old 10-04-2010, 11:08 PM   #7
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Ok for,4.7 verison try this:

Quote:
system-config-securitylevel
disable it

vi /etc/selinux/config (make selinux=disabled)

Quote:
SELINUX=disabled
 
Old 10-04-2010, 11:59 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
on a old p2 cpu machine
i am assuming you have about 32 meg or 64 meg of ram

text only and a very min. install might work ?????
but 64 meg ram is about the very min for even "damn small linux"DSL

Quote:
wish I knew enough to have the GUI working
for the GUI , the one for the least ram is xfce
but that still needs about 128 meg and 256 meg is better ( 2 gig min.best )
for an example as i type this firefox 3.6 is using about 100 meg of ram
 
Old 10-05-2010, 12:44 AM   #9
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
Quote:
Originally Posted by chickonlinux View Post
I wish I knew enough to have the GUI working. I think the disc I got was a minimal system as it is for an application used in ham radio called IRLP
Try configuring your network card from CLI then, use the following command:

Quote:
#system-config-network
 
Old 10-05-2010, 05:55 AM   #10
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
I have about 300 m of RAM.....and plenty of hard disc space....The install went fine.....The issue is networking setup

Quote:
Originally Posted by John VV View Post
on a old p2 cpu machine
i am assuming you have about 32 meg or 64 meg of ram

text only and a very min. install might work ?????
but 64 meg ram is about the very min for even "damn small linux"DSL


for the GUI , the one for the least ram is xfce
but that still needs about 128 meg and 256 meg is better ( 2 gig min.best )
for an example as i type this firefox 3.6 is using about 100 meg of ram
 
Old 10-05-2010, 05:57 AM   #11
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
This does not exist from the home. Where does this exist ? Path ?

Quote:
Originally Posted by sayan_acharjee View Post
Try configuring your network card from CLI then, use the following command:
 
Old 10-05-2010, 05:59 AM   #12
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
Quote:
Originally Posted by chickonlinux View Post
This does not exist from the home. Where does this exist ? Path ?
Try this:

Quote:
/usr/sbin/system-config-network
 
Old 10-05-2010, 09:20 PM   #13
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
This does not exist either

Quote:
Originally Posted by sayan_acharjee View Post
Try this:
 
Old 10-06-2010, 12:03 AM   #14
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Hi,

Till now what did you try to get the things working.Also let us know the exact errors which you get!
 
Old 10-07-2010, 05:58 AM   #15
chickonlinux
LQ Newbie
 
Registered: Oct 2010
Location: Northeast PA
Distribution: CentOS
Posts: 21

Original Poster
Rep: Reputation: 1
"Determing IP information......failed" during boot....

No connectivity.
Router client table does not show the NIC assigned an IP.


What should the routing table minimally consist of ?

How do I make sure that iptables is turned off. Do not need security on this machine because I rely on a linksys firewall router.

I just want basic connectivity and the NIC to take an IP assignment by the DHCP server on the router.

:-)


Quote:
Originally Posted by prayag_pjs View Post
Hi,

Till now what did you try to get the things working.Also let us know the exact errors which you get!
 
  


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
please tellme how to install yum in cent os 5 meandsushil Linux - Server 14 02-18-2010 06:32 PM
i use the following way to install vlc in cent os but i got the following error praveenkalam Linux - Software 6 12-21-2009 03:49 AM
could not install broadcom netlink ethernet driver in Cent OS in lenevo G400 laptop kiritgiri Linux - Hardware 3 08-29-2008 03:36 PM
Cent OS install on an Optiplex 320... installed lilo... need help with lilo.conf hcervan Linux - Newbie 7 01-18-2008 08:07 AM
How to install linux on a no-default-install-kernel-compatible controller ? DukeMC Linux - Hardware 2 11-20-2003 03:37 AM

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

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