7

I have a laptop that periodically notifies me that some piece of hardware was installed/removed by playing the little ba-dum sound. I have no idea what hardware is changing - I am not adding or removing any devices. Is there a piece of software or maybe a PowerShell script I can run that hooks into WMI or whatever similar event would actually trigger the sound to be played and get more info on what device is appearing or vanishing from my system? I would love to know what is causing this so I can replace/reconfigure/retire this piece of hardware.

Update 1: The hardware is an HP 8760w laptop, with a dock. The issue is definitely more pronounced when docked.

Update 2: I opened the Device Manager and switched the View menu choice to Devices By Connection, and expanded every element of the tree. Through some process of elimination and just watching it, I narrowed it down to the element shown in the picture below. There is a "Generic USB Hub" attached to what appears might be related to the fingerprint reader. As I have no need for the fingerprint reader, or any of the USB Hubs attached to EHCI controller 1C2D - I just disabled it in the device manager for now. I may look and see if I can just disable the fingerprint reader in the BIOS.

clipping from device manager

Update 3: I want to still leave this open as there is not an answer to "detect hardware changes" through software/script/PowerShell/WMI something. The human parser is only so accurate with finite timing :)

Cfinley
  • 1,435
Goyuix
  • 6,607

2 Answers2

3

In Device Manager double-click on some device (in this case it's one of my ethernet ports) go to Power Management and uncheck Allow computer to turn off this device to save power. Do this for every device that has that option. You'll need to go to each of them manually, then once that's done, and you don't get that sound anymore, go through and check each box again until it starts happening again.

Power Management

imtheman
  • 4,783
0

I had a similar issue driving me crazy for 6 months. I tried to disable many hardware parts and finally found the broken device: my "Biometric Device". I just disabled it and observed no random hardware changes any more. I enabled it again and the bouncing sound came back again.

I don't need that hardware on my laptop. I just kept it disabled and everything is ok now, I don't remove it because I don't want to see the orange triangle on my device manager.

Jens Erat
  • 18,485
  • 14
  • 68
  • 80