Results 1 to 3 of 3
i download my sound drives through internet .I download my driver in linux partition how i install my sound card through this folder...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-19-2003 #1Just Joined!
- Join Date
- Apr 2003
- Location
- sadasd
- Posts
- 22
linux drivers installation
i download my sound drives through internet .I download my driver in linux partition how i install my sound card through this folder
- 07-19-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
What kind of file did you download?? An rpm-package .rpm or the sourcefiles .tar.gz or .tgz ?? To install and rpm-package you use the rpm command
To install the driver from sourcecode you should read the README or INSTALL file that is included in your sourcefile. Usually you install drivers from source like this.Code:rpm -ivh <packagename>
Code:./configure make make test make install make clean
Regards
Andutt
- 07-19-2003 #3Just Joined!
- Join Date
- Apr 2003
- Location
- sadasd
- Posts
- 22
if i download my sound card file extention is tar then
if i download my sound card file extention is tar then how i install sound card driver
tell me how many extention sourcefiles have in linux


Reply With Quote
