LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-12-2008, 04:13 PM   #1
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Rep: Reputation: 15
How to install driver?


Hi all,


I am completely new to linux. I am using Red Hat Enterprise Edition WS 4 to my new hp 530 laptop.

RedHat did not recognize the VGA driver. I downloaded it but I do not know how to install it. (I was expecting something like exe files in windows )

I am waiting for your help. Thanks in advance.
 
Old 04-12-2008, 04:23 PM   #2
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
From what I can tell, the HP 530 has an Intel 940 or 945 graphics chip. You shouldn't need to install any new drivers, the i810 should come with the distro. You may have to tell X to use it though, either thorough manually editing the /etc/X11/xorg.conf file, or using a system configuration utility that comes with RedHat. Also, that laptop appears to be widescreen, Intel did not include the proper modes in the VBIOS to enable the widescreen by default, you will need a hack, like 915resolution to allow the proper resolution.

That said, RHEL is from 2005, your laptop is basically from 2007. It would be in your best interest to upgrade to a later release.

Last edited by elliott678; 04-12-2008 at 04:25 PM.
 
Old 04-12-2008, 05:25 PM   #3
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by elliott678 View Post
From what I can tell, the HP 530 has an Intel 940 or 945 graphics chip. You shouldn't need to install any new drivers, the i810 should come with the distro. You may have to tell X to use it though, either thorough manually editing the /etc/X11/xorg.conf file, or using a system configuration utility that comes with RedHat. Also, that laptop appears to be widescreen, Intel did not include the proper modes in the VBIOS to enable the widescreen by default, you will need a hack, like 915resolution to allow the proper resolution.

That said, RHEL is from 2005, your laptop is basically from 2007. It would be in your best interest to upgrade to a later release.
I tried all intel graphics drivers on my distro but none of it works. What distro do you recommend me? Would you please tell me how to install the driver that I downloaded?

Thanks
 
Old 04-12-2008, 05:39 PM   #4
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
I installed Fedora 8 on my laptop with a similar configuration, the video drivers were setup automatically and I didn't have to touch anything.

Installation instructions should have came with what you downloaded. I'm not sure if it will even be installable on the older Xorg version in RHEL 4.
 
Old 04-12-2008, 05:49 PM   #5
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by elliott678 View Post
I installed Fedora 8 on my laptop with a similar configuration, the video drivers were setup automatically and I didn't have to touch anything.

Installation instructions should have came with what you downloaded. I'm not sure if it will even be installable on the older Xorg version in RHEL 4.
Anyway, How can I install a driver? Which file (extension) I should run and how? I have also problems defining my sound driver. It is conexant high definition audio.
 
Old 04-12-2008, 06:02 PM   #6
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Typically, with any OS, older drivers & newer hardware don't mix easily. As elliott678 has explained, your best bet is to upgrade to a newer version. Fedora, BTW, is the free desktop version of Red Hat. And of course, there are many upgrades to RHEL 5. Go here for more info.

Cheers
 
Old 04-12-2008, 06:21 PM   #7
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dragonslayer48dx View Post
Typically, with any OS, older drivers & newer hardware don't mix easily. As elliott678 has explained, your best bet is to upgrade to a newer version. Fedora, BTW, is the free desktop version of Red Hat. And of course, there are many upgrades to RHEL 5. Go here for more info.

Cheers
As elliott678 and you recommend, I will download Fedora 8.

Thanks for help.
 
Old 04-13-2008, 07:35 AM   #8
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Original Poster
Rep: Reputation: 15
The situation now that the color mode is " Million of colors" and the screen resolution is " 800*600" and it cannot be made larger.

If any one can give me a hint to setup the graphics driver until I finish downloading fedora 8, I would appreciate it much.

Thanks.
 
Old 04-13-2008, 04:23 PM   #9
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
That depends ... what exactly did you download? If you downloaded a tarball (a .tar.gz) of the driver, you generally extract it (tar -xzvf filename.tar.gz) and change into the extracted directory. There should be a file called README or INSTALL that has directions for installing the driver. Generally drivers are distributed as kernel modules. You'll need to build the driver, install it into /lib/modules/<kernel version>/kernel/drivers/video, then edit the xorg.conf to tell it to use the new video driver (you may need to edit other things in here as well), and re-start X. The aforementioned README and INSTALL files ought to provide a bit more info on this.

In general it will just be much easier to upgrade to something more modern. Red Hat workstation 4 is an old stable release, meaning it's best used for servers and environments that require lots of stability in the software stack. I would not recommend it for a new-ish laptop.
 
Old 04-13-2008, 05:18 PM   #10
Abu Noor Eddin
Member
 
Registered: Feb 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by btmiller View Post
That depends ...
What I download is RPM file. How to use it?

Do you recommend me with fedora 8 or ubuntu 7.04 ?

Thanks
 
Old 04-18-2008, 03:50 AM   #11
Godslove
LQ Newbie
 
Registered: Apr 2008
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Abu Noor Eddin View Post
What I download is RPM file. How to use it?

Do you recommend me with fedora 8 or ubuntu 7.04 ?

Thanks
RPM i think means redhat package manager and to install and RPM file,

go to the terminal and select your directory and type the following

rpm -Uvh filename.rpm

I'm still a newbie trying out Linux but the command above works for me. So all the best
 
  


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
wireless driver install issues: modprobe not injecting driver Gargle Slackware 12 07-28-2007 11:28 AM
how to install agere systems AC'97 modem driver, and where to download the driver chuxeei Linux - Newbie 3 06-25-2006 10:37 AM
Error when trying to install iBurst driver (ib-driver 2.6) on SUSE 9.3 daysleeper Linux - Hardware 2 09-06-2005 08:55 AM
ATI Driver prob: Black screen after driver install linuxboynz Linux - Laptop and Netbook 2 10-19-2004 02:52 AM
Nvidia Driver Install - rivafb driver conflicts rjcmi Debian 5 10-10-2004 11:58 PM

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

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