From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 23:45:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD01437B401 for ; Tue, 10 Jun 2003 23:45:52 -0700 (PDT) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B8743F85 for ; Tue, 10 Jun 2003 23:45:51 -0700 (PDT) (envelope-from schuerge@wjpserver.cs.uni-sb.de) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.9/2003020700) with ESMTP id h5B6jfVU013576; Wed, 11 Jun 2003 08:45:41 +0200 (CEST) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.9/2003020700) with ESMTP id h5B6jesN014517; Wed, 11 Jun 2003 08:45:40 +0200 (CEST) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.9/2003052300) with ESMTP id h5B6jdsi004539; Wed, 11 Jun 2003 08:45:39 +0200 (CEST) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.6/8.11.6) id h5B6j6O16046; Wed, 11 Jun 2003 08:45:06 +0200 Date: Wed, 11 Jun 2003 08:45:06 +0200 From: Thomas Schuerger To: Jud Message-ID: <20030611084506.A15965@wjpserver.cs.uni-sb.de> References: <20030610101729.A809@wjpserver.cs.uni-sb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from judmarc@fastmail.fm on Tue, Jun 10, 2003 at 06:50:46PM -0400 cc: freebsd-questions@freebsd.org Subject: Re: Sound card noises on graphics card access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 06:45:53 -0000 > > I have the following problem with FreeBSD 4.7-STABLE (running XFree86 > > 4.2.0). > > > > Recently, my AGP graphics card (Matrox G200) stopped working (a hardware > > defect), so I used a rather old PCI Mach64 card instead. I also have > > a Soundblaster AWE 64 (ISA, using pcm) in my box. > > > > Now, whenever the PCI bus is accessed while the soundcard plays something > > (e.g. > > by moving windows around or playing a movie), I can actually *hear* the > > bus > > accesses in my loudspeakers (very short and frequent pauses and clicking > > noises - several per second, which sounds rather strange). > > > > It was the same (but the noises where extremely rare) when my MGA 200 was > > still > > working, but with the PCI card, it is really horrible. > > > > When using Win98, my system behaves normally (no strange noises can be > > heard on graphics access). > > > > I figure this being a driver problem. What can I do about that? Are > > there any parameters I may have forgotten to set? > > Had the same type of problem when I initially tried BeOS and FreeBSD after > living in the Win world. Whenever I moved the mouse cursor the sound card > emitted a noise like a motorboat - even increased in frequency as the > cursor accelerated! > > I think it's likely the sound card is picking up changes in electrical > field from the old video card. Separate the two within the case as much as > possible and see if that helps - when I did it here, it put the "motorboat" > in permanent drydock. :) It's not that the video card electrically influences the sound card that way. The sound is actually also delayed a bit upon PCI bus accesses (which could not happen if the audio signal was simply influenced by induction, also, this would happen when using Windows, too). It may be an interrupt problem or something else (some sort of bus contention?). Perhaps FreeBSD uses the same interrupts for both cards (remember one is a PCI card and the other one is an ISA card) and Windows doesn't. Greetings, Thomas.