0

I have some problems with my new Asus laptop , AMD 5600H + rtx 3050 

After installing window, I installed pop OS with Nvidia driver ( dual boot ), everything seem to be fine, but after switching from popos to window, there are some problem with sound so I tried to reinstall driver, It seems to be fine but after reset sound problem appear again. If after trying to remove the pop os partition, the sound problem disappears!!! 

I tried to replace Pop OS with Ubuntu but nothing changed.

Is this problem related to the boot partition ? 

1 Answers1

-1

I too have the same issue with my Vivobook pro, I got a temporary solution to fix this issue.

sudo #!/bin/bash
sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0x1b
sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x4a4b
sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf
sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74

Run this script then use the power button to shutdown your system(The normal power Off/restart/ with sudo privilege also didn't fix). I don't know how but this fixed my system. This will solve the issue until you boot to windows again, then you have to redo the process. I don't know if there is any other methods available to fix this issue permanently, but this is the only method that worked for me after trying multiple methods.

Nevil
  • 61