From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 21 11:05:27 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3250D16A41F for ; Fri, 21 Oct 2005 11:05:27 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from station.inter-sonic.com (station.inter-sonic.com [212.247.8.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89C443D4C for ; Fri, 21 Oct 2005 11:05:26 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (localhost [127.0.0.1]) by station.inter-sonic.com (Postfix) with ESMTP id 914AB2F1422; Fri, 21 Oct 2005 13:05:24 +0200 (CEST) Received: from chinacat.inter-sonic.com (unknown [192.168.1.158]) by station.inter-sonic.com (Postfix) with ESMTP id 9EE112F1421; Fri, 21 Oct 2005 13:05:19 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by chinacat.inter-sonic.com (Postfix) with ESMTP id 5193A17022; Fri, 21 Oct 2005 13:05:19 +0200 (CEST) Message-ID: <4358CB6F.2080901@intersonic.se> Date: Fri, 21 Oct 2005 13:05:19 +0200 From: Per olof Ljungmark User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <43575EBE.2010108@intersonic.se> <20051020113619.irjw1shmsgkc8k4o@netchild.homeip.net> <43578834.3040405@intersonic.se> <20051020214514.76551aac.skywizard@MyBSD.org.my> In-Reply-To: <20051020214514.76551aac.skywizard@MyBSD.org.my> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at inter-sonic.com Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio and Digigram UAX220 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 11:05:27 -0000 Ariff Abdullah wrote: > rm -rf /usr/src/sys/dev/sound > rm -f /usr/src/sys/conf/file /usr/src/sys/sys/soundcard.h > rm -f /usr/src/sys/modules/sound/sound/Makefile > > re-cvsup > > get http://people.freebsd.org/~ariff/snd_RELENG_5_20051009_054.diff > (note that RELENG_5, not RELENG_5_X nor RELENG_6 nor HEAD) > > cd /usr/src/ ; patch -p0 < snd_RELENG_5_20051009_054.diff > I followed the above procedure (kernel is GENERIC with i486 and i586 removed) and got the results below. Sources are RELENG_5 from yesterday, I rebuilt both world and kernel from scratch. If there is any information from Digigram that could help I could possibly assist in providing that. Thank you for your efforts, Per olof IBM Thinkpad T41 2373 FreeBSD chinacat.h.inter-sonic.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Oct 20 20:42:52 CEST 2005 peo@chinacat.i.inter-sonic.com:/usr/obj/usr/src/sys/CHINACAT i386 [chinacat] /home/peo# dmesg | grep pcm pcm0: port 0x18c0-0x18ff,0x1c00-0x1cff mem 0xc0000800-0xc00008ff,0xc0000c00-0xc0000dff irq 11 at device 31.5 on pci0 pcm0: pcm1: on uaudio0 pcm1: chn_init(pcm1:play:0) failed: err = 19 pcm1: pcm_chn_create(ua_chan, 1, 0xc1b67a80) failed pcm1: chn_init(pcm1:record:0) failed: err = 19 pcm1: pcm_chn_create(ua_chan, -1, 0xc1b67a80) failed [chinacat] /home/peo# /usr/sbin/mixer Mixer vol is currently set to 100:100 Mixer pcm is currently set to 92:92 Mixer line is currently set to 0:0 Mixer mic is currently set to 0:0 Mixer cd is currently set to 78:78 Mixer rec is currently set to 0:0 Mixer ogain is currently set to 0:0 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Recording source: mic pcm0@pci0:31:5: class=0x040100 card=0x05371014 chip=0x24c58086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio cc -O -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/CHINACAT/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/CHINACAT -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:110: error: redefinition of 'sndstat_vinfo' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:32: error: previous definition of 'sndstat_vinfo' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:115: error: redefinition of 'feed_volume_s16' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:37: error: previous definition of 'feed_volume_s16' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:148: error: redefinition of 'feeder_volume_s16_desc' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:70: error: previous definition of 'feeder_volume_s16_desc' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:152: error: redefinition of 'feeder_volume_s16_methods' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:74: error: previous definition of 'feeder_volume_s16_methods' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:156: error: redefinition of 'feeder_volume_s16_class' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:78: error: previous definition of 'feeder_volume_s16_class' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:156: error: redefinition of 'feeder_volume_s16_sys_init' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:78: error: previous definition of 'feeder_volume_s16_sys_init' was here /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:156: error: redefinition of '__set_sysinit_set_sym_feeder_volume_s16_sys_init' /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/feeder_volume.c:78: error: previous definition of '__set_sysinit_set_sym_feeder_volume_s16_sys_init' was here {standard input}: Assembler messages: {standard input}:185: Error: symbol `sndstat_vinfo' is already defined {standard input}:220: Error: symbol `feeder_volume_s16_desc' is already defined {standard input}:234: Error: symbol `feeder_volume_s16_methods' is already defined {standard input}:242: Error: symbol `feeder_volume_s16_class' is already defined {standard input}:253: Error: symbol `feeder_volume_s16_sys_init' is already defined {standard input}:262: Error: symbol `__set_sysinit_set_sym_feeder_volume_s16_sys_init' is already defined *** Error code 1 Stop in /usr/src/sys/modules/sound/sound.