* es1869 as sb?
@ 2002-04-26 17:33 Kasper Souren
2002-05-06 15:57 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Kasper Souren @ 2002-04-26 17:33 UTC (permalink / raw)
To: alsa-devel
Hi. I'm trying to get my laptop soundchip, an ES1869 running under ALSA.
Under OSS it runs as an sb. With "modprobe sb io=0x220 irq=5 dma=1 dma16=5"
I get:
SB 3.01 detected OK (220)
ESS chip ES1869 detected
<ESS ES1869 AudioDrive (rev 11) (3.01)> at 0x220 irq 5 dma 1,5
But this doesn't work with any of the ALSA sb modules. None of them accepts
any of the parameters I supply to in the command above. Is there a way to
supply IRQ and DMA settings?
Or is there another way to get it running?
And also the ALSA es18xx module doesn't work. But I expected that, since I
didn't manage to get the OSS es18xx module to work. But maybe I can help
supporting the 1869 under the es18xx module. I'd be happy to do that.
greetz,
Kasper
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: es1869 as sb?
@ 2002-04-29 14:04 Linux Mailing lists account
2002-04-29 20:05 ` Arndt Heuvel
0 siblings, 1 reply; 5+ messages in thread
From: Linux Mailing lists account @ 2002-04-29 14:04 UTC (permalink / raw)
To: kasper; +Cc: alsa-devel
On Friday, Apr 26 Kasper Souren wrote:
>
> Hi. I'm trying to get my laptop soundchip, an ES1869 running under ALSA.
> Under OSS it runs as an sb. With "modprobe sb io=0x220 irq=5 dma=1 dma16=5"
> I get:
>
> SB 3.01 detected OK (220)
> ESS Chip ES1869 detected
> <ESS ES1869 AudioDrive (rev 11) (3.01)> at 0x220 irq 5 dma 1,5
I also have a laptop that has an ESS ES1879 AudioDrive, and could get ALSA to
work. I posted a question/request to this list about 6 weeks ago as well, but
never even got a response back.I gave up and went back to OSS.
I hope you have more luck! Maybe, if you get the ES1869 problem solved, it'll
fix the ES1879 as well! :-) I wouldn't think that the ALSA developement team
would want to keep around a broken driver.
Gerry Simmons
linux@darykon.cet.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: es1869 as sb?
2002-04-29 14:04 Linux Mailing lists account
@ 2002-04-29 20:05 ` Arndt Heuvel
0 siblings, 0 replies; 5+ messages in thread
From: Arndt Heuvel @ 2002-04-29 20:05 UTC (permalink / raw)
To: alsa-devel
Am Montag, 29. April 2002 16:04 schrieb Linux Mailing lists account:
> On Friday, Apr 26 Kasper Souren wrote:
> > Hi. I'm trying to get my laptop soundchip, an ES1869 running under ALSA.
> > Under OSS it runs as an sb. With "modprobe sb io=0x220 irq=5 dma=1
> > dma16=5" I get:
> >
> > SB 3.01 detected OK (220)
> > ESS Chip ES1869 detected
> > <ESS ES1869 AudioDrive (rev 11) (3.01)> at 0x220 irq 5 dma 1,5
>
> I also have a laptop that has an ESS ES1879 AudioDrive, and could get ALSA
> to work. I posted a question/request to this list about 6 weeks ago as
> well, but never even got a response back.I gave up and went back to OSS.
>
> I hope you have more luck! Maybe, if you get the ES1869 problem solved,
> it'll fix the ES1879 as well! :-) I wouldn't think that the ALSA
> developement team would want to keep around a broken driver.
>
> Gerry Simmons
> linux@darykon.cet.com
>
For now, the es18xx is broken. In the source code you can find the following
commentary:
/* GENERAL NOTES:
*
* BUGS:
* - There are pops (we can't delay in trigger function, cause midlevel
* often need to trigger down and then up very quickly).
* Any ideas?
* - Support for 16 bit DMA seems to be broken. I've no hardware to tune it.
*/
/*
* ES1868 NOTES:
* - The chip has one half duplex pcm (with very limited full duplex support).
*
* - Duplex stereophonic sound is impossible.
* - Record and playback must share the same frequency rate.
*
* - The driver use dma2 for playback and dma1 for capture.
*/
/*
* ES1869 NOTES:
*
* - there are a first full duplex pcm and a second playback only pcm
* (incompatible with first pcm capture)
*
*
* - there are a first full duplex pcm and a second playback only pcm
* (incompatible with first pcm capture)
*
* - there is support for the capture volume and ESS Spatializer 3D effect.
*
* - contrarily to some pages in DS_1869.PDF the rates can be set
* independently.
*
* BUGS:
*
* - There is a major trouble I noted:
*
* using both channel for playback stereo 16 bit samples at 44100 Hz
* the second pcm (Audio1) DMA slows down irregularly and sound is garbled.
*
* The same happens using Audio1 for captureing.
*
* The Windows driver does not suffer of this (although it use Audio1
* only for captureing). I'm unable to discover why.
*
*/
so oss sb is for now the only driver that work :-(
Arndt H.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: es1869 as sb?
2002-04-26 17:33 es1869 as sb? Kasper Souren
@ 2002-05-06 15:57 ` Takashi Iwai
2002-05-07 10:47 ` Kasper Souren
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2002-05-06 15:57 UTC (permalink / raw)
To: Kasper Souren; +Cc: alsa-devel
At Fri, 26 Apr 2002 19:33:23 +0200,
Kasper Souren wrote:
>
> Hi. I'm trying to get my laptop soundchip, an ES1869 running under ALSA.
> Under OSS it runs as an sb. With "modprobe sb io=0x220 irq=5 dma=1 dma16=5"
> I get:
>
> SB 3.01 detected OK (220)
> ESS chip ES1869 detected
> <ESS ES1869 AudioDrive (rev 11) (3.01)> at 0x220 irq 5 dma 1,5
>
> But this doesn't work with any of the ALSA sb modules. None of them accepts
> any of the parameters I supply to in the command above. Is there a way to
> supply IRQ and DMA settings?
> Or is there another way to get it running?
sb driver on alsa doesn't support es18xx chipset. it is supported by
es18xx module.
isn't it pnp chip?
if not, generally, you have to set snd_isapnp=0 option together with
irq and ioports specifications.
> And also the ALSA es18xx module doesn't work. But I expected that, since I
> didn't manage to get the OSS es18xx module to work. But maybe I can help
> supporting the 1869 under the es18xx module. I'd be happy to do that.
well, es18xx might be broken, as already posted.
unfortunately we cannot test it because of lack of hardware.
it'd be apprecated if you help debugging, then.
Takashi
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: es1869 as sb?
2002-05-06 15:57 ` Takashi Iwai
@ 2002-05-07 10:47 ` Kasper Souren
0 siblings, 0 replies; 5+ messages in thread
From: Kasper Souren @ 2002-05-07 10:47 UTC (permalink / raw)
To: Takashi Iwai, alsa-devel
> well, es18xx might be broken, as already posted.
> unfortunately we cannot test it because of lack of hardware.
> it'd be apprecated if you help debugging, then.
I was sent some information about how to get it running. Probably I didn't
go through the manuals thoroughly. But up to now I haven't had time to
figure it out. I'll start reading more about alsa, and will enable
debug-support.
greetz,
Kasper
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-07 10:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26 17:33 es1869 as sb? Kasper Souren
2002-05-06 15:57 ` Takashi Iwai
2002-05-07 10:47 ` Kasper Souren
-- strict thread matches above, loose matches on Subject: below --
2002-04-29 14:04 Linux Mailing lists account
2002-04-29 20:05 ` Arndt Heuvel
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.