* Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module
@ 2009-06-21 8:12 Kamil Kaminski
2009-06-21 8:33 ` Brendan Pike
2009-06-22 16:38 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Kamil Kaminski @ 2009-06-21 8:12 UTC (permalink / raw)
To: alsa-devel
Hi guys,
I noticed that latest alsa-driver-unstable does not detect my card as if PCI
IDs were discarded or purposely disabled to only work on Creative cards, the
earlier snapshots used to work fine. This is what I get:
ctatc: Card not recognised
ctxfi: Something wrong!!!
SB-XFi: probe of 0000:06:01.0 failed with error -2
This is the card:
06:01.0 Multimedia audio controller: Creative Labs SB X-Fi
Subsystem: Auzentech, Inc. Device 0034
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64 (1000ns min, 1250ns max)
Interrupt: pin A routed to IRQ 22
Region 0: I/O ports at 8f00 [size=32]
Region 1: Memory at dfc00000 (64-bit, non-prefetchable) [size=2M]
Region 3: Memory at d8000000 (64-bit, non-prefetchable) [size=64M]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Mask- 64bit+ Count=1/1 Enable-
Address: 0000000000000000 Data: 0000
Kernel driver in use: CTALSA
Kernel modules: ctxfi
I'm currently using v1.0 ctxfi alsa driver from Creative, It would be nice
to have Auzentech X-Fi Prelude working in 2.6.31 kernel ;)
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module
2009-06-21 8:12 Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module Kamil Kaminski
@ 2009-06-21 8:33 ` Brendan Pike
2009-06-22 16:38 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Brendan Pike @ 2009-06-21 8:33 UTC (permalink / raw)
To: alsa-devel
This card works in the latest but of course the pci id needs changed. I
also have the same issue with the Auzentech X-Fi Forte, but changing
the pci id makes this card work fine. Just make sure to change the
appropriate id for 20k1 cards (pci models (Prelude)) vs 20k2 (pcie
models (Forte))
Info on card:
03:00.0 0403: 1102:000b (rev 03)
03:00.0 Audio device: Creative Labs X-Fi Titanium series [EMU20k2] (rev
03) Subsystem: Device 5431:0049
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at fbaf0000 (64-bit, non-prefetchable) [size=64K]
Memory at fb800000 (64-bit, non-prefetchable) [size=2M]
Memory at f4000000 (64-bit, non-prefetchable) [size=64M]
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Mask- 64bit+ Count=1/1 Enable-
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [100] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
Capabilities: [300] Advanced Error Reporting
Kernel driver in use: SB-XFi
Kernel modules: ctxfi
Support for these pci id's need added to the driver.
On Sun, 21 Jun 2009 01:12:08 -0700
Kamil Kaminski <kamilkss@gmail.com> wrote:
> Hi guys,
> I noticed that latest alsa-driver-unstable does not detect my card as if PCI
> IDs were discarded or purposely disabled to only work on Creative cards, the
> earlier snapshots used to work fine. This is what I get:
>
> ctatc: Card not recognised
> ctxfi: Something wrong!!!
> SB-XFi: probe of 0000:06:01.0 failed with error -2
>
> This is the card:
>
> 06:01.0 Multimedia audio controller: Creative Labs SB X-Fi
> Subsystem: Auzentech, Inc. Device 0034
> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 64 (1000ns min, 1250ns max)
> Interrupt: pin A routed to IRQ 22
> Region 0: I/O ports at 8f00 [size=32]
> Region 1: Memory at dfc00000 (64-bit, non-prefetchable) [size=2M]
> Region 3: Memory at d8000000 (64-bit, non-prefetchable) [size=64M]
> Capabilities: [40] Power Management version 2
> Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
> Status: D0 PME-Enable- DSel=0 DScale=0 PME-
> Capabilities: [50] MSI: Mask- 64bit+ Count=1/1 Enable-
> Address: 0000000000000000 Data: 0000
> Kernel driver in use: CTALSA
> Kernel modules: ctxfi
>
> I'm currently using v1.0 ctxfi alsa driver from Creative, It would be nice
> to have Auzentech X-Fi Prelude working in 2.6.31 kernel ;)
>
> Thanks.
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module
2009-06-21 8:12 Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module Kamil Kaminski
2009-06-21 8:33 ` Brendan Pike
@ 2009-06-22 16:38 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2009-06-22 16:38 UTC (permalink / raw)
To: Kamil Kaminski; +Cc: alsa-devel
At Sun, 21 Jun 2009 01:12:08 -0700,
Kamil Kaminski wrote:
>
> Hi guys,
> I noticed that latest alsa-driver-unstable does not detect my card as if PCI
> IDs were discarded or purposely disabled to only work on Creative cards, the
> earlier snapshots used to work fine. This is what I get:
>
> ctatc: Card not recognised
> ctxfi: Something wrong!!!
> SB-XFi: probe of 0000:06:01.0 failed with error -2
Try the very latest alsa-driver. Now all devices should work (more or
less) no matter whether it's officially supported or not :)
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-22 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 8:12 Reenable support for Auzentech X-Fi Prelude in snd-ctxfi module Kamil Kaminski
2009-06-21 8:33 ` Brendan Pike
2009-06-22 16:38 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.