All of lore.kernel.org
 help / color / mirror / Atom feed
* Terratec EWS88MT
@ 2002-10-21 14:20 User for realtime audio
  2002-10-21 14:35 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: User for realtime audio @ 2002-10-21 14:20 UTC (permalink / raw)
  To: alsa-devel

Dear users,

I am using the ice1712-driver for my Terratec EWS88MT soundcard.

All compiles fine and the modules are loaded as well. After having 
compiled and installed everything
I tried to use the envy24control tool. After typing the instruction to 
start it nothing happens but the whole system is dead.
I have to reset by pushing the button.

The same happens when simply calling 'amixer contents'.

aplay ...wav does not play any sound even though all channels have been 
unmuted.

I have now added a soundblaster audigy as first soundcard which works well!

Has anyone experienced similar problems with that Terratec card?

Regards,
Hauke





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec EWS88MT
  2002-10-21 14:20 Terratec EWS88MT User for realtime audio
@ 2002-10-21 14:35 ` Takashi Iwai
  2002-10-22  7:46   ` User for realtime audio
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2002-10-21 14:35 UTC (permalink / raw)
  To: User for realtime audio; +Cc: alsa-devel

At Mon, 21 Oct 2002 16:20:49 +0200,
User for realtime audio wrote:
> 
> Dear users,
> 
> I am using the ice1712-driver for my Terratec EWS88MT soundcard.
> 
> All compiles fine and the modules are loaded as well. After having 
> compiled and installed everything
> I tried to use the envy24control tool. After typing the instruction to 
> start it nothing happens but the whole system is dead.
> I have to reset by pushing the button.
> 
> The same happens when simply calling 'amixer contents'.
> 
> aplay ...wav does not play any sound even though all channels have been 
> unmuted.
> 
> I have now added a soundblaster audigy as first soundcard which works well!
> 
> Has anyone experienced similar problems with that Terratec card?

which version are you using?
there was a dead-lock mutex bug in i2c code but should have been fixed
on the latest version.

please try the cvs version.


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec EWS88MT
  2002-10-21 14:35 ` Takashi Iwai
@ 2002-10-22  7:46   ` User for realtime audio
  2002-10-22 10:39     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: User for realtime audio @ 2002-10-22  7:46 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]



Takashi Iwai wrote:

>At Mon, 21 Oct 2002 16:20:49 +0200,
>User for realtime audio wrote:
>
>>Dear users,
>>
>>I am using the ice1712-driver for my Terratec EWS88MT soundcard.
>>
>>All compiles fine and the modules are loaded as well. After having 
>>compiled and installed everything
>>I tried to use the envy24control tool. After typing the instruction to 
>>start it nothing happens but the whole system is dead.
>>I have to reset by pushing the button.
>>
>>The same happens when simply calling 'amixer contents'.
>>
>>aplay ...wav does not play any sound even though all channels have been 
>>unmuted.
>>
>>I have now added a soundblaster audigy as first soundcard which works well!
>>
>>Has anyone experienced similar problems with that Terratec card?
>>
>
>which version are you using?
>there was a dead-lock mutex bug in i2c code but should have been fixed
>on the latest version.
>
>please try the cvs version.
>
>
>Takashi
>
>
>
I am running kernels 2.4.16 with low latency patches and the RTC patch 
from alsa-package-rc3
and 2.4.18 without any patches alternatively. The alsa-package was rc-3 
and is now the current
CVS-version. In all cases envy24control and amixer contents lead to the 
system lock (amixer without contents works fine!)

I have started "strace envy24control" which let me know that

ioctl(4, 0xc245512, 0xbfffedb0)

is the instruction that causes the system lock. Multiple ioctls with 
only the third argument differing
returned 0 just before the system lock.

When calling amixer contents, the last message printed is:

numid=103, iface=mixer, name='Input Sensitivity Switch', index=1
    ; TYPE=enumerated, access=rw---, values=1, items=2
    ; Item #0 ='+4dBu'
    ; Item #1 = '-10dBV'


In comparison to the previous outputs coming from amixer contents
the following line is missing:
    ; values=0

Any idea?

Regards,
Hauke



[-- Attachment #2: Type: text/html, Size: 2395 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec EWS88MT
  2002-10-22  7:46   ` User for realtime audio
@ 2002-10-22 10:39     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2002-10-22 10:39 UTC (permalink / raw)
  To: User for realtime audio; +Cc: alsa-devel

Hi,

At Tue, 22 Oct 2002 09:46:00 +0200,
User for realtime audio wrote:
> 
> I am running kernels 2.4.16 with low latency patches and the RTC patch from
> alsa-package-rc3
> and 2.4.18 without any patches alternatively. The alsa-package was rc-3 and is now the
> current
> CVS-version. In all cases envy24control and amixer contents lead to the system lock
> (amixer without contents works fine!)
> 
> I have started "strace envy24control" which let me know that
> 
> ioctl(4, 0xc245512, 0xbfffedb0)
> 
> is the instruction that causes the system lock. Multiple ioctls with only the third
> argument differing
> returned 0 just before the system lock.
> 
> When calling amixer contents, the last message printed is:
> 
> numid=103, iface=mixer, name='Input Sensitivity Switch', index=1
>     ; TYPE=enumerated, access=rw---, values=1, items=2
>     ; Item #0 ='+4dBu'
>     ; Item #1 = '-10dBV'

thanks for spotting this!
there was actually a deadlock in this part.

fixed now on cvs.  please give a try.
(please note that on the cvs snd_ prefix is removed.)


ciao,

Takashi


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-22 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-21 14:20 Terratec EWS88MT User for realtime audio
2002-10-21 14:35 ` Takashi Iwai
2002-10-22  7:46   ` User for realtime audio
2002-10-22 10:39     ` 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.