Friday, 6 May 2011

how to extract file .gz and install driver in linux

# 1: Uncompress tarball

To uncompress them, execute the following command(s) depending on the extension:
$ tar zxf file.tar.gz
$ tar zxf file.tgz
$ tar jxf file.tar.bz2
$ tar jxf file.tbz2

Now change directory
$ ls
$ cd path-to-software/

# 2: Build and install software

Generally you need to type 3 commands as follows for building and compiling software:
# ./configure
# make
# make install

2 comments:

  1. we we in bernas hicom, we were asked to get details of hba card in HP GL585 server for netapp and zoning

    ReplyDelete
  2. opps sorry, we were trying to install the hba card driver to a newer version.

    got the driver from qlogic QLA2562 64bit website :

    http://driverdownloads.qlogic.com/QLogicDriverDownloads_UI/SearchByProduct.aspx?ProductCategory=39&Product=1044&Os=65

    also the installation guide we got from readme file on the same link as above

    ReplyDelete