Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

Optirun doesn't activate gpu audio over HDMI Or Displayport #802

Open MrCoe1989 opened 7 years ago

MrCoe1989 commented 7 years ago

Hello

I'm currently running bumblebee with the proprietary nvidia drivers on arch linux i can enable multimonitor support via the steps outlined in your multi monitor guide but hdmi audio support is not available, unless i switch the bios to discreate graphics only.

aplay -l displays the following: card 0: PCH [HDA Intel PCH], device 0: ALC98 Analog [ALC298 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0

Any ideas ?

Kind Regards

Ryan

Lekensteyn commented 7 years ago

Try the PCI rescan method from https://bugs.freedesktop.org/show_bug.cgi?id=75985

MrCoe1989 commented 7 years ago

Thank you for the response, i tried it with no success

markus2330 commented 4 years ago

I have the same problem. echo 1 | sudo tee /sys/bus/pci/rescan also did not bring up the audio device. Something else I can try?

mirh commented 4 years ago

5.3 comes with a fix for the issue mentioned above https://github.com/torvalds/linux/commit/b516ea586d717472178e6ef1c152e85608b0ce32 In addition to it, I see there was other work related to HDA

So.. I don't know, just make sure to be running an updated driver, and try that?