From alsa-devel-owner@alsa.jcu.cz  Sun Sep  6 22:27:22 1998
Received: from umr.edu (hermes.cc.umr.edu [131.151.1.68])
	by marvin.jcu.cz (8.8.8/8.8.8) with ESMTP id WAA11772
	for <alsa-devel@alsa.jcu.cz>; Sun, 6 Sep 1998 22:27:04 +0200
Received: from AeroSpace.miango.com (dfries.student.umr.edu [131.151.188.49]) via ESMTP by hermes.cc.umr.edu (8.8.7/R.4.20) id PAA25894; Sun, 6 Sep 1998 15:26:57 -0500 (CDT)
Received: (from david@localhost)
	by AeroSpace.miango.com (8.8.8/8.8.7/Debian/GNU) id PAA03454
	for alsa-devel@alsa.jcu.cz; Sun, 6 Sep 1998 15:31:04 -0500
Message-ID: <19980906153104.A374@AeroSpace.miango.com>
Date: Sun, 6 Sep 1998 15:31:04 -0500
From: David Fries <dfries@umr.edu>
To: alsa-devel@alsa.jcu.cz
Subject: 2.1.119 problems and can't compile
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

I just updated the cvs tree just a few minutes ago and I'm getting errors
compiling the tree.  I'm having a similar problem with the sound driver as
I had on an earlier kernel.  Everytime amixer is run /proc/modules lists
snd-gusmax as being used another time and anything that trys to play sound
says "Device or resource busy".

AeroSpace:/tmp/alsa/alsa-driver/kernel/seq$ cvs status seq.c
===================================================================
File: seq.c             Status: Up-to-date

   Working revision:    1.3
   Repository revision: 1.3
/home/alsa/cvsroot/alsa-driver/kernel/seq/seq.c,v

make[2]: Entering directory `/tmp/alsa/alsa-driver/kernel/seq'
gcc -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-D__SMP__ -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
-I/usr/src/linux/include -I../../include -c -o seq.o seq.c
In file included from /usr/include/time.h:63,
                 from /usr/include/sys/time.h:24,
                 from ../../include/seq.h:24,
                 from seq.c:25:
/usr/include/gnu/types.h:75: warning: `__NFDBITS' redefined
/usr/src/linux/include/linux/posix_types.h:30: warning: this is the
location of the previous definition
/usr/include/gnu/types.h:77: warning: `__FDMASK' redefined
/usr/src/linux/include/linux/posix_types.h:42: warning: this is the
location of the previous definition
In file included from /usr/include/sys/select.h:31,
                 from /usr/include/sys/time.h:25,
                 from ../../include/seq.h:24,
                 from seq.c:25:
/usr/include/selectbits.h:30: warning: `__FD_ZERO' redefined
/usr/src/linux/include/asm/posix_types.h:65: warning: this is the location
of the previous definition
/usr/include/selectbits.h:35: warning: `__FD_SET' redefined
/usr/src/linux/include/asm/posix_types.h:45: warning: this is the location
of the previous definition
/usr/include/selectbits.h:40: warning: `__FD_CLR' redefined
/usr/src/linux/include/asm/posix_types.h:50: warning: this is the location
of the previous definition
/usr/include/selectbits.h:49: warning: `__FD_ISSET' redefined
/usr/src/linux/include/asm/posix_types.h:58: warning: this is the location
of the previous definition
In file included from /usr/include/sys/time.h:25,
                 from ../../include/seq.h:24,
                 from seq.c:25:
...

+ cat /proc/sound/version
Advanced Linux Sound Architecture Driver Version 0.2.0-pre4.
Compiled in Sep  4 1998 for kernel 2.1.119 (SMP).
cat: /proc/sound/version: Invalid argument
+ cat /proc/sound/cards
0 [card1          ]: GUS - Gravis UltraSound MAX
                     Gravis UltraSound MAX at 0x220, irq 5, dma 5&6
cat: /proc/sound/cards: Invalid argument
+ cat /proc/modules
snd-gusmax              3420 228
snd-gus                27212   0 [snd-gusmax]
snd-cs4231              7532   0 [snd-gusmax]
snd-synth               1108   0 [snd-gus]
snd-timer               2804   0 [snd-gus snd-cs4231]
snd-midi               11968   0 [snd-gusmax snd-gus]
snd-pcm1-oss           12644   1
snd-pcm1               15640   0 [snd-gus snd-cs4231 snd-pcm1-oss]
snd-pcm                 5124   0 [snd-gusmax snd-gus snd-cs4231 snd-pcm1-oss snd-pcm1]
snd-mixer              12572  -1 [snd-gusmax snd-gus snd-cs4231 snd-pcm1-oss]
snd                    23872   0 [snd-gusmax snd-gus snd-cs4231 snd-synth snd-timer snd-midi snd-pcm1-oss snd-pcm1 snd-pcm snd-mixer]
serial                 17220   0
bsd_comp                3428   1
psaux                   2352   1
ne                      5896   1
3c59x                  16428   1
8390                    5784   0 [ne]
+ uname -a
Linux AeroSpace 2.1.119 #107 SMP Fri Sep 4 12:10:10 CDT 1998 i586 unknown
+ cat /home/david/hwinfo
Dual Pentium 200MHz MMX
Tyan 1653D, Tomcat III
Intel 82439HX, 82371SB chipset
128 megs memory,
NCR53C810 using BSD ported driver
Both IDE and SCSI harddrives
NE2000 compatible ISA
3Com 3c905B
gcc 2.7.2.3


-- 
		+---------------------------------+
		|      David Fries                |
		|      dfries@umr.edu             |
		+---------------------------------+

