LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-26-2011, 06:34 PM   #46
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Installing Ethernet Driver returns Error


Quote:
Originally Posted by corp769 View Post
Oh ok, so you don't have internet at all on your red hat machine?

And for the record, don't thank me.
its ok. No i don't have internet connection at all on my redhat which is why everything has been difficult for me.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 03-26-2011, 06:46 PM   #47
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Installing Ethernet Driver returns Error

Quote:
Originally Posted by corp769 View Post
And for the record:


So you contradicted yourself? Why use a distro when it is made for paid support? I think that is what the point was trying to be made before about....
Well again, i didnt contradict myself, there are 3 types of subscriptions: self support(used only for updates), premium and standard support that have telephone support and both are expensive. As a starter i think it is only trivial to start with the cheap($49/yr) self support.
 
2 members found this post helpful.
Old 03-26-2011, 06:47 PM   #48
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
http://rpm.pbone.net/index.php3?stat...el6.x86_64.rpm
http://rpm.pbone.net/index.php3?stat...el6.x86_64.rpm
http://rpm.pbone.net/index.php3?stat...el6.x86_64.rpm

I would keep going, but I need some sleep for work.

Just search around between that site and others for the needed dependencies, which I think you remember me saying quite a few posts back....
 
Old 03-26-2011, 07:03 PM   #49
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Can anyone tell me how to get these dependencies please?

error: Failed dependencies:
cloog-ppl >= 0.15 is needed by gcc-4.4.4-13.el6.x86_64
cpp = 4.4.4-13.el6 is needed by gcc-4.4.4-13.el6.x86_64
glibc-devel >= 2.2.90-12 is needed by gcc-4.4.4-13.el6.x86_64
1)
call red hat on the phone -- yes the phone
and use a credit card to BUY rhel6

then come back

also be advised that
1) red hat is DESIGNED for the "headless server" FIRST AND FOREMOST!
2) red hat is DESIGNED for the business office second
3) red hat is DESIGNED for the Laboratory to run the lab and the equipment
4 - a very large #
and DEAD LAST
on a laptop

rhel was NEVER designed or meant to be used on a laptop
most laptops will run it "mostly" well aad with minor issues
HOWEVER
rhel 6 will NEVER even install on some laptops


if you are NOT goint to buy a license for rhel6 then DO NOT USE RHEL !!!!!!!!!!!!!!!!!

by the way gcc and the devel tools are on the install dvd that you have so there is no need for a network connection
use the install dvd.

Last edited by John VV; 03-26-2011 at 07:55 PM.
 
Old 03-27-2011, 03:42 AM   #50
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,174
Blog Entries: 1

Rep: Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040
@OP

You can use your installation media (dvd or iso) as a repository for yum.
Take a look here for details.
Just note that the baseurl is the path the mount point of the installation media.

After that just run:
Code:
yum groupinstall 'Development Tools'
to install gcc with its dependencies and the other tools needed to compile software in linux

Regards
 
Old 03-27-2011, 12:25 PM   #51
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
To the OP - Any luck yet?

And sorry for being arrogant yesterday, I was having a bad day with my depression. All good now!
 
Old 03-28-2011, 04:40 PM   #52
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Installing Ethernet Driver returns Error

Quote:
Originally Posted by corp769 View Post
To the OP - Any luck yet?

And sorry for being arrogant yesterday, I was having a bad day with my depression. All good now!
No problem, and good to hear that all is now good. Well i was able to download the gcc from the site u gave me the other day but unfortunately when i ran each of the gcc, result indicated the need for more dependencies, and its becoming an infinite problem (z needs y needs x needs w needs v needs u).

So now i'm trying what the other contributor advised...running yum from dvd and see if it'll work.
 
Old 03-28-2011, 04:46 PM   #53
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Zahar2011 View Post
No problem, and good to hear that all is now good. Well i was able to download the gcc from the site u gave me the other day but unfortunately when i ran each of the gcc, result indicated the need for more dependencies, and its becoming an infinite problem (z needs y needs x needs w needs v needs u).

So now i'm trying what the other contributor advised...running yum from dvd and see if it'll work.
And now you see why we are trying to steer you away from that Good old "dependency hell." I ran into that problem years ago when all I had access to at my old house was dial up..... Yes, I'm old, I know..... :/ LOL

And good luck trying to get it to work. Let us know how it goes.
 
Old 03-28-2011, 04:50 PM   #54
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Quote:
Originally Posted by bathory View Post
@OP

You can use your installation media (dvd or iso) as a repository for yum.
Take a look here for details.
Just note that the baseurl is the path the mount point of the installation media.

After that just run:
Code:
yum groupinstall 'Development Tools'
to install gcc with its dependencies and the other tools needed to compile software in linux

Regards

Hello there,

I followed the guide from the link you provided me with but i got the following result:

root@localhost yum.repos.d]# yum groupinstall Development Tools
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Group Process
Warning: Group Development does not exist.
Warning: Group Tools does not exist.
No packages in any requested group available to install or update
[root@localhost yum.repos.d]#

[root@localhost yum.repos.d]# ls
yum.repos.d
[root@localhost yum.repos.d]# cat yum.repos.d
[rhel-dvd]
name=Red Hat Enterprise Linux Client version 6
baseurl=file:///media/RHEL/Client/
enabled=1
gpgcheck=0
[root@localhost yum.repos.d]#

my problem is going in to an infinite loop.
 
Old 03-28-2011, 04:54 PM   #55
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You forgot your quotation marks
Code:
yum groupinstall 'Development Tools'
 
Old 03-28-2011, 05:00 PM   #56
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Installing Ethernet Driver returns Error

Quote:
Originally Posted by corp769 View Post
You forgot your quotation marks
Code:
yum groupinstall 'Development Tools'
same result with the quotation marks

root@localhost yum.repos.d]# yum groupinstall 'Development Tools'
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Group Process
Warning: Group Development does not exist.
Warning: Group Tools does not exist.
No packages in any requested group available to install or update
[root@localhost yum.repos.d]#
 
Old 03-28-2011, 05:01 PM   #57
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hmm... Works on my machine. Try using double quotes.
 
Old 03-28-2011, 05:03 PM   #58
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
To add to that - I actually came across a bug, maybe it is affecting you. Here is the bug report: http://bugs.contribs.org/show_bug.cg...ltiple&id=1894
 
Old 03-28-2011, 05:09 PM   #59
Zahar2011
Member
 
Registered: Mar 2011
Distribution: rhel 6.0
Posts: 37

Original Poster
Rep: Reputation: 4
Installing Ethernet Driver returns Error

Quote:
Originally Posted by corp769 View Post
Hmm... Works on my machine. Try using double quotes.
same result.

hmm ..it seems i'm the only one that redhat is giving hard time, from one problem to another. Anyway hope is not lost
 
Old 03-28-2011, 05:12 PM   #60
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Zahar2011 View Post
same result.

hmm ..it seems i'm the only one that redhat is giving hard time, from one problem to another. Anyway hope is not lost
Did you look at the bug report? The information provided should be able to help you.
 
  


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
[SOLVED] Installing Ethernet Driver gives me Error Hassan989 Linux - Software 4 03-22-2011 02:34 PM
Installing Ethernet Driver gives me Error Hassan989 Linux - Hardware 3 03-22-2011 11:03 AM
error while installing bcm4400 RPM ethernet driver ksr Red Hat 1 10-08-2004 02:33 PM
installing GDAM returns GTK error b_s Linux - Software 1 08-31-2003 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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