Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control
@ 2005-09-17 16:54 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-09-17 16:54 UTC (permalink / raw)
  To: alsa-devel


The following issue has been UPDATED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1365> 
======================================================================
Reported By:                phineas
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   1365
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               Debian testing (etch)
Kernel Version:             2.6.12.4 vanilla
======================================================================
Date Submitted:             08-24-2005 09:22 CEST
Last Modified:              09-17-2005 18:54 CEST
======================================================================
Summary:                    Dell/Creative Labs Audigy 2 ZS: No capture control
Description: 
Unless this is a user overlooking a step...

There is no mute control on the "Master" item (or most other items for
that matter).
More importantly, the capture items do not have a capture control; they
have level adjustments, but one cannot actually select an item for
capturing.
It appears that this Dell-supplied device (with Audigy subsytem 1003) is
generally unknown to the drivers -- but it does work well for sound
playback.

======================================================================

----------------------------------------------------------------------
 pzad - 08-25-05 17:11 
----------------------------------------------------------------------
All controls implemented in DSP don't have mute. No one implemented them.

Capture problem is related to your card not detected correctly.
You can try add this to CVS version of alsa to file
alsa-driver/alsa-kernel/pci/emu10k1/emu10k1_main.c to table
emu_chip_details[]

{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10031102,
	 .driver = "Audigy2", .name = "Audigy 2 ZS [SB0353]", 
	 .id = "Audigy2",
	 .emu10k2_chip = 1,
	 .ca0102_chip = 1,
	 .ca0151_chip = 1,
	 .spk71 = 1,
	 .spdif_bug = 1,
	 .ac97_chip = 1}

Then if your card is detected correctly look at
http://alsa.opensrc.org/emu10k1
7. How to record on Audigy and Audigy 2

----------------------------------------------------------------------
 phineas - 08-26-05 22:04 
----------------------------------------------------------------------
Okay, I was unable to compile alsa from cvs, so I applied the patch
(without the .id field) to the alsa sources included with vanilla kernel
2.6.12.4.  Everything seems to work now.  Do you need me to try it again
with cvs for admission in a future release?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-24-05 09:22 phineas        New Issue                                    
08-24-05 09:22 phineas        File Added: vegan.state                      
08-24-05 09:22 phineas        Distribution              => Debian testing (etch)
08-24-05 09:22 phineas        Kernel Version            => 2.6.12.4 vanilla
08-24-05 20:58 phineas        Issue Monitored: phineas                     
08-25-05 17:11 pzad           Note Added: 0005941                          
08-26-05 22:04 phineas        Note Added: 0005958                          
09-17-05 18:54 jdthood        Summary                  Dell/Creative Labs Audigy
2 ZS mixer controls => Dell/Creative Labs Audigy 2 ZS: No capture control
======================================================================




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

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

* [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control
@ 2005-12-14 22:03 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-14 22:03 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1365> 
======================================================================
Reported By:                phineas
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   1365
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               Debian testing (etch)
Kernel Version:             2.6.12.4 vanilla
======================================================================
Date Submitted:             08-24-2005 09:22 CEST
Last Modified:              12-14-2005 23:03 CET
======================================================================
Summary:                    Dell/Creative Labs Audigy 2 ZS: No capture control
Description: 
Unless this is a user overlooking a step...

There is no mute control on the "Master" item (or most other items for
that matter).
More importantly, the capture items do not have a capture control; they
have level adjustments, but one cannot actually select an item for
capturing.
It appears that this Dell-supplied device (with Audigy subsytem 1003) is
generally unknown to the drivers -- but it does work well for sound
playback.

======================================================================

----------------------------------------------------------------------
 phineas - 08-26-05 22:04 
----------------------------------------------------------------------
Okay, I was unable to compile alsa from cvs, so I applied the patch
(without the .id field) to the alsa sources included with vanilla kernel
2.6.12.4.  Everything seems to work now.  Do you need me to try it again
with cvs for admission in a future release?

----------------------------------------------------------------------
 phineas - 12-14-05 23:03 
----------------------------------------------------------------------
The code segment posted by pzad works as provided with alsa included with
debian kernel 2.6.14.

Could someone apply the definition posted by pzad as a patch to CVS?


$ cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12
08:13:09 2005 UTC).

$ cat /proc/asound/cards   
0 [Audigy2        ]: Audigy2 - Audigy 2 ZS [SB0353]
                     Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at
0xccc0, irq 17

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-24-05 09:22 phineas        New Issue                                    
08-24-05 09:22 phineas        File Added: vegan.state                      
08-24-05 09:22 phineas        Distribution              => Debian testing (etch)
08-24-05 09:22 phineas        Kernel Version            => 2.6.12.4 vanilla
08-24-05 20:58 phineas        Issue Monitored: phineas                     
08-25-05 17:11 pzad           Note Added: 0005941                          
08-26-05 22:04 phineas        Note Added: 0005958                          
09-17-05 18:54 jdthood        Summary                  Dell/Creative Labs Audigy
2 ZS mixer controls => Dell/Creative Labs Audigy 2 ZS: No capture control
12-14-05 23:03 phineas        Note Added: 0007043                          
======================================================================




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

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

* [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control
@ 2006-07-18 12:43 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2006-07-18 12:43 UTC (permalink / raw)
  To: alsa-devel


The following issue has been ASSIGNED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1365> 
======================================================================
Reported By:                phineas
Assigned To:                jcdutton
======================================================================
Project:                    ALSA - driver
Issue ID:                   1365
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     assigned
Distribution:               Debian testing (etch)
Kernel Version:             2.6.12.4 vanilla
======================================================================
Date Submitted:             08-24-2005 09:22 CEST
Last Modified:              07-18-2006 14:43 CEST
======================================================================
Summary:                    Dell/Creative Labs Audigy 2 ZS: No capture control
Description: 
Unless this is a user overlooking a step...

There is no mute control on the "Master" item (or most other items for
that matter).
More importantly, the capture items do not have a capture control; they
have level adjustments, but one cannot actually select an item for
capturing.
It appears that this Dell-supplied device (with Audigy subsytem 1003) is
generally unknown to the drivers -- but it does work well for sound
playback.

======================================================================

----------------------------------------------------------------------
 pzad - 08-25-05 17:11 
----------------------------------------------------------------------
All controls implemented in DSP don't have mute. No one implemented them.

Capture problem is related to your card not detected correctly.
You can try add this to CVS version of alsa to file
alsa-driver/alsa-kernel/pci/emu10k1/emu10k1_main.c to table
emu_chip_details[]

{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10031102,
	 .driver = "Audigy2", .name = "Audigy 2 ZS [SB0353]", 
	 .id = "Audigy2",
	 .emu10k2_chip = 1,
	 .ca0102_chip = 1,
	 .ca0151_chip = 1,
	 .spk71 = 1,
	 .spdif_bug = 1,
	 .ac97_chip = 1}

Then if your card is detected correctly look at
http://alsa.opensrc.org/emu10k1
7. How to record on Audigy and Audigy 2

----------------------------------------------------------------------
 phineas - 08-26-05 22:04 
----------------------------------------------------------------------
Okay, I was unable to compile alsa from cvs, so I applied the patch
(without the .id field) to the alsa sources included with vanilla kernel
2.6.12.4.  Everything seems to work now.  Do you need me to try it again
with cvs for admission in a future release?

----------------------------------------------------------------------
 phineas - 12-14-05 23:03 
----------------------------------------------------------------------
The code segment posted by pzad works as provided with alsa included with
debian kernel 2.6.14.

Could someone apply the definition posted by pzad as a patch to CVS?


$ cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12
08:13:09 2005 UTC).

$ cat /proc/asound/cards   
0 [Audigy2        ]: Audigy2 - Audigy 2 ZS [SB0353]
                     Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at
0xccc0, irq 17

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-24-05 09:22 phineas        New Issue                                    
08-24-05 09:22 phineas        File Added: vegan.state                      
08-24-05 09:22 phineas        Distribution              => Debian testing (etch)
08-24-05 09:22 phineas        Kernel Version            => 2.6.12.4 vanilla
08-24-05 20:58 phineas        Issue Monitored: phineas                     
08-25-05 17:11 pzad           Note Added: 0005941                          
08-26-05 22:04 phineas        Note Added: 0005958                          
09-17-05 18:54 jdthood        Summary                  Dell/Creative Labs Audigy
2 ZS mixer controls => Dell/Creative Labs Audigy 2 ZS: No capture control
12-14-05 23:03 phineas        Note Added: 0007043                          
07-18-06 14:43 jcdutton       Status                   new => assigned     
07-18-06 14:43 jcdutton       Assigned To               => jcdutton        
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control
@ 2006-07-30 16:10 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2006-07-30 16:10 UTC (permalink / raw)
  To: alsa-devel


The following issue requires your FEEDBACK.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1365> 
======================================================================
Reported By:                phineas
Assigned To:                jcdutton
======================================================================
Project:                    ALSA - driver
Issue ID:                   1365
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Distribution:               Debian testing (etch)
Kernel Version:             2.6.12.4 vanilla
======================================================================
Date Submitted:             08-24-2005 09:22 CEST
Last Modified:              07-30-2006 18:10 CEST
======================================================================
Summary:                    Dell/Creative Labs Audigy 2 ZS: No capture control
Description: 
Unless this is a user overlooking a step...

There is no mute control on the "Master" item (or most other items for
that matter).
More importantly, the capture items do not have a capture control; they
have level adjustments, but one cannot actually select an item for
capturing.
It appears that this Dell-supplied device (with Audigy subsytem 1003) is
generally unknown to the drivers -- but it does work well for sound
playback.

======================================================================

----------------------------------------------------------------------
 phineas - 12-14-05 23:03 
----------------------------------------------------------------------
The code segment posted by pzad works as provided with alsa included with
debian kernel 2.6.14.

Could someone apply the definition posted by pzad as a patch to CVS?


$ cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12
08:13:09 2005 UTC).

$ cat /proc/asound/cards   
0 [Audigy2        ]: Audigy2 - Audigy 2 ZS [SB0353]
                     Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at
0xccc0, irq 17

----------------------------------------------------------------------
 jcdutton - 07-30-06 18:10 
----------------------------------------------------------------------
Can you please confirm what is says on the actual PCI card?
SB0353 or SB0253.

Can you also list what you tested. Just saying it worked is not very
detailed.
E.g.
Speaker outputs for front, rear, center/lfe and side work.
Mic input works
Line input works.

If you did not test everything, just say "not tested" next to it.



Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-24-05 09:22 phineas        New Issue                                    
08-24-05 09:22 phineas        File Added: vegan.state                      
08-24-05 09:22 phineas        Distribution              => Debian testing (etch)
08-24-05 09:22 phineas        Kernel Version            => 2.6.12.4 vanilla
08-24-05 20:58 phineas        Issue Monitored: phineas                     
08-25-05 17:11 pzad           Note Added: 0005941                          
08-26-05 22:04 phineas        Note Added: 0005958                          
09-17-05 18:54 jdthood        Summary                  Dell/Creative Labs Audigy
2 ZS mixer controls => Dell/Creative Labs Audigy 2 ZS: No capture control
12-14-05 23:03 phineas        Note Added: 0007043                          
07-18-06 14:43 jcdutton       Status                   new => assigned     
07-18-06 14:43 jcdutton       Assigned To               => jcdutton        
07-30-06 18:10 jcdutton       Note Added: 0011322                          
07-30-06 18:10 jcdutton       Status                   assigned => feedback
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control
@ 2006-07-31 16:32 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2006-07-31 16:32 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1365> 
======================================================================
Reported By:                phineas
Assigned To:                jcdutton
======================================================================
Project:                    ALSA - driver
Issue ID:                   1365
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Distribution:               Debian testing (etch)
Kernel Version:             2.6.12.4 vanilla
======================================================================
Date Submitted:             08-24-2005 09:22 CEST
Last Modified:              07-31-2006 18:32 CEST
======================================================================
Summary:                    Dell/Creative Labs Audigy 2 ZS: No capture control
Description: 
Unless this is a user overlooking a step...

There is no mute control on the "Master" item (or most other items for
that matter).
More importantly, the capture items do not have a capture control; they
have level adjustments, but one cannot actually select an item for
capturing.
It appears that this Dell-supplied device (with Audigy subsytem 1003) is
generally unknown to the drivers -- but it does work well for sound
playback.

======================================================================

----------------------------------------------------------------------
 jcdutton - 07-30-06 18:10 
----------------------------------------------------------------------
Can you please confirm what is says on the actual PCI card?
SB0353 or SB0253.

Can you also list what you tested. Just saying it worked is not very
detailed.
E.g.
Speaker outputs for front, rear, center/lfe and side work.
Mic input works
Line input works.

If you did not test everything, just say "not tested" next to it.



----------------------------------------------------------------------
 phineas - 07-31-06 18:32 
----------------------------------------------------------------------
The card is etched with "SB0350" and the stickers on the back also say
"SB0350"
A part list from dell called this a SB0353 -- but I generally don't argue
with what is etched in a board.

I have been happily using the card with alsa 1.0.11rc4 (Wed Mar 22
10:27:24 2006 UTC).  However, the card is still unknown:
$ cat /proc/asound/cards 
 0 [Audigy2        ]: Audigy2 - Audigy 2 [Unknown]
                      Audigy 2 [Unknown] (rev.4, serial:0x10031102) at
0xdcc0, irq 17

I say "happily using" ... here is what little I regularly use, and have
tested:
PCM playback to analog front stereo speakers: works well
Aux 1/8" analog line in playthrough: works well
Aux 1/8" analog line in to Analog_Mix and
PCM capture from Analog_Mix: works well except very low volume (low volume
could easily just be the source signal though...)

I'll try to apply the patch again from pzad, 8-28-05, and will report back
later.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-24-05 09:22 phineas        New Issue                                    
08-24-05 09:22 phineas        File Added: vegan.state                      
08-24-05 09:22 phineas        Distribution              => Debian testing (etch)
08-24-05 09:22 phineas        Kernel Version            => 2.6.12.4 vanilla
08-24-05 20:58 phineas        Issue Monitored: phineas                     
08-25-05 17:11 pzad           Note Added: 0005941                          
08-26-05 22:04 phineas        Note Added: 0005958                          
09-17-05 18:54 jdthood        Summary                  Dell/Creative Labs Audigy
2 ZS mixer controls => Dell/Creative Labs Audigy 2 ZS: No capture control
12-14-05 23:03 phineas        Note Added: 0007043                          
07-18-06 14:43 jcdutton       Status                   new => assigned     
07-18-06 14:43 jcdutton       Assigned To               => jcdutton        
07-30-06 18:10 jcdutton       Note Added: 0011322                          
07-30-06 18:10 jcdutton       Status                   assigned => feedback
07-31-06 18:32 phineas        Note Added: 0011345                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2006-07-31 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-30 16:10 [ALSA - driver 0001365]: Dell/Creative Labs Audigy 2 ZS: No capture control bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2006-07-31 16:32 bugtrack
2006-07-18 12:43 bugtrack
2005-12-14 22:03 bugtrack
2005-09-17 16:54 bugtrack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox