From alsa-user-owner@alsa.jcu.cz  Thu Jan  7 21:52:02 1999
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 VAA20511;
	Thu, 7 Jan 1999 21:50:18 +0100
Date: Thu, 7 Jan 1999 21:50:18 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: David Cougle <lunarbard@moonman.com>
cc: alsa-user@alsa.jcu.cz
Subject: Re: sequencer compile problem and mixer problem?
In-Reply-To: <Pine.LNX.4.05.9901071347280.11016-100000@host-209-215-10-85.sld.bellsouth.net>
Message-ID: <Pine.LNX.3.96.990107214817.2162D-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Thu, 7 Jan 1999, David Cougle wrote:

> I'm trying to compile alsa .3pre2 with sequencer support, and I get this
> error...
> 
>  -I/usr/src/linux/include -I../../include -c -o seq_midi_export.o
> seq_midi_export.c
> seq_midi_export.c:15: `snd_seq_midisynth_register_port' undeclared here
> (not in a function)
> seq_midi_export.c:15: initializer element for
> `__ksymtab_snd_seq_midisynth_register_port.value' is not constant
> seq_midi_export.c:16: `snd_seq_midisynth_unregister_port' undeclared here
> (not in a function)
> seq_midi_export.c:16: initializer element for
> `__ksymtab_snd_seq_midisynth_unregister_port.value' is not constant
> make[2]: *** [seq_midi_export.o] Error 1
> make[2]: Leaving directory
> `/home/lunarbard/temp/alsa-driver-0.3.0-pre2/kernel/seq'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory
> `/home/lunarbard/temp/alsa-driver-0.3.0-pre2/kernel'
> make: *** [compile] Error 1
> 
> 
> any ideas?

Looks like you mix some old source with new.. 
Try these commands:

	cd alsa-driver
	make clean
	./cvscompile
	
> Also, I must have changed something because now when I start alsasound it
> says this..
> 
>  alsasound start
> Starting sound driver: snd-card-cs4236 done
> /usr/sbin/alsasound: /proc/asound/0/mixer0: Operation not supported by
> device

Use new alsasound script which uses alsactl program for store/restore
driver settings.

							Jaroslav

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


