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 01-03-2010, 02:15 PM   #1
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Rep: Reputation: 31
How to install driver from tar.gz


I see here: http://www.via.com.tw/en/support/drivers.jsp
I can download drivers for linux for chipset via.
They are in format tar.gz

Is there some universal way to install them to my OS?
 
Old 01-03-2010, 02:19 PM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

The preferred way is to first check if you have the same packages available through your package manager (apt-get, synaptic). If not then you can go ahead and use the downloaded tar.gz file.

Tar.gz files are mostly compress source or installation programs. First you unpack/uncompress them with the command:
Code:
tar xzf yourfilename.tar.gz
That will create a directory (normally with the packagename in it). CD into that directory and check if you have a README. Read that file to get the next steps. Mostly is an install script or you'll have to use the following:
Code:
./configure
make
make install
one after another if no errors are encountered.

Kind regards,

Eric
 
Old 01-03-2010, 02:35 PM   #3
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
And that's all?
Do I need to add some module anywhere or add some code to execute everytime I start my computer or only these steps is all I need?
 
Old 01-03-2010, 02:46 PM   #4
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

It depends on what you want to install. Normally if you install something from source or from a tar.gz package like you want to, then the installation assumes that you'll have the necessary dependencies already installed. If not then it will exit on an error and you'll have to take it from there.

For packages with drivers then normally the included install script will do the necessary. What are the contents of the package? Can you list them here? I don't want to download what I don't need/use.

Kind regards,

Eric
 
Old 01-03-2010, 03:43 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
I guess, you already have all available "via" :

.. In the kernel ( modules ) :

ls -R /lib/modules/ | grep via
.. will show a lot.

And : ls -R /usr/lib/xorg/ | grep via
.. for the X driver(s).
.....
 
  


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
how to install realtek ethernet driver ' r8169-6.004.00.tar.bz' on HCL 965,dualcore rmkrishna2 Linux - Networking 1 12-08-2007 02:15 AM
install wifi driver from CD (tar.gz) bchager Linux - Hardware 4 08-04-2007 12:20 PM
how to install soundcard driver (*.tar.bz2) orbital1 Linux - Software 5 09-04-2004 11:54 AM
how to install sound and modem driver in tar.gz file extension in linux 7.3 nomi Linux - General 2 09-17-2003 01:24 PM
Install HCF driver from TAR package snowbaby Linux - Newbie 4 05-02-2002 01:18 AM

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

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