Subject: Re: Sound Blaster Live!
To: None <current-users@NetBSD.org>
From: Matthias Scheler <tron@zhadum.de>
List: current-users
Date: 04/21/2005 20:20:25
In article <853d365c0504211000530c8b45@mail.gmail.com>,
	Alan Silva <alan.silva@gmail.com> writes:
> I have a Sound Blaster Live!

No, you don't. ;-)

> Hardware detects and put in my dmesg
> 
> Creative Labs SB Audigy LS (audio multimedia) at pci0 dev 6 function 0
> not configured

That's a Sound Blaster Audigy which is the next generation of soundcards
that Creative released after the Sound Blaster Live.

> How do configure this????

You could try the following *completely untested* patch:

Index: emuxki.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/emuxki.c,v
retrieving revision 1.41
diff -u -r1.41 emuxki.c
--- emuxki.c	27 Feb 2005 00:27:32 -0000	1.41
+++ emuxki.c	21 Apr 2005 20:18:47 -0000
@@ -398,6 +398,7 @@
 	case PCI_PRODUCT_CREATIVELABS_SBLIVE:
 	case PCI_PRODUCT_CREATIVELABS_SBLIVE2:
 	case PCI_PRODUCT_CREATIVELABS_AUDIGY:
+	case PCI_PRODUCT_SBAUDIGYLS:
 		return 1;
 	default:
 		return 0;

There is however no guaranty that it won't cause kernel panics or even
blow your computer.

	Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/