From owner-freebsd-current Tue Dec 7 13:24:20 1999 Delivered-To: freebsd-current@freebsd.org Received: from gatekeeper.radio-do.de (gatekeeper.Radio-do.de [193.101.164.1]) by hub.freebsd.org (Postfix) with ESMTP id 0D9E214DA5 for ; Tue, 7 Dec 1999 13:24:16 -0800 (PST) (envelope-from fn@gatekeeper.radio-do.de) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by gatekeeper.radio-do.de (Postfix) with ESMTP id B40C7BECB; Tue, 7 Dec 1999 22:23:31 +0100 (MET) Received: (from fn@localhost) by trinity.radio-do.de (8.9.3/8.9.3) id WAA00659; Tue, 7 Dec 1999 22:24:15 +0100 (CET) (envelope-from fn@gatekeeper.radio-do.de) Date: Tue, 7 Dec 1999 22:24:15 +0100 From: Frank Nobis To: Thomas Schuerger , freebsd-current@FreeBSD.ORG Subject: Re: AWE64 problems Message-ID: <19991207222414.A555@radio-do.de> References: <199912071743.SAA12567@wjpserver.cs.uni-sb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912071743.SAA12567@wjpserver.cs.uni-sb.de> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 07, 1999 at 06:43:55PM +0100, Thomas Schuerger wrote: > Hi! > > I am still having problems getting my AWE64 soundcard to > work with the newpcm driver (the "old" pcm driver worked > fine). > > Any ideas what I am doing wrong? Are there more people > having problems with their AWE64? > > Any help is appreciated! I had the same problem with my AWE64. An older kernel @(#)FreeBSD 4.0-CURRENT #1: Sun Nov 28 18:54:55 CET 1999 was working correct with "device pcm" and "device sbc" I dived into the source and put some printf's. I noticed that the sbc_attach never got called. This is my patch. Now it is working again, but I don't have a clue if I did it the right way. --- sbc.c.orig Mon Dec 6 19:26:31 1999 +++ sbc.c Tue Dec 7 22:15:25 1999 @@ -110,7 +110,7 @@ if (error) return error; else - return -100; + return -1; } static int Frank -- ~/.signature not found: wellknown error 42 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message