HDaudbus pops

I tried another video and still hear the small cracks. ( again it's very few and low maybe not worth to mention at all :)) )
here is my latency looks like now
 

Attachments

  • Screenshot (7).png
    Screenshot (7).png
    672.1 KB · Views: 2
Right-click the Start button.
From the context menu, click Command Prompt (Admin) (a new black window should appear).
Type the following into the Command Prompt (the black window):
Code:
msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"
(You should find msinfo32.nfo on your desktop, when it finishes)

If you prefer to use powershell (admin) (or if the start context menu offers only powershell(admin)), the command to launch is:
Code:
msinfo32 /nfo "$env:USERPROFILE\Desktop\msinfo32.nfo"

Then zip and upload it here.
 
Sorry, I wanted to see dxdiag:
  • In Windows, select Start and enter dxdiag into the search box on the taskbar.
  • Select dxdiag from the results.
  • In the tool, select Save All Information for an easily shared format.
    Note   Note
    You will find the Save All Information button between Next Page and Exit at the bottom of the window.

    (You should find dxdiag.txt on your desktop, when it finishes)
  • Then zip and upload it here.
 
Let's see if something changed:
  • From an elevated command prompt (command prompt (admin)), launch this command:
    Code:
    reg query "hklm\SYSTEM\CurrentControlSet\Enum\PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10\3&11583659&0&B8\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v msisupported
  • You should get this:
    Rich (BB code):
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10\3&11583659&0&B8\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties
        msisupported    REG_DWORD    0x0 <--- We changed this at fourth post
 
Then, re-launch the command to change it, from an elevated command prompt (and then, reboot):
Code:
reg add "hklm\SYSTEM\CurrentControlSet\Enum\PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10\3&11583659&0&B8\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v MSISupported /t reg_dword /d 0 /f
 
It has changed back to 0x0, I didn't hear any cracks yet but still latencymon shows some latency, this time in ISR too.
 

Attachments

  • Screenshot (8).png
    Screenshot (8).png
    635.3 KB · Views: 1
yeah, you're right, I think I'm a little obsessed about that :))
As I said, I didn't hear any obvious cracks after changing that MSISUPPORT value from regeditor at the fourth post.
one more question, Is there any difference between changing the msisupport value from cmd with changing it from regeditor ? cause in my regeditor the value is still 1 but in cmd when I type that command you told the value is 0. do these two strings are different?
 
No, they should be equal.
And yes, you can change it from regedit.
Re-try the command to check it:
Code:
reg query "hklm\SYSTEM\CurrentControlSet\Enum\PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10\3&11583659&0&B8\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v msisupported
 
oh, yes sorry, and sorry for asking too many questions. I don't hear any specific cracks ( maybe a few pops out in very low sound sometimes but not like before ) and it is all that matters :))
Thanks, again.
 
Hi, the cracks sounds are back. It was ok for a couple of days but they're back again. Just like when I have changed the windows or restarted my laptop they were gone for a couple of days and after that, they were back.
 
I checked and my driver which we've changed it from Intel(R) Chipset SATA/PCIe RST Premium Controller to Standard SATA AHCI Controller, has been changed back to intel. I changed it again, Is there anyway to prevent that changing? I think it was updated .
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top