-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Hybrid Mode disables hdmi audio #171
Comments
@salvirosales99 I think the problem is in the udev rules, if you go to |
Excuse me,how do I know about that? I'll drop what 80-nvidia-pm.rules has: Remove NVIDIA USB xHCI Host Controller devices, if presentACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c0330", ATTR{remove}="1" Remove NVIDIA USB Type-C UCSI devices, if presentACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c8000", ATTR{remove}="1" Remove NVIDIA Audio devices, if presentACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x040300", ATTR{remove}="1" Enable runtime PM for NVIDIA VGA/3D controller devices on driver bindACTION=="bind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="auto" Disable runtime PM for NVIDIA VGA/3D controller devices on driver unbindACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="on" ` |
Please remove these lines
|
Now the HDMI audio is back |
Amazing, could you check if RTD3 is working when HDMI is not connected? |
You mean something like this: $ cat /proc/driver/nvidia/gpus/0000:01:00.0/power GPU Hardware Support: |
Hey its me again,same issue and now the 80-nvidia.pm.rules doesnt exist now |
@salvirosales99 it got moved to a different path on #181 |
I've found it,I've removed those lines,I've rebooted the pc and still don't have hdmi audio |
I've commented out the line that removes nvidia audio devices in /etc/udev/rules.d/80-nvidia-pm.rules, HDMI audio is now working and RTD3 is working too |
Describe the bug
When I switch from default to hybrid and reboot,the hdmi output device dissapears.Using
sudo envycontrol --reset
and rebooting,makes the device back againTo Reproduce
Steps to reproduce the behavior:
sudo envycontrol -s hybrid
Expected behavior
After reboot,it should show the HDMI audio device
System Information:
The text was updated successfully, but these errors were encountered: