-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday, 14.12.2005 at 10:27 +0000, James Courtier-Dutton wrote:
> "speaker-test -c6 -Dplug:surround51" will output pink noise.
> "speaker-test -t2 -c6 -Dplug:surround51" will output a clean sine wave.
Hmmm ... "-t" option is not available, I have speaker-test 1.0.8
Which leads me to a question: I have been building and installing all
the ALSA modules, from latest CVS, but I haven't updated my other ALSA
utilies, i.e. whatever comes in the Debian packages alsa-base and
alsa-utils:
ii alsa-base 1.0.8-7 ALSA driver configuration files
ii alsa-oss 1.0.8-1 ALSA wrapper for OSS applications
ii alsa-source 1.0.8-7 ALSA driver sources
ii alsa-utils 1.0.8-4 ALSA utilities
Would this matter??
I've also modified your patch, James, because the serial is different on
my card, which I've labelled as 'SBdavee' in my case:
- ------------------------------------------------------------------------
azimuth:/usr/src/alsa/alsa-kernel/pci/ca0106# cvs diff -u
cvs diff: Diffing .
Index: ca0106_main.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ca0106/ca0106_main.c,v
retrieving revision 1.27
diff -u -r1.27 ca0106_main.c
- --- ca0106_main.c 1 Dec 2005 10:49:58 -0000 1.27
+++ ca0106_main.c 14 Dec 2005 19:24:42 -0000
@@ -188,6 +188,16 @@
.name = "MSI K8N Diamond MB [SB0438]",
.gpio_type = 1,
.i2c_adc = 1 } ,
+ /* SB Audigy SE is a SB Live 24bit without AC97 */
+ /* Fixes alsa-bug #1636 */
+ { .serial = 0x100a1462,
+ .name = "SB Audigy SE [SBxxxx]",
+ .gpio_type = 1,
+ .i2c_adc = 1 } ,
+ { .serial = 0x100a1102,
+ .name = "SB Audigy SE [SBdavee]",
+ .gpio_type = 1,
+ .i2c_adc = 1 } ,
/* Shuttle XPC SD31P which has an onboard Creative Labs Sound Blaster Live! 24-bit EAX
* high-definition 7.1 audio processor".
* Added using info from andrewvegan in alsa bug #1298
@@ -197,7 +207,7 @@
.gpio_type = 1,
.i2c_adc = 1 } ,
{ .serial = 0,
- - .name = "AudigyLS [Unknown]" }
+ .name = "AudigyLS [ReallyUnknown]" }
};
/* hardware definition */
- ------------------------------------------------------------------------
I added the label 'ReallyUnknown' when I started trouble-shooting,
because /proc/asound/cards was telling me I have "AudigyLS [Unknown]"
and I wanted to be sure that it was because the card detection was
really falling through to this default setting! It was at that point I
noticed that the serial number for my card was 0x100a1102 and not
0x100a1462 as in your patch, so I added the extra section to your
source: I don't really understand the source, but I guess what I've done
makes sense.
Anyway, having done all that, I get no sound at all now, apart from
white-noise when setting 'SPDIF Out' in the mixer. All other things,
including speaker-test, fail to make any noise whatsoever ... :-/
Dave.
- --
Dave Ewart - davee@... - jabber: davee@...
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDoHNZnhBnac0o2pIRApMaAJ9UUvC7aI83ETVYG5drs2laPXtElwCdFilK
Dp5OXeilOCYCA18qYLr5x78=
=IqM1
-----END PGP SIGNATURE-----
|