Reply to topic  [ 14 posts ] 
centos installation and update 
Author Message
Has a life
User avatar

Joined: Sun May 17, 2009 12:21 pm
Posts: 93
Location: Newport, Shropshire
Reply with quote
I am trying to install Centos onto a compaq 6820s laptop. The installation appears to have been successful. I now need to update the centos to the latest release however, I cannot get access to the internet as it seems that the installed software does not know about the ethernet port on the laptop. How do I get drivers for the system if I cannot get access to the internet. Any help is appreciated.

thanks

Alan

_________________
Image

Image Image


Mon Feb 08, 2010 5:01 pm
Profile
Site Admin
User avatar

Joined: Fri Apr 24, 2009 6:12 am
Posts: 7011
Location: Wiltshire
Reply with quote
stupid question I'm sure but do you have any other machines?

_________________
<input type="pickmeup" name="coffee" value="espresso" />


Mon Feb 08, 2010 5:06 pm
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Tue May 05, 2009 3:29 pm
Posts: 7173
Reply with quote
Does it have to be CentOS?

_________________
timark_uk wrote:
That's your problem. You need Linux. That'll fix all your problems.
Mark


Mon Feb 08, 2010 5:31 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5158
Location: /dev/tty0
Reply with quote
I know, its reverting to the terminal...
But if you could open up a terminal/console and type:
Code:
ifconfig -a

And print the output here? (Yes, ifconfig, not ipconfig)

This should show whether it knows about the ethernet ports and it's just not configuring them, or if it really knows nothing about them...

What make and model is the NIC? Or are you unsure?


Mon Feb 08, 2010 8:24 pm
Profile WWW
Has a life
User avatar

Joined: Sun May 17, 2009 12:21 pm
Posts: 93
Location: Newport, Shropshire
Reply with quote
hi,
ok I am using centos because I know it works with Oracle databases.

the result of ifgonfig cannot be posted as I cannot get a screen shot but there is a reference to

lo- loopback adapter

and

sit0
and that is all.

The laptop that I am writing this on is also a compaq 6820s but has windows XP installed
and the internet card is an Intel 82562GT 10/100

cheers

Alan

_________________
Image

Image Image


Tue Feb 09, 2010 8:46 am
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5158
Location: /dev/tty0
Reply with quote
OK, try downloading:
http://downloadmirror.intel.com/df-supp ... .17.tar.gz

Then with a USB stick put the file on the Desktop.

Then open a terminal window and do:
Code:
cd ~/Desktop
rpmbuild -ta e100-3.5.17.tar.gz
.....
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/e100-3.5.17-root
Wrote: /usr/src/redhat/SRPMS/e100-3.5.17-1.src.rpm
Wrote: /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.44681
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd e100-3.5.17
+ rm -rf /var/tmp/e100-3.5.17-root
+ exit 0

rpm -Uvh /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm


You may need to use `sudo` in front of the rpm commands...
Not sure on any of that though, been reading here:
http://www.centos.org/modules/newbb/pri ... SC&start=0


Tue Feb 09, 2010 10:49 am
Profile WWW
Has a life
User avatar

Joined: Sun May 17, 2009 12:21 pm
Posts: 93
Location: Newport, Shropshire
Reply with quote
hi,
I will give this a try, providing of course that a USB driver is enabled in the default Centos installation.

regards

Alan.

_________________
Image

Image Image


Tue Feb 09, 2010 11:24 am
Profile
Occasionally has a life
User avatar

Joined: Mon Apr 27, 2009 6:20 pm
Posts: 446
Location: ~/
Reply with quote
forquare1 wrote:
OK, try downloading:
http://downloadmirror.intel.com/df-supp ... .17.tar.gz

Then with a USB stick put the file on the Desktop.

Then open a terminal window and do:
Code:
cd ~/Desktop
rpmbuild -ta e100-3.5.17.tar.gz
.....
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/e100-3.5.17-root
Wrote: /usr/src/redhat/SRPMS/e100-3.5.17-1.src.rpm
Wrote: /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.44681
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd e100-3.5.17
+ rm -rf /var/tmp/e100-3.5.17-root
+ exit 0

rpm -Uvh /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm


You may need to use `sudo` in front of the rpm commands...


He won't need to. Just either log on a root or do a quick su - before he starts.

_________________
I was nickholway on the old boards.


Tue Feb 09, 2010 8:55 pm
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Tue May 05, 2009 3:29 pm
Posts: 7173
Reply with quote
Coref wrote:
forquare1 wrote:
OK, try downloading:
http://downloadmirror.intel.com/df-supp ... .17.tar.gz

Then with a USB stick put the file on the Desktop.

Then open a terminal window and do:
Code:
cd ~/Desktop
rpmbuild -ta e100-3.5.17.tar.gz
.....
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/e100-3.5.17-root
Wrote: /usr/src/redhat/SRPMS/e100-3.5.17-1.src.rpm
Wrote: /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.44681
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd e100-3.5.17
+ rm -rf /var/tmp/e100-3.5.17-root
+ exit 0

rpm -Uvh /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm


You may need to use `sudo` in front of the rpm commands...


He won't need to. Just either log on a root or do a quick su - before he starts.


Assuming, of course, that there's a password set for the root user. If not, then sudo is the way forward.

_________________
timark_uk wrote:
That's your problem. You need Linux. That'll fix all your problems.
Mark


Wed Feb 10, 2010 8:29 am
Profile
Occasionally has a life
User avatar

Joined: Mon Apr 27, 2009 6:20 pm
Posts: 446
Location: ~/
Reply with quote
Linux_User wrote:
Coref wrote:
forquare1 wrote:
OK, try downloading:
http://downloadmirror.intel.com/df-supp ... .17.tar.gz

Then with a USB stick put the file on the Desktop.

Then open a terminal window and do:
Code:
cd ~/Desktop
rpmbuild -ta e100-3.5.17.tar.gz
.....
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/e100-3.5.17-root
Wrote: /usr/src/redhat/SRPMS/e100-3.5.17-1.src.rpm
Wrote: /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.44681
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd e100-3.5.17
+ rm -rf /var/tmp/e100-3.5.17-root
+ exit 0

rpm -Uvh /usr/src/redhat/RPMS/i386/e100-3.5.17-1.i386.rpm


You may need to use `sudo` in front of the rpm commands...


He won't need to. Just either log on a root or do a quick su - before he starts.


Assuming, of course, that there's a password set for the root user. If not, then sudo is the way forward.


Centos makes you create a root password during install.

_________________
I was nickholway on the old boards.


Wed Feb 10, 2010 8:51 am
Profile WWW
Has a life
User avatar

Joined: Sun May 17, 2009 12:21 pm
Posts: 93
Location: Newport, Shropshire
Reply with quote
Hi,
I have un-tar'd the file and run the 'make install' but get an error

makefile:65: Linux Kernel source not found

any ideass what this means?

regards

Alan

_________________
Image

Image Image


Wed Feb 10, 2010 10:00 am
Profile
Spends far too much time on here

Joined: Fri Apr 24, 2009 9:44 pm
Posts: 4860
Reply with quote
open your file browser via the terminal using

sudo -filebrowsername-
enter the password

now browse to the tarball and unpack it and run the 'make install' command …

_________________
Hope this helps . . . Steve ...

Nothing known travels faster than light, except bad news ...
HP Pavilion 24" AiO. Ryzen7u. 32GB/1TB M2. Windows 11 Home ...


Wed Feb 10, 2010 1:46 pm
Profile
Has a life
User avatar

Joined: Sun May 17, 2009 12:21 pm
Posts: 93
Location: Newport, Shropshire
Reply with quote
ok, some more news. I have been informed by an ex work colleague that the ISO image of centos on the dvd is not complete. It would have been nice if he had told me this before he resigned to take up another job.

I have now started to download the proper ISO from centos. This should resolve the issues I am having.

many thanks to all who helped.

regards

Alan

_________________
Image

Image Image


Wed Feb 10, 2010 2:50 pm
Profile
Occasionally has a life
User avatar

Joined: Mon Apr 27, 2009 6:20 pm
Posts: 446
Location: ~/
Reply with quote
alanm wrote:
Hi,
I have un-tar'd the file and run the 'make install' but get an error

makefile:65: Linux Kernel source not found

any ideass what this means?

regards

Alan


If you seen that again then try a yum install kernel-devel as root.

_________________
I was nickholway on the old boards.


Fri Feb 12, 2010 7:38 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.