LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-25-2012, 08:46 PM   #1
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
New Sound Card on PCI-e Bus - No Sound


I installed a Sound Blaster X-Fi Xtreme Audio SB1040EF (CA0110-IBF) in my system, and no sound. I've seen a bunch of older references to problems with this card, and most seemed to relate to snd-ctxfi; which I have enabled in my kernel. The snd-hda-intel module seems to want to service this card, and running "aplay -L" gives the following which looks good (I think):

Code:
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=Generic
    HD-Audio Generic, CA0110 Analog
    Default Audio Device
front:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    Front speakers
surround40:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Generic,DEV=0
    HD-Audio Generic, CA0110 Digital
    IEC958 (S/PDIF) Digital Audio Output
output from lsmod |grep -i snd is (note I did a manual modprobe snd-ctxfi, no help):
Code:
snd_ctxfi              72167  0 
snd_hda_codec_ca0110     5328  1 
snd_hda_intel          18904  2 
snd_hda_codec          51822  2 snd_hda_codec_ca0110,snd_hda_intel
snd_hwdep               5428  1 snd_hda_codec
snd_pcm_oss            31781  0 
snd_mixer_oss          12663  1 snd_pcm_oss
snd_pcm                60513  4 snd_ctxfi,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            4406  0 
snd_rawmidi            15618  1 snd_seq_midi
snd_seq_midi_event      4730  1 snd_seq_midi
snd_seq                42040  3 snd_seq_midi,snd_seq_midi_event
snd_timer              16049  2 snd_pcm,snd_seq
snd_seq_device          4491  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    46095  17 snd_ctxfi,snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               4630  1 snd
snd_page_alloc          6025  3 snd_ctxfi,snd_hda_intel,snd_pcm
dmesg contains these complaints:
Code:
[  499.783729] hda-intel: spurious response 0x0:0x0, last cmd=0x000000
[  516.034117] hda-intel: spurious response 0x0:0x0, last cmd=0x000000
My system is an ECS 7050M-M mobo with an AMD Phenom 9750 quad core, 4GB RAM, a bunch of disks, PCR-150 vid capture, and a serial port. I nominally use Debian Squeeze, but with a custom kernel compiled from 2.6.32.9. I tried to install the latest alsa, but ran into compile problems due to kernel incompatibilities and didn't feel like playing hunt the wumpus with that.

So, what do I look for? I don't really have a good understanding of sound system setup. All I did to install this board was disable the mobo realtek sound adapter, install this card, and boot it up.
 
Old 11-26-2012, 12:15 AM   #2
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
X-Fi Xtreme Audio PCIe is listed as 'does not work' at alsa-

http://www.alsa-project.org/main/ind...-Creative_Labs

While I've seen reports of people getting the PCIe version of the X-Fi Xtreme Audio working with linux, its not going to be much fun from what I can see.

Any chance you can retrun it and buy a supported card?....Hoepfully not a creative.
 
Old 11-26-2012, 09:37 AM   #3
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Original Poster
Rep: Reputation: 141Reputation: 141
Yeah, this was probably not the most thoughtful purchase I've made in the past year. My original goal was just to get Quake 3 Arena running again. It does not work with the motherboard's sound card, and I remembered that it works with SoundBlaster cards. And, it's an ebay purchase, and I just really (really) don't want to get involved in a return. I have noticed a couple of comments from people who seemed to have this card running, but they didn't post any specifics. If I could find an inexpensive card that would run Q3A, that would satisfy my goal, though.
 
Old 11-27-2012, 05:31 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Original Poster
Rep: Reputation: 141Reputation: 141
OK, I found an alternative that, on first glance, is working. I installed OSS4. It doesn't seem to want to allow both soundcards, but that's not an issue at the moment.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No sound with Diamond Xtreme Sound 5.1 Sound Card - PCI Port Jmccmw Linux - Software 1 07-30-2009 08:43 AM
Creative Labs Sound Blaster 16 PCI Sound Card Fonque Jumang Linux - Hardware 3 03-21-2009 04:47 PM
Sound card- PCI, ISA bus, ISA PnP -what's the difference? Noob01 Linux - Newbie 7 12-16-2008 08:47 PM
no sound from sound blaster PCI sound card using mandrake-linux 10.1 box nila56 Linux - Hardware 2 05-29-2006 02:48 PM
Diabling onboard sound card and enabling pci slot sound card abhatia Linux - Hardware 4 01-12-2004 02:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration