Hi and welcome to LinuxQuestions.org!
So you have downloaded an archieve.
First you have to extract it and move to the new folder created:
Code:
tar -zxvf archieve.tgz
cd NewFolder
Now you have to become root:
To install the modem type the commands that you already know:
Code:
make clean
make 537
make install
Go back to normal user:
Quote:
|
where are these commands typed? Type where?
|
In a terminal, console.
Menu >> System Tools >> Terminal
Good luck!
Boby