LinuxQuestions.org
Help answer threads with 0 replies.
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 12-29-2009, 04:12 AM   #1
Mikey007
LQ Newbie
 
Registered: Dec 2009
Location: Massachusetts
Posts: 5

Rep: Reputation: 1
Question How to install downloaded software.


I recently went to the Intel website and downloaded a Video Driver for my old Gateway that originally came with XP Home Edition. The name of the file is ......IntelGraphics_060704.tar.gz......and I do not know how to go about installing it in Linux (I am running Mint 8 Helena).I am TOO used to CLICKING on .exe files that 90% of the time will install in Microsoft Windows with just a minimal amount of input by me. PLEASE try to give me a step by step instruction about the install if you could, or point me to one on the "Net". Again, I am not that well versed in "command line" typing. Thanks!!
...Mikey007
 
Old 12-29-2009, 04:26 AM   #2
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638

Rep: Reputation: Disabled
Well tar.gz is an extension for the files that are first archived and then zipped. You need to extract it first and install it. You should have a README file which you can use for getting help.

Use tar to extract it.

tar zxvf <package>.tar.gz
 
Old 12-29-2009, 04:33 AM   #3
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
Well, installing a driver from source is not as straightforward as installing a software. First you have to install the kernel sources (that is the development files of your currently running kernel). They are needed because drivers are kernel modules and the installation requires all those files related to the kernel which usually are not installed by default.

Installing kernel sources is as easy as opening your favorite package manager and look for them. Just be sure to install the sources matching exactly your kernel version.

Anyway, before proceeding I'd wonder if you really need to install the i915 driver from source. The intel graphic chipsets are well supported by linux and the i915 driver is usually loaded out of the box at the time of the system installation. You can check it by issuing the following command in a terminal:
Code:
lsmod | grep i915
Here is the result from the machine on which I'm typing, which uses the Intel Graphic Chipset embedded into the motherboard:
Code:
$ lsmod | grep i915
i915                   28232  2
drm                    74644  3 i915
The dollar sign in the above example is just the shell prompt (it helps to distinguish between the typed command and the resulting output below). As you can see I have the i915 driver already loaded and I had not to install anything from source. Hence my question: did you notice some problem in the graphic display? Or in other words: why do you need to install the graphic driver from source?

Last edited by colucix; 12-29-2009 at 04:34 AM. Reason: typo corrected
 
  


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
How install software after you downloaded in fedora 8? mohawkmike69 Linux - Newbie 2 06-28-2009 07:31 PM
how to install software downloaded through MCC? addie_goodvibes Linux - Software 1 03-23-2009 09:51 PM
cant install software or plugins that i have downloaded joeskat Mandriva 3 03-22-2005 09:05 PM
Install downloaded software, how ? newtbfr Linux - Software 2 08-11-2003 01:13 AM
I can't install downloaded software! Adrienne_G Linux - Software 6 03-23-2002 01:30 AM

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

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