Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

  1. #1
    Join Date
    Jan 2009
    Beans
    Hidden!

    Talking HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    EDIT:

    This guide *should* work with these cards... however why you're still using 9.04 is beyond me...
    * Creative Sound Blaster X-Fi Elite Pro
    * Creative Sound Blaster X-Fi Platinum
    * Creative Sound Blaster X-Fi Fatal1ty®
    * Creative Sound Blaster X-Fi XtremeGamer
    * Creative Sound Blaster X-Fi XtremeMusic

    EDIT: NOTE: P.S.: WHATEVER:

    DO NOT follow this guide if you are on a later version than 9.04, as this is support is already included

    ---

    Hi,

    I installed Ubuntu 9.04 today (EDIT: and Linux Mint 7 a couple of days later)... and I was about to compile the half-baked official Creative X-Fi drivers for my X-Fi Music PCI card... their drivers always have some kind of issue so I checked Wikipedia for any news. It seems a S.u.S.E. developer has been working with Creative and ALSA, and suffice to say the 1.0.21 release of ALSA that came out a few hours ago has worked great for me with 5.1 support for these X-Fi cards.

    I don't think it's going to harm to upgrade ALSA this way, it might be that 9.10 will come with this version in a months time (it currently has 1.0.20 which I haven't tried) and just override the process below anyway.

    Step One
    Upgrade ALSA to version 1.0.21
    Run these commands as root! To work as root, key in this along with your password...
    Code:
    sudo su
    Then proceed...
    Code:
    apt-get -y install build-essential ncurses-dev gettext xmlto linux-headers-`uname -r`
    mkdir -p /usr/src/alsa
    cd /usr/src/alsa
    wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
    wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21.tar.bz2
    wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2
    tar xjf alsa-driver*
    tar xjf alsa-lib*
    tar xjf alsa-utils*
    cd alsa-driver*
    ./configure
    make
    make install
    cd ../alsa-lib*
    ./configure
    make
    make install
    ln -s libpanelw.so.5 /usr/lib/libpanelw.so
    ln -s libformw.so.5 /usr/lib/libformw.so
    ln -s libmenuw.so.5 /usr/lib/libmenuw.so
    ln -s libncursesw.so.5 /lib/libncursesw.so
    cd ../alsa-utils*
    ./configure
    make
    make install
    Step Two
    Reboot...
    No really, go reboot... you need to.
    Step Three
    Check preferences...
    • Go to your System | Preferences | Sound
    • Change the default mixer tracks device to 'Creative X-Fi (Alsa mixer)'.
    • Open Volume Control | Preferences
    • Tick 'Center/LFE', 'Surround' and 'Side', then unmute each of them.

    Step Four
    Up mix anything stereo to 5.1...
    If you've got a program that's 5.1 aware then it'll work as it should, however by doing this step anything that plays stereo (like the irritating Ubuntu system sounds) will be up mixed to 5.1 instead of just coming out of the front left and right!
    • Hit Alt+F2 and run this...

    Code:
    gedit .asoundrc
    • Paste in this stuff below, then save and quit gedit...

    Code:
    pcm.!default {
    type plug
    slave.pcm "surround51"
    slave.channels 6
    route_policy duplicate
    }
    Step Five
    Not really a step, I just think 5 steps sound better than 4...
    Remember back in Windows there is that snooty little women who barks all around you in each speaker... she is back!
    • Hit Alt+F2 and run this...

    Code:
    speaker-test -Dplug:surround51 -c6 -l1 -twav
    You should hear her come out of each of the 5 speakers, and probably a gagged version of her mumblings out of your sub woofer.

    You'll also notice in your Hardware Drivers dialogue box, that it'll say the X-Fi Drivers 1.03 are activated... not sure why it does this - but it does happen as a result of doing this.

    Please let me know how you get on... can't promise I'll know what to do when stuff goes wrong for you however!


    Yes that's right popcorn, why? WHY NOT!

    NOTE: I am finding that even if I unmute those extra 3 properties in the volume control, they are muted again upon login again - does anyone know a fix for this?
    Last edited by Lantizia; August 5th, 2010 at 04:06 PM.

  2. #2
    Join Date
    Oct 2006
    Beans
    15

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    Amazing coincidence, just yesterday I installed Ubuntu to try and begin moving away from Microsoft, and I was up late trying to get my X-Fi card working properly (and not having any success). Then today I look and see that just ten hours ago, you posted the solution to my problems.

    Everything worked great, except that when I finished the last step there was no sound from the two rear speakers (center, front-right, front-left, and sub all worked). I went back and fiddled with the controls a bit, and got it working. The fix that worked for me follows . . .

    Went to "Volume Control->Preferences"
    Ticked "Side Playback"
    Un-muted "Side"
    Ran the "speaker-test -Dplug:surround51 -c6 -l1 -twav" test again and received 5.1 surround goodness for my efforts.

    Thanks very much.

  3. #3
    Join Date
    Jun 2009
    Location
    Melbourne, Australia
    Beans
    143
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    Thanks Lantizia,

    I'm going to check it out probably tomorrow.. wish I could tonight, but thanks for the info.

    EDIT:
    Just a quick question will this work in conjuction with PulseAudio, or will I have to remove that element for this to work correctly?
    Last edited by xenogia; September 1st, 2009 at 06:04 AM.
    AMD Phenom x6 1090t @ 4ghz | Geforce GTX 275 896mb | 8GB G.Skill DDR3 1600 RAM | 4 x 1tb WDD Drives & 500gb WDD Drive | Auzentech Prelude X-Fi | 2 x BENQ 2200HD LCDs | Ubuntu 12.04

  4. #4
    Join Date
    Sep 2009
    Beans
    1

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    that's awesome! really work for me )
    thx Lantizia

  5. #5
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    Quote Originally Posted by hawks1282 View Post
    Went to "Volume Control->Preferences"
    Ticked "Side Playback"
    Un-muted "Side"
    Cool, have updated my post to include this... which card to you have? Mine is a X-Fi Music card (PCI model not PCI-E).

    Quote Originally Posted by xenogia View Post
    Just a quick question will this work in conjuction with PulseAudio, or will I have to remove that element for this to work correctly?
    Don't see why it wouldn't, it's basically just an ALSA upgrade.

  6. #6
    Join Date
    Jan 2006
    Location
    usa
    Beans
    67
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    thansk for the guide. works great for me in debian and ubuntu 9.04 both being 64bit

    edit: for some reason it wont play sound with bass out of my headset. its a 5.1 headset and the sound card is the xfi xtrememusic pci version. i added the .asoundrc file and also my sound profile is saying that the sourond sound is unpluged. any ideas on this?
    Last edited by crazyone; September 2nd, 2009 at 01:49 AM.
    server : running as a full server, router with php adn ruby on rails. runing debian

  7. #7
    Join Date
    Nov 2007
    Beans
    6
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    Thank you very much for writing this guide. This was quite easy to follow and worked flawlessly in Ubuntu 9.04 64bit with a Sound Blaster X-fi XtremeMusic.

  8. #8
    Join Date
    Oct 2006
    Beans
    15

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    My card is a "Sound Blaster X-Fi Titanium Fatal1ty Professional", model: 70SB088600002. It's a PCI-E card. Still going strong

  9. #9
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    Quote Originally Posted by crazyone View Post
    thansk for the guide. works great for me in debian and ubuntu 9.04 both being 64bit
    Cool, I was using the 64-bit Ubuntu 9.04 when I wrote this... I also frequently use Debian Lenny so it's good to know it works there too, not that there would be any reason it wouldn't.

    Quote Originally Posted by crazyone View Post
    for some reason it wont play sound with bass out of my headset. its a 5.1 headset
    No ideas, I don't even know what a 5.1 headset is... presumably one with more than one jack plug.

  10. #10
    Join Date
    Jan 2008
    Location
    Perth, Western Australia
    Beans
    162
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install and use a Creative X-Fi card with full 5.1 support

    What happens if I'm only using 3.1 because my rear speakers don't work. Do I need to change anything or just leave it as is?

    Also I have sound in Youtube but not in movie player. How can I fix this?
    Last edited by TRANQU111TY; September 5th, 2009 at 05:19 AM.
    System: Pentium D 805 @ 2.98 GHZ Stock voltage/cooling | ATI X1900XT 512MB | 2GB (1GBx2) Corsair Value Select 8-3-3-3 | Creative X-Fi XtremeMusic | Abit IL8 |160 + 80GB WD
    Monitor: Viewsonic 22"
    Printer: hp LaserJet 1000 Series

Page 1 of 4 123 ... LastLast

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
  •