the_escapist: (Default)
the escapist ... ([personal profile] the_escapist) wrote in [community profile] linux4all2009-04-28 01:30 pm

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?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-04-28 05:29 am (UTC)(link)
Is your system x86_64? 64 bit? If not, then the driver won't work on your system.

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.
qarukhel: Stonehenge (Default)

[personal profile] qarukhel 2009-05-02 07:00 pm (UTC)(link)
I don't mean to thread crap and I really, really hope no one takes it this way... However, I hate Creative Labs for the games they play with driver support.

Sorry! :(
qarukhel: Stonehenge (Default)

[personal profile] qarukhel 2009-05-03 09:35 am (UTC)(link)
I've never understood it either. They make some great cards, but then they either intentionally cripple support or unintentionally package them with drivers that have major flaws. I have to wonder if their hardware and developer divisions have some sort of internal conflict issue, to be honest.