Re: [alsa-devel] Testers wanted: New SB X-Fi driver
![](https://secure.gravatar.com/avatar/c2a82578c4a3fd5afeba669b9972e06d.jpg?s=120&d=mm&r=g)
On Wednesday 05 August 2009 23:21:53 Christian Esken wrote:
All in all, I can produce a working environment with recent 32 and 64 bit kernels. This is good news. :-)
Below is the summary on the tested distributions.
Christian
So we got this: Kubuntu Karmic Alpha-2 32 Bit, 2.6.30 (works) Kubuntu Karmic Alpha-2 64 Bit, 2.6.30 (works) SuSE 11.1 64 Bit, 2.6.27 (does not work) SuSE 11.1 64 Bit, 2.6.27 XEN (does not work) SuSE 11.2 Milestone3 64Bit, 2.6.30 (test canceled, due to unrelated problems) => I'll see whether I can redo the SuSE11.2 tests, after doing a bugreport at openSuSE.
OK, that last issue was solved, and I now redid the test:
SuSE 11.2 Milestone6 64Bit, 2.6.31-rc6 (works)
I succesfully tested all analog (5.1) channels, using: speaker-test -D surround51 -c 6
I used ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa- driver-snapshot.tar.bz2 from 24.08.2009. I am just wondering, whether the new ALSA driver is it still planned for the 2.6.31 kernel?!?
Christian
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
At Mon, 24 Aug 2009 21:43:20 +0200, Christian Esken wrote:
On Wednesday 05 August 2009 23:21:53 Christian Esken wrote:
All in all, I can produce a working environment with recent 32 and 64 bit kernels. This is good news. :-)
Below is the summary on the tested distributions.
Christian
So we got this: Kubuntu Karmic Alpha-2 32 Bit, 2.6.30 (works) Kubuntu Karmic Alpha-2 64 Bit, 2.6.30 (works) SuSE 11.1 64 Bit, 2.6.27 (does not work) SuSE 11.1 64 Bit, 2.6.27 XEN (does not work) SuSE 11.2 Milestone3 64Bit, 2.6.30 (test canceled, due to unrelated problems) => I'll see whether I can redo the SuSE11.2 tests, after doing a bugreport at openSuSE.
OK, that last issue was solved, and I now redid the test:
SuSE 11.2 Milestone6 64Bit, 2.6.31-rc6 (works)
I succesfully tested all analog (5.1) channels, using: speaker-test -D surround51 -c 6
I used ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa- driver-snapshot.tar.bz2 from 24.08.2009. I am just wondering, whether the new ALSA driver is it still planned for the 2.6.31 kernel?!?
2.6.31 already includes most of X-Fi patches. And the recent openSUSE 11.2 kernels include all X-Fi patches :)
Takashi
![](https://secure.gravatar.com/avatar/737f397d1db357ac2e62165ba1aefa61.jpg?s=120&d=mm&r=g)
I'm using Ubuntu + Kernel 2.6.31-9 + ALSA 1.0.21 from today.
For the X-Fi CA0110 card I have the codec stanzas are missing. I've built ALSA with --debug=verbose so if anyone has any idea what I can do to debug this problem, let me know.
Thanks. _______
david@home1:~/bin$ uname -a Linux home1 2.6.31-9-generic #29-Ubuntu SMP Sun Aug 30 17:39:23 UTC 2009 i686 GNU/Linux
david@home1:/etc/pulse$ lspci | grep -i audio 0d:00.0 Audio device: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
david@home1:/etc/pulse$ lsmod | grep -i ca0110 snd_hda_codec_ca0110 7772 1 snd_hda_codec 81884 2 snd_hda_codec_ca0110,snd_hda_intel snd 65092 22 snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss, \ snd_pcm,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,\ snd_seq,snd_timer,snd_seq_device
david@home1:/etc/pulse$ modinfo snd-hda-codec-ca0110 filename: /lib/modules/2.6.31-9-generic/updates/alsa/pci/hda/snd-hda-codec-ca0110.ko description: Creative CA0110-IBG HD-audio codec license: GPL alias: snd-hda-codec-id:1102000d alias: snd-hda-codec-id:1102000b alias: snd-hda-codec-id:1102000a srcversion: 32AD360281DB96C479EA380 depends: snd-hda-codec,snd vermagic: 2.6.31-9-generic SMP mod_unload modversions 586
david@home1:~/bin$ audio-codecs /proc/asound/card0/codec#1 Codec: Creative CA0110-IBG Address: 1 Function Id: 0x1 Vendor Id: 0x1102000a Subsystem Id: 0x11021007 Revision Id: 0x100000 No Modem Function Group found Default PCM: N/A Default Amp-In caps: N/A Default Amp-Out caps: N/A GPIO: io=255, o=255, i=255, unsolicited=1, wake=1
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
At Tue, 01 Sep 2009 13:01:05 -0500, David Favor wrote:
I'm using Ubuntu + Kernel 2.6.31-9 + ALSA 1.0.21 from today.
For the X-Fi CA0110 card I have the codec stanzas are missing. I've built ALSA with --debug=verbose so if anyone has any idea what I can do to debug this problem, let me know.
As I mentioned in another thread, this is likely the communication error between the codec and the controller. But I have no idea what is exactly wrong about it. Until now there is no change regarding this, thus no fix yet.
You may poke around the codec communication part in hda_intel.c, e.g. adding some delay or so...
Takashi
Thanks. _______
david@home1:~/bin$ uname -a Linux home1 2.6.31-9-generic #29-Ubuntu SMP Sun Aug 30 17:39:23 UTC 2009 i686 GNU/Linux
david@home1:/etc/pulse$ lspci | grep -i audio 0d:00.0 Audio device: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
david@home1:/etc/pulse$ lsmod | grep -i ca0110 snd_hda_codec_ca0110 7772 1 snd_hda_codec 81884 2 snd_hda_codec_ca0110,snd_hda_intel snd 65092 22 snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss, \ snd_pcm,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,\ snd_seq,snd_timer,snd_seq_device
david@home1:/etc/pulse$ modinfo snd-hda-codec-ca0110 filename: /lib/modules/2.6.31-9-generic/updates/alsa/pci/hda/snd-hda-codec-ca0110.ko description: Creative CA0110-IBG HD-audio codec license: GPL alias: snd-hda-codec-id:1102000d alias: snd-hda-codec-id:1102000b alias: snd-hda-codec-id:1102000a srcversion: 32AD360281DB96C479EA380 depends: snd-hda-codec,snd vermagic: 2.6.31-9-generic SMP mod_unload modversions 586
david@home1:~/bin$ audio-codecs /proc/asound/card0/codec#1 Codec: Creative CA0110-IBG Address: 1 Function Id: 0x1 Vendor Id: 0x1102000a Subsystem Id: 0x11021007 Revision Id: 0x100000 No Modem Function Group found Default PCM: N/A Default Amp-In caps: N/A Default Amp-Out caps: N/A GPIO: io=255, o=255, i=255, unsolicited=1, wake=1
-- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com for the easy way!
![](https://secure.gravatar.com/avatar/737f397d1db357ac2e62165ba1aefa61.jpg?s=120&d=mm&r=g)
Takashi Iwai wrote:
At Tue, 01 Sep 2009 13:01:05 -0500, David Favor wrote:
I'm using Ubuntu + Kernel 2.6.31-9 + ALSA 1.0.21 from today.
For the X-Fi CA0110 card I have the codec stanzas are missing. I've built ALSA with --debug=verbose so if anyone has any idea what I can do to debug this problem, let me know.
As I mentioned in another thread, this is likely the communication error between the codec and the controller. But I have no idea what is exactly wrong about it. Until now there is no change regarding this, thus no fix yet.
You may poke around the codec communication part in hda_intel.c, e.g. adding some delay or so...
I'm new to working with drivers on Linux. If you can point me to where to look in logs to get started looking at debugging info, I'll take a look at the .c file and see if I can make heads or tails of it by inserting additional debug logic/messaging.
Thanks.
Takashi
Thanks. _______
david@home1:~/bin$ uname -a Linux home1 2.6.31-9-generic #29-Ubuntu SMP Sun Aug 30 17:39:23 UTC 2009 i686 GNU/Linux
david@home1:/etc/pulse$ lspci | grep -i audio 0d:00.0 Audio device: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
david@home1:/etc/pulse$ lsmod | grep -i ca0110 snd_hda_codec_ca0110 7772 1 snd_hda_codec 81884 2 snd_hda_codec_ca0110,snd_hda_intel snd 65092 22 snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss, \ snd_pcm,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,\ snd_seq,snd_timer,snd_seq_device
david@home1:/etc/pulse$ modinfo snd-hda-codec-ca0110 filename: /lib/modules/2.6.31-9-generic/updates/alsa/pci/hda/snd-hda-codec-ca0110.ko description: Creative CA0110-IBG HD-audio codec license: GPL alias: snd-hda-codec-id:1102000d alias: snd-hda-codec-id:1102000b alias: snd-hda-codec-id:1102000a srcversion: 32AD360281DB96C479EA380 depends: snd-hda-codec,snd vermagic: 2.6.31-9-generic SMP mod_unload modversions 586
david@home1:~/bin$ audio-codecs /proc/asound/card0/codec#1 Codec: Creative CA0110-IBG Address: 1 Function Id: 0x1 Vendor Id: 0x1102000a Subsystem Id: 0x11021007 Revision Id: 0x100000 No Modem Function Group found Default PCM: N/A Default Amp-In caps: N/A Default Amp-Out caps: N/A GPIO: io=255, o=255, i=255, unsolicited=1, wake=1
-- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com for the easy way!
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (3)
-
Christian Esken
-
David Favor
-
Takashi Iwai