On Mon, 2005-10-31 at 11:03 -0500, Rick Wright wrote:
These machines are basically clones and the Audigy2 card is in the
same PCI slot in both machines.
Sorry I should have been more specific. I need
"lspci -vn | grep -A1 0401" output for both machines.
Ok, here they are.
Rick
plain text document attachment (lspci-output-no-side-channels.txt)
00:0b.0 Class 0401: 1102:0004 (rev 04)
Subsystem: 1102:1005
plain text document attachment
(lspci-output-side-channels-working.txt)
00:0b.0 Class 0401: 1102:0004 (rev 04)
Subsystem: 1102:2001
The driver currently detects the card with the non-working side channels
as an Audigy 2 EX. Is this correct? Do you know whether all Audigy2 EX
cards have side channels?
Anyway, here's a patch to enable the side channels.
Enable side surround channels for Audigy2 EX. Tested by Rick Wright
<riwright@vt.edu>.
Signed-Off-By: Lee Revell <rlrevell@joe-job.com>
--- alsa-kernel/pci/emu10k1/emu10k1_main.c~ 2005-10-28 17:20:22.000000000 -0400
+++ alsa-kernel/pci/emu10k1/emu10k1_main.c 2005-11-05 14:22:34.000000000 -0500
@@ -680,6 +680,7 @@
.emu10k2_chip = 1,
.ca0102_chip = 1,
.ca0151_chip = 1,
+ .spk71 = 1,
.spdif_bug = 1} ,
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10021102,
.driver = "Audigy2", .name = "Audigy 2 Platinum [SB0240P]",
Lee,