No install file in .tar.bz2

Closed
poppye - Sep 29, 2011 at 01:20 AM
 Anonymous User - Oct 21, 2011 at 07:46 AM
Hi

I am trying to install my network adapter ive downloaded the drivers its a jmc250 card.
but there is no install or readme file in the pacgkage im a newbie working on ubuntu 9.0.4 can anyone help me please?
Related:

1 response

Anonymous User
Oct 21, 2011 at 07:46 AM
Greetings,

Unzip the the file using

$tar -zxvf program.tar.gz
$tar -zjvf program.tar.bz2

change directory into unzipped folder

ie..

cd /download/program/


./configure


make 


and the get into root

ie..

sudo su
(for suse su is enough)

and enter your password..
make install 


Good Luck!
If you don't know where you go, get back where you come.......
0