From owner-freebsd-stable@FreeBSD.ORG Tue Nov 29 20:59:38 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6463E16A422 for ; Tue, 29 Nov 2005 20:59:38 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2654D43DFD for ; Tue, 29 Nov 2005 20:57:07 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 17671 invoked from network); 29 Nov 2005 20:56:43 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Nov 2005 20:56:43 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5640D28425; Tue, 29 Nov 2005 15:56:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: Marco Calviani References: <200511291253.29915.joao@matik.com.br> From: Lowell Gilbert Date: 29 Nov 2005 15:56:42 -0500 In-Reply-To: Message-ID: <44d5kjb2b9.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: snd_ich and syntax error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 20:59:38 -0000 Marco Calviani writes: > I use it on 6.0-Stable but the AC97 is still not working but I got no err= or >=20 > > compiling it into the kernel > > > > Jo=E3o > > > > > Hi, > i'm attaching my config file. And the error i'm having is: >=20 > config: MARCO1:283: syntax error >=20 > However if i try to load the module with kldload snd_ich the sound card > works perfectly: >=20 > leased-248# cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x1c00, 0x18c0 irq 10 bufsz 16384 kld > snd_ich (1p/1r/0v channels duplex default) >=20 > Please note that doublequoting snd_ich gives the very same results. Well, you need to end the file with a linefeed. Do you get the error if you add a newline at the end?