Results 1 to 10 of 680

Thread: How-To: Creative X-Fi

Threaded View

  1. #1
    Join Date
    Apr 2007
    Location
    An Aperture Science Lab
    Beans
    1,287

    How-To: Creative X-Fi

    As of the writing of this message, the guide below is no longer needed and should not be used. The reason being Alsa has finally produced a working drive. Alsa's new drive is included in kernel 2.6.31.X. As of Ubuntu 9.10 (Karmic Koala), the Creative X-Fi soundcard will work out of the box!

    For people who still want to use the older Ubuntu releases, see GeekGirl1's guide for updating Alsa. This guide should technically work with any version of ubuntu, though I have only tested with Ubuntu 9.04.
    Please note that GeekGirl1's guide does indeed work with 5.1 surround sound.


    Quote Originally Posted by Old Guide
    Creative 1.00 driver guide.

    A note to all users:
    This driver does not work with Ubuntu 8.04LTS (Hardy)
    and the front panel does not work


    There are reports of Creative's driver working on the new shiny Ubuntu 9.04. I've not tested this myself, but don't let that stop you. You'll apparently need the package "flashplugin-nonfree-extrasound" to get sound out of youtube/flash. To install it:
    Code:
    sudo apt-get install flashplugin-nonfree-extrasound
    Guide: Alsa/Creative

    Note: You need to reinstall this driver every time there is an update to your kernel.

    To start off, download the file into your home directory. Use this command in a terminal, Applications>Accessories>Terminal, to download the file automatically into your home directory so you don't have to worry.
    Code:
    wget http://ccftp.creative.com/manualdn/Drivers/AVP/10792/0x0343D29A/XFiDrv_Linux_Public_US_1.00.tar.gz
    Note: Downloading that file assumes that you accept and agree to Creatives ELUA.

    Next we want to unpack the directory with this command, also ran from the same terminal window.
    Code:
    tar -xf XFiDrv_Linux_Public_US_1.00.tar.gz
    We now want to change into the directory that we just created that contains the Creative drivers.
    Code:
    cd XFiDrv_Linux_Public_US_1.00
    Install dependencies.
    Code:
    sudo apt-get install build-essential linux-headers-`uname -r`
    Now we want to compile and install these drivers.

    Note: If you have a PCI-E X-Fi card, read this post before continuing: http://ubuntuforums.org/showpost.php...&postcount=148
    Code:
    make
    Code:
    sudo make install
    You're going to need to put in your password for the last step to finish.

    Make your sound settings, System>Preferences>Sound, look like this:


    The final step is restarting your computer. Bookmark this page, save anything you're working on, and reboot the computer.

    When the computer comes back to your desktop, you should have sound coming from your rear sound panel. The front panel does not work!

    If you're having issues with your newer PCI-E XFi, then take a look here: http://ubuntuforums.org/showpost.php...&postcount=148
    Note: That post won't really help you unless you're at least slightly knowledgeable about linux.

    To enable 5.1 surround sound, see here: http://ubuntuforums.org/showpost.php...&postcount=432


    Guide: OSS
    This should work with any version of Ubuntu.

    Use this guide to install OSS: https://help.ubuntu.com/community/OpenSound

    If OSS fails to install or update use this guild to help you uninstall it: http://ubuntuforums.org/showpost.php...&postcount=105

    Note: OSS should work with Ubuntu 9.04. I tried it out and it seems to work just fine for me. In fact, the audio quality seems to have improved and you no longer need to patch your sound control (the speaker in the top right of your screen).

    Enjoy


    Deprecated guide: http://ubuntuforums.org/showpost.php...&postcount=675
    Last edited by NullHead; March 23rd, 2010 at 05:04 AM. Reason: Added Jaunty info
    I reject your reality and substitute my own.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •