the escapist ... (
the_escapist) wrote in
linux4all2009-04-28 01:30 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Linux newbie ...
I've been getting increasingly fed up with Windows lately, and so have been fiddling around with various Linux distros, namely Ubuntu and Mandriva. I soon discovered that my sound card was unsupported, and had basically resigned myself to the fact that I wouldn't be able to really use Linux on this computer. Yesterday, I thought I'd set up a dual boot with OpenSUSE 11.1 (w/ KDE 4.1.3) regardless, and mere hours later found a driver for my sound card.
Installation instructions read thusly:
In terminal,
1) Goto source directory
2) Execute make command as root
make
make install
I know enough to understand what it's telling me to do, but my problem is that I have no idea what to type into the terminal to actually do it. I've been researching commands ever since, but it's taking a while and right now I'd really just like to get my sound card working. Can anyone help me?
Installation instructions read thusly:
In terminal,
1) Goto source directory
2) Execute make command as root
make
make install
I know enough to understand what it's telling me to do, but my problem is that I have no idea what to type into the terminal to actually do it. I've been researching commands ever since, but it's taking a while and right now I'd really just like to get my sound card working. Can anyone help me?
no subject
no subject
no subject
If so, then this forum may be of some use to you, both in aiding you through a step by step process, and any potential errors that may come up:
LinuxQuestions.org.
In terminal,
1) Goto source directory (since you would be initially 'Home', and I have no idea where you've placed the driver, let's say for instance the driver is in its own folder in the 'Home' directory.
$~username:cd driverfolder (hit enter)
$~username/driverfolder
2) Execute make command as root (Here, you can either type su at the prompt and hit enter, then your root password; or type su make and hit enter, and then your root password. Either will do the same thing, except, su make will start the make process right after you type your password.
If you've only typed su, then your password, then all you have to do is type
make (enter)
Let it go through its routine, watch for errors. When it's finished, type
make install (enter) again, watch for errors. You'll probably need to refer to Linux Questions for help and answers if something goes awry.
The developers of Alsa, open source sound drivers are working on the drivers for your card right now. They just received the documents for it, according to the website.
I hope this helps.
no subject
no subject
Sorry! :(
no subject
no subject