LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-08-2011, 01:32 PM   #1
.Alex
LQ Newbie
 
Registered: Nov 2011
Distribution: Ubuntu 11.10
Posts: 13

Rep: Reputation: Disabled
Arrow (Question) How to install Intel drivers?


Hello, my problem is this.
I have a graphic card Intel G41 Express Chipset Family, of 1GB.
The problem is the drivers,, My card is detected as if it were "Intel(R) 82915G/GV/910GL Express Chipset Family"
(graphic cards of 128mb).
I downloaded the next archives.
Quote:
Kernel: Linux 3.0 release
3D driver: mesa 7.11 release
2D driver: xf86-video-intel 2.16.0 release
Libdrm: libdrm-2.4.26 release
Libva: libva-1.0.14 release
From http://intellinuxgraphics.org/2011Q3.html(Supposedly, This is the last graphic card package for Intel Graphic cards, It is compatible with the mine one).
Now the real problem is this, My ignorance on Linux, I just changed my SO to Ubuntu 11.10, and i dont know how to install the drivers.
Usually i just had to execute a "Install.exe" on Windows.
But now on Linux, i cant find the way to install it.
I tried things like this.
sudo apt-get install /home/alex/Escritorio/intel-driver-1.0.15
But i failed miserably.
Inside of the folders, There is things like this, (Folders src,m4,debian.upstream, etc etc etc , Also text archives y archives .sh, .am, etc etc etc)
And i dont know how to install it huhu
I will be grateful if i get a useful reply.
BTW: Excuse my english, i know it is not so good .
Regards.
 
Old 11-08-2011, 02:45 PM   #2
Z0K4
Member
 
Registered: Sep 2011
Location: Split, Croatia
Distribution: Slackware, Fedora
Posts: 86

Rep: Reputation: 4
Your English is just fine!
What you downloaded are (probably) source codes of those drivers, which means that if you want to use them on your system you need to compile them first. I wouldn't advise you to do that if you are newbie. If you are using Ubuntu chances are that it will automatically detect your hardware and pull down the necessary packages. To do that go to applications and search for hardware driver installer (or something like that) and it should show you app with an icon of a something that looks like motherboard. Click on it and watch the magic being done!
I hope that helped you.
 
Old 11-08-2011, 02:49 PM   #3
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Just a note, in english it's "OS" (operating system) not "SO" (sistema operativa, for example).

It sounds like you've downloaded the source for the driver, so you can't use "apt-get". What happens if you type:

Code:
cd ~/Escritorio/intel-driver-1.0.15
ls
This will tell you all the files in the 'intel-driver-1.0.15' directory. Is there a 'README' file? What about a 'configure' file? Try reading the readme, then running

Code:
./configure
make
sudo make install
unless the readme file says differently.
 
Old 11-08-2011, 04:31 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The graphics core of the G41 chipset should be supported by the Intel driver that is installed by default in Ubuntu. Do you have any graphics problems?
 
Old 11-08-2011, 05:03 PM   #5
akuthia
Member
 
Registered: Oct 2007
Location: triad, nc, usa
Distribution: Ubuntu
Posts: 232

Rep: Reputation: 29
Quote:
Originally Posted by Snark1994 View Post
Just a note, in english it's "OS" (operating system) not "SO" (sistema operativa, for example).

It sounds like you've downloaded the source for the driver, so you can't use "apt-get". What happens if you type:

Code:
cd ~/Escritorio/intel-driver-1.0.15
ls
This will tell you all the files in the 'intel-driver-1.0.15' directory. Is there a 'README' file? What about a 'configure' file? Try reading the readme, then running

Code:
./configure
make
sudo make install
unless the readme file says differently.

Oh i thought he meant he changed his Significant Other to ubuntu, you know, more efficient, less whiny, and fewer permission prompts to do "naughty" things...
 
Old 11-08-2011, 06:36 PM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,196

Rep: Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044
Compiling from source on a Debian derivative (which Ubuntu is), is usually not a good idea.

Ubuntu should have been detecting this chip and correctly install the driver. To be sure you can install it anyway:
Code:
sudo apt-get update && sudo apt-get install xserver-xorg-video-intel
If you have [other] problems, open /var/log/Xorg.0.log and search for the word driver and see if there is any indication of the Intel driver not loading, another driver loading instead or any errors (indicated by (EE) in the first columns).

jlinkels
 
Old 11-18-2011, 07:05 PM   #7
.Alex
LQ Newbie
 
Registered: Nov 2011
Distribution: Ubuntu 11.10
Posts: 13

Original Poster
Rep: Reputation: Disabled
I dont know how i did but i fixed it.
I executed all the .sh files on the terminal and after some fails trys now my graphic card is detected correctly.
Thanks for replying )
 
Old 11-19-2011, 07:35 AM   #8
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Well done Please click "Mark this thread as [SOLVED]" unless you have a follow-up question
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Question about FreeBSD ports / binary packages / intel graphics drivers and Xorg pseudonomous *BSD 3 04-27-2009 11:49 AM
How to install intel GM965/GL960 linux drivers? ibaydan Linux - Newbie 2 04-18-2009 11:11 AM
How to Install Intel Wireless Drivers in Kubuntu? creature124 Linux - Software 6 06-07-2008 11:08 AM
How do I install drivers for a PCI intel modem in Debian? marcusshirley Linux - Hardware 2 01-30-2006 04:26 PM
How to install intel modem drivers in Redhat iqbalqr Linux - Software 1 10-26-2003 09:59 PM

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

All times are GMT -5. The time now is 09:06 PM.

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