* Audigy ZS
@ 2005-06-16 6:27 Thomas Mintel
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Mintel @ 2005-06-16 6:27 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
Hey. I just got a new dell laptop which included the Creative Audigy ZS
pcmcia card. I was wondering if there is any way I can get the card to
work now, or a roundabout estimate for when the card will work. Thanks
in advance.
--
Thomas Mintel <tmintel@unioncatholic.org>
[-- Attachment #2: Type: text/html, Size: 670 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audigy ZS
@ 2005-06-16 6:35 Peter Zubaj
2005-06-16 13:01 ` James Courtier-Dutton
0 siblings, 1 reply; 6+ messages in thread
From: Peter Zubaj @ 2005-06-16 6:35 UTC (permalink / raw)
To: tmintel; +Cc: alsa-devel
Hi,
Audigy 2 ZS Notebook is not supported.
AFAIK no one from developers has this card. No doc. This means nobody
tryed to write driver for it, and probably nobody will try to write
driver.
Peter Zubaj
___________________________________________________________________________
Podte na navstevu k Wande - k najlepsej priatelke kazdej zeny na internete.
http://www.wanda.sk/
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audigy ZS
2005-06-16 6:35 Audigy ZS Peter Zubaj
@ 2005-06-16 13:01 ` James Courtier-Dutton
2005-06-16 13:09 ` Jaroslav Kysela
0 siblings, 1 reply; 6+ messages in thread
From: James Courtier-Dutton @ 2005-06-16 13:01 UTC (permalink / raw)
To: Peter Zubaj; +Cc: tmintel, alsa-devel
Peter Zubaj wrote:
>Hi,
>
>Audigy 2 ZS Notebook is not supported.
>
>AFAIK no one from developers has this card. No doc. This means nobody
>tryed to write driver for it, and probably nobody will try to write
>driver.
>
>Peter Zubaj
>
>
This is not exactly true. I have updated the ALSA sound card matrix.
I (an ALSA developer) have received a Audigy 2 ZS Notebook PCMCIA card
from Creative for the purposes or writing a drive for Linux.
I have run up against a bug in the Linux kernel PCMCIA code that I
cannot fix. So effectively, until the PCMCIA code is fixed, the ALSA
development cannot start.
Unfortunately, the PCMCIA standards are not open and free, so I also
cannot provide any sensible suggestions on how to fix the PCMCIA code.
If you are interested, the bug is in regard of the PCMCIA Cardbus
section of the kernel involved in assigning IOPORT resources to the PCI bus.
In effect, although the Audigy 2 NZ Notebook appears in "lspci", and it
contains valid IOPORT resources, if the driver code makes an "outb()"
instruction to any address in the IOPORT range, the PC hangs.
James
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audigy ZS
2005-06-16 13:01 ` James Courtier-Dutton
@ 2005-06-16 13:09 ` Jaroslav Kysela
2005-06-16 14:31 ` James Courtier-Dutton
0 siblings, 1 reply; 6+ messages in thread
From: Jaroslav Kysela @ 2005-06-16 13:09 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
On Thu, 16 Jun 2005, James Courtier-Dutton wrote:
> If you are interested, the bug is in regard of the PCMCIA Cardbus
> section of the kernel involved in assigning IOPORT resources to the PCI bus.
> In effect, although the Audigy 2 NZ Notebook appears in "lspci", and it
> contains valid IOPORT resources, if the driver code makes an "outb()"
> instruction to any address in the IOPORT range, the PC hangs.
Did you try to contact pcmcia people? Maybe they will have some
suggestions.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audigy ZS
2005-06-16 13:09 ` Jaroslav Kysela
@ 2005-06-16 14:31 ` James Courtier-Dutton
2005-06-16 15:46 ` Lee Revell
0 siblings, 1 reply; 6+ messages in thread
From: James Courtier-Dutton @ 2005-06-16 14:31 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: alsa-devel
Jaroslav Kysela wrote:
>On Thu, 16 Jun 2005, James Courtier-Dutton wrote:
>
>
>
>>If you are interested, the bug is in regard of the PCMCIA Cardbus
>>section of the kernel involved in assigning IOPORT resources to the PCI bus.
>>In effect, although the Audigy 2 NZ Notebook appears in "lspci", and it
>>contains valid IOPORT resources, if the driver code makes an "outb()"
>>instruction to any address in the IOPORT range, the PC hangs.
>>
>>
>
>Did you try to contact pcmcia people? Maybe they will have some
>suggestions.
>
> Jaroslav
>
>
>
Yes, I sent several emails to: linux-pcmcia@lists.infradead.org
With no useful feedback.
I suppose I could try the lkml next.
James
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audigy ZS
2005-06-16 14:31 ` James Courtier-Dutton
@ 2005-06-16 15:46 ` Lee Revell
0 siblings, 0 replies; 6+ messages in thread
From: Lee Revell @ 2005-06-16 15:46 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: Jaroslav Kysela, alsa-devel
On Thu, 2005-06-16 at 15:31 +0100, James Courtier-Dutton wrote:
> >>If you are interested, the bug is in regard of the PCMCIA Cardbus
> >>section of the kernel involved in assigning IOPORT resources to the PCI bus.
> >>In effect, although the Audigy 2 NZ Notebook appears in "lspci", and it
> >>contains valid IOPORT resources, if the driver code makes an "outb()"
> >>instruction to any address in the IOPORT range, the PC hangs.
Same results with outb_p?
Lee
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-06-16 15:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-16 6:35 Audigy ZS Peter Zubaj
2005-06-16 13:01 ` James Courtier-Dutton
2005-06-16 13:09 ` Jaroslav Kysela
2005-06-16 14:31 ` James Courtier-Dutton
2005-06-16 15:46 ` Lee Revell
-- strict thread matches above, loose matches on Subject: below --
2005-06-16 6:27 Thomas Mintel
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.