|
![]() |
Overclock.net - Overclocking.net > Components > Sound Cards and Computer Audio | |
How to set up creative sound cards in Ubuntu.
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||||
|
Graphics Card Aficionado
![]() |
There's been a few people around the net who have been looking for a tutorial on how to install the new creative drivers in Ubuntu. I decided to make one myself, rather than wait for someone else to. I'll be pointing people to this, feel free to do the same yourself.
First off, you'll need to download the new creative driver set off of the creative wesbite. http://support.creative.com/ From that site, navigate to your sound card. Mine is the "x-fi elite pro." Click "Download" below the driver, currently version 1.00, and accept the license. It will download a package in the .tar.gz format. When prompted by the download manager, click "open file." Extract the folder to your desktop. Now, open up a Terminal. (Applications -> Accessories -> Terminal), and type in: Code:
cd Desktop Then, type in: Code:
ls Code:
cd *yourfilenamehere* Code:
cd XFiDrv_Linux_Public_US_1.00 Now, you will have to run this as root. If you haven't yet set a root password, or if you don't know what a root password is, do this: Code:
sudo passwd Now, back to the installation. You gotta get into the superuser mode, which is easy enough. Type in: Code:
su Now, just type this in: Code:
make Waiting... Waiting... Waiting... DONE! Now, just type in: Code:
make install All that awaits now is to change your sound options to use the new driver. Go to: System -> Preferences -> Sounds. Change all the entries there to your sound card. Mine looks like this: "Creative ALSA Driver X-Fi WaveOut/WaveIn (OSS)" After that, enjoy your card. -Suilenroc Post any questions to this thread, and I'll try to answer them.
__________________
Quote:
Wondering what Distro to use for Linux? Check out the ULTIMATE DISTRO GUIDE:
http://www.overclock.net/linux-unix/...tro-guide.html ![]()
|
||||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Graphics Card Aficionado
![]() |
Sorry for the self-bump, but I was wondering if a Mod could change the title of this to include a [Tutorial] tag? I was rushed when I wrote this, and forgot about that.
__________________
Quote:
Wondering what Distro to use for Linux? Check out the ULTIMATE DISTRO GUIDE:
http://www.overclock.net/linux-unix/...tro-guide.html ![]()
|
||||||||||||||
|
|
|
|
|
#3 (permalink) | |
|
New to Overclock.net
|
Quote:
Code:
sudo su Explanation: sudo runs any command as root. By default, your initially created user in Ubuntu has sudoer access. "su" by itself, if run as root, simply opens a new shell. Just my $0.02 (which after the markets go south should end up being close to $0.00002 in the next year or so..) |
|
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
4.0 GHz
|
Can't you just use sudo bash too?
or am i just talking out my arse? lol
__________________
Join date: January 2006 New account etc PD945@4.4GHz E7200@3.37GHz 11200 3Dmark06
|
|||||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||||
|
Graphics Card Aficionado
![]() |
Quote:
__________________
Quote:
Wondering what Distro to use for Linux? Check out the ULTIMATE DISTRO GUIDE:
http://www.overclock.net/linux-unix/...tro-guide.html ![]()
|
|||||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|