From alsa-devel-owner@alsa.jcu.cz  Thu Dec 10 21:10:49 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id VAA23963;
	Thu, 10 Dec 1998 21:10:33 +0100
Date: Thu, 10 Dec 1998 21:10:34 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: Anders Semb Hermansen <ahermans@vf.telia.no>
cc: alsa-devel@alsa.jcu.cz
Subject: Re: ISA Plug & Play support in ALSA
In-Reply-To: <Pine.LNX.4.04.9812102054380.5008-200000@pluto.andeby>
Message-ID: <Pine.LNX.3.96.981210210843.5662E-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Thu, 10 Dec 1998, Anders Semb Hermansen wrote:

> 
> On Wed, 9 Dec 1998, Jaroslav Kysela wrote:
> >
> > If you have some trouble with detection, please, send me your
> /proc/isapnp
> > file or isapnp.conf file or patch for your driver (PnP identification is
> > in begin of top level modules for soundcard).
> >
> 
> Hello
> 
> I have some trouble getting my Creative SB AWE 64 (not gold) to work with
> the new isapnp system.
> 
> When I run "modprobe snd-sbawe" I get:
> isapnp: Device 'Creative SB AWE64 PnP'
> isapnp: 1 Plug & Play device detected total
> snd: isapnp failed for SB16
> snd: Sound Blaster 16 soundcard #1 not found or device busy
> /lib/modules/2.1.131/misc/snd-sb16.o: init_module: Device or resource busy
> snd: Device or resource busy

OK. Bellow patch (or latest CVS source) may help. Let me know..

Index: sb16.c
===================================================================
RCS file: /home/alsa/cvsroot/alsa-driver/cards/sb16.c,v
retrieving revision 1.8diff -u -r1.8 sb16.c
--- sb16.c      1998/12/09 11:59:57     1.8
+++ sb16.c      1998/12/10 20:07:55
@@ -114,6 +114,12 @@
        (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0021), /* WaveTable */
#endif
	/* Sound Blaster AWE 64 PnP */
+       (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x009d),   /* DEVICE */
+       (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0042), /* Audio */
+#ifdef SND_SBAWE
+       (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0022), /* WaveTable */
+#endif
+       /* Sound Blaster AWE 64 PnP */
        (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_DEVICE(0x00e4),   /* DEVICE */
        (ISAPNP_VENDOR('C','T','L')<<16)|ISAPNP_FUNCTION(0x0045), /* Audio */
 #ifdef SND_SBAWE


							Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


