From owner-freebsd-questions@freebsd.org Thu Aug 18 07:51:05 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7678FBBE6BD for ; Thu, 18 Aug 2016 07:51:05 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5051914ED for ; Thu, 18 Aug 2016 07:51:05 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 305E8204E4 for ; Thu, 18 Aug 2016 03:51:04 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute2.internal (MEProxy); Thu, 18 Aug 2016 03:51:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bontempi.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Tc5 b3BP9XwiMtrdrrLNRF7NRA10=; b=V31AP4qh+r9qkNLPrHj69lhc9hMV7A0a0h6 e8h3PMk7SFAPfr9HJptcrwbxWJ2ke7wh7+BHX65vpMbdS4lQ7jiiir7tv0YVKvoo JMIGZWyl3POci72DMTFk9hq9o3wq7Atk0mNtFnFy8FQfQ/Zueu/02m6ZBWFlq1vo xot9KTY4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=Tc5b3BP9XwiMtrdrrLNRF7NRA10=; b=Tz3QN Vu52llpscWpfE2GTpgcSSMslTK5oR8A7i9i/UJKQNAur8/ojlH3LymnE65hyKpUx Ft3+o0MudKTbjf/0a44dAnMbxEUPt/g+1+RKOVwf2XkMhlQk9t06ob2BlSdfc9l3 PLsWuH8m6/tgDistfaf87upQI0lhjAgtLfadXA= Received: by mailuser.nyi.internal (Postfix, from userid 99) id EF7ED6A2DF; Thu, 18 Aug 2016 03:51:03 -0400 (EDT) Message-Id: <1471506663.1948586.698825249.221DB110@webmail.messagingengine.com> X-Sasl-Enc: tqEZQAM/2ig8g8IIl0DIINgQ3RN5waOTKo5OhcdH1mBR 1471506663 From: Priyadarshan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b25c4c74 Subject: Re: Facing a strange problem Date: Thu, 18 Aug 2016 07:51:03 +0000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 07:51:05 -0000 On Wed, 17 Aug 2016, at 19:11, Manish Jain wrote: > Hi, > > I am facing a strange situation on my FreeBSD (10.3 amd64) box - some > very > subtle hardware problem which I cannot determine what and which is > causing me > a lot of grief. > > I recently upgraded my motherboard, CPU and DDR RAM because the previous > hardware was making a lot of high-pitched noise. After installing the new > MB + CPU + CPU fan RAM, the high-pitched noise (which resembles a bad > bearing turning furiously) has not gone away. The pitch has changed, but > there > is an incessant noise which becomes pretty irritating after some time > sitting > next to the PC. > > The noise is most pronounced as I hover and move among the categories in > the gnome3 Applications menu. I have no idea whether this has anything to > do > with Radeon HD 8470D onboard graphics chip, which is currently > unsupported > on FreeBSD and has to be driven with the vesa driver. But it is a > possibility because, as far as I remember, the noise was not present when > I was running Windows XP with the correct official graphics driver. If > the > noise is related to graphics, then quite likely the source would be the > RAM modules - my system's video RAM comes from the main RAM. > > Other possibilities include the power supply unit and the cables. I am > currently ruling out the MB, CPU and CPU fan because all of them are > brand > new. I suppose the hard disk can also be ruled out it is a solid state > disk purchased just 2 months back. Except for the mouse, all USB devices > too can be ruled too because I disconnected all USB peripherals (bar > the mouse, for which I changed the port from backside to front) and the > noise keeps coming unabated. > > Anyone who can help my identify the root cause would do an immense > favour. > Short of buying a new computer, I am perfectly willing to spend some > money > for new hardware that could put a fullstop to this messy noise. If the > noise is deemed to be from RAM, would installing a separate graphics card > solve the issue ? Suggestions are most welcome. > > Thanks for any help. > Manish Jain I had a similar issue with FreeBSD 10.x on a workstation with nVidia card. It was high pitched, very audible, and changing in frequency, based on CPU and IO activity. Booting the same box from Linux was giving a different whine, lower pitch, lower volume, and more stable (no much change, even with CPU and IO activity). When we changed the GPU (always nVidia), the whine changed again, more subdued that time. In that case, it was definitely the interaction between the driver and the GPU. They are giving us new workstations, with nVidia 970, I shall let you know how they fare, it may take a month or so. Priyadarshan