Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0001111]: Audigy2NX: Channels interchanged
@ 2005-05-14 15:34 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2005-05-14 15:34 UTC (permalink / raw)
  To: alsa-devel


The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1111> 
======================================================================
Reported By:                fabian
Assigned To:                Clemens Ladisch
======================================================================
Project:                    ALSA - driver
Issue ID:                   1111
Category:                   USB - usb-audio
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Distribution:               
Kernel Version:             2.6.11.9
======================================================================
Date Submitted:             05-14-2005 17:34 CEST
Last Modified:              05-14-2005 17:34 CEST
======================================================================
Summary:                    Audigy2NX: Channels interchanged
Description: 
Hi

I recently bought an Audigy2NX for my Laptop to use my Creative Inspire
5300 5.1 System. I configured around a little bit, and tried to simulate
5.1 sound with stereo-mp3s by copying the audiostreams using TTable. I got
very confusing results so I tried speaker-test.

speaker-test -D default -c 6 -f 300 -p 300

default is, cause I have to resample output to 48k to get correct sound:

1. Problem:
The confusing thing is that I noticed that the rear speakers are
interchanged with the subwoofer/center speaker. First I thought I made a
mistake with the plugs, but I checked everything: I only get the correct
output, when I plug the black chord for rear speaker in "Sub/center" on
the Audigy and vice versa.

Little other problems:
* The Master volume adjustor on the card itself doesn't work.
* When I use the "Mute" button on the card, I only can unmute in software
* The channels in "Alsamixer" are named very confusingly: 
Speaker
Speaker1
Speaker2
Speaker2
Speaker2
Speaker2
Speaker3 (is a switch)
How does Alsamixer get the labels for the channels? Can one rename the
channels anywhere?

And a question:
* Will the remote control work someday?


And the last thing I want to say: I got in touch with ALSA today the first
time, and I'm fascinated about the things you can do especially in
asound.conf. Great great great Work! :-)

greetings
fabian

PS:
My /etc/asound.conf:

pcm.intel8x0 {
        type hw
        card 0
}

ctl.intel8x0 {
        type hw
        card 0
}

pcm.Audigy2NX {
        type hw
        card 1
}

ctl.Audigy2NX {
        type hw
        card 1
}

pcm.!default {
        type plug
        slave {
                pcm Audigy2NX
                rate 48000
        }
}

ctl.!default {
        type plug
        slave {
                ctl Audigy2NX
                rate 48000
        }
}

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-14-05 17:34 fabian         New Issue                                    
05-14-05 17:34 fabian         Kernel Version            => 2.6.11.9        
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click

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

* [ALSA - driver 0001111]: Audigy2NX: Channels interchanged
@ 2005-06-24  7:29 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2005-06-24  7:29 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1111> 
======================================================================
Reported By:                fabian
Assigned To:                Clemens Ladisch
======================================================================
Project:                    ALSA - driver
Issue ID:                   1111
Category:                   USB - usb-audio
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Distribution:               
Kernel Version:             2.6.11.9
======================================================================
Date Submitted:             05-14-2005 17:34 CEST
Last Modified:              06-24-2005 09:29 CEST
======================================================================
Summary:                    Audigy2NX: Channels interchanged
Description: 
Hi

I recently bought an Audigy2NX for my Laptop to use my Creative Inspire
5300 5.1 System. I configured around a little bit, and tried to simulate
5.1 sound with stereo-mp3s by copying the audiostreams using TTable. I got
very confusing results so I tried speaker-test.

speaker-test -D default -c 6 -f 300 -p 300

default is, cause I have to resample output to 48k to get correct sound:

1. Problem:
The confusing thing is that I noticed that the rear speakers are
interchanged with the subwoofer/center speaker. First I thought I made a
mistake with the plugs, but I checked everything: I only get the correct
output, when I plug the black chord for rear speaker in "Sub/center" on
the Audigy and vice versa.

Little other problems:
* The Master volume adjustor on the card itself doesn't work.
* When I use the "Mute" button on the card, I only can unmute in software
* The channels in "Alsamixer" are named very confusingly: 
Speaker
Speaker1
Speaker2
Speaker2
Speaker2
Speaker2
Speaker3 (is a switch)
How does Alsamixer get the labels for the channels? Can one rename the
channels anywhere?

And a question:
* Will the remote control work someday?


And the last thing I want to say: I got in touch with ALSA today the first
time, and I'm fascinated about the things you can do especially in
asound.conf. Great great great Work! :-)

greetings
fabian

PS:
My /etc/asound.conf:

pcm.intel8x0 {
        type hw
        card 0
}

ctl.intel8x0 {
        type hw
        card 0
}

pcm.Audigy2NX {
        type hw
        card 1
}

ctl.Audigy2NX {
        type hw
        card 1
}

pcm.!default {
        type plug
        slave {
                pcm Audigy2NX
                rate 48000
        }
}

ctl.!default {
        type plug
        slave {
                ctl Audigy2NX
                rate 48000
        }
}

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

----------------------------------------------------------------------
 Clemens Ladisch - 06-24-05 09:29 
----------------------------------------------------------------------
ALSA 1.0.9 has better control names, and you don't need the 48 kHz hack
anymore.

The remote control is supported with the alsa_usb driver in the CVS
version of LIRC.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-14-05 17:34 fabian         New Issue                                    
05-14-05 17:34 fabian         Kernel Version            => 2.6.11.9        
06-24-05 09:29 Clemens LadischNote Added: 0005206                          
======================================================================




-------------------------------------------------------
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] 3+ messages in thread

* [ALSA - driver 0001111]: Audigy2NX: Channels interchanged
@ 2006-07-30 23:49 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2006-07-30 23:49 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1111> 
======================================================================
Reported By:                fabian
Assigned To:                Clemens Ladisch
======================================================================
Project:                    ALSA - driver
Issue ID:                   1111
Category:                   USB - usb-audio
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Distribution:               
Kernel Version:             2.6.11.9
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             05-14-2005 17:34 CEST
Last Modified:              07-31-2006 01:49 CEST
======================================================================
Summary:                    Audigy2NX: Channels interchanged
Description: 
Hi

I recently bought an Audigy2NX for my Laptop to use my Creative Inspire
5300 5.1 System. I configured around a little bit, and tried to simulate
5.1 sound with stereo-mp3s by copying the audiostreams using TTable. I got
very confusing results so I tried speaker-test.

speaker-test -D default -c 6 -f 300 -p 300

default is, cause I have to resample output to 48k to get correct sound:

1. Problem:
The confusing thing is that I noticed that the rear speakers are
interchanged with the subwoofer/center speaker. First I thought I made a
mistake with the plugs, but I checked everything: I only get the correct
output, when I plug the black chord for rear speaker in "Sub/center" on
the Audigy and vice versa.

Little other problems:
* The Master volume adjustor on the card itself doesn't work.
* When I use the "Mute" button on the card, I only can unmute in software
* The channels in "Alsamixer" are named very confusingly: 
Speaker
Speaker1
Speaker2
Speaker2
Speaker2
Speaker2
Speaker3 (is a switch)
How does Alsamixer get the labels for the channels? Can one rename the
channels anywhere?

And a question:
* Will the remote control work someday?


And the last thing I want to say: I got in touch with ALSA today the first
time, and I'm fascinated about the things you can do especially in
asound.conf. Great great great Work! :-)

greetings
fabian

PS:
My /etc/asound.conf:

pcm.intel8x0 {
        type hw
        card 0
}

ctl.intel8x0 {
        type hw
        card 0
}

pcm.Audigy2NX {
        type hw
        card 1
}

ctl.Audigy2NX {
        type hw
        card 1
}

pcm.!default {
        type plug
        slave {
                pcm Audigy2NX
                rate 48000
        }
}

ctl.!default {
        type plug
        slave {
                ctl Audigy2NX
                rate 48000
        }
}

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

----------------------------------------------------------------------
 Clemens Ladisch - 06-24-05 09:29 
----------------------------------------------------------------------
ALSA 1.0.9 has better control names, and you don't need the 48 kHz hack
anymore.

The remote control is supported with the alsa_usb driver in the CVS
version of LIRC.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-14-05 17:34 fabian         New Issue                                    
05-14-05 17:34 fabian         Kernel Version            => 2.6.11.9        
06-24-05 09:29 Clemens LadischNote Added: 0005206                          
07-31-06 01:49 Adrian Bunk    Status                   assigned => resolved
07-31-06 01:49 Adrian Bunk    Resolution               open => fixed       
======================================================================



-------------------------------------------------------------------------
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] 3+ messages in thread

end of thread, other threads:[~2006-07-30 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-24  7:29 [ALSA - driver 0001111]: Audigy2NX: Channels interchanged bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2006-07-30 23:49 bugtrack
2005-05-14 15:34 bugtrack

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