sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.63k stars 389 forks source link

disable_dgpu option breaks sound #1257

Open hacker1024 opened 2 years ago

hacker1024 commented 2 years ago

I have a Dell Inspiron 7586 with Realtek ALC3254 audio, an integrated UHD 620 iGPU and an NVIDIA GeForce MX150 dGPU. When I add the disable_dgpu option, no audio input or output devices are detected, and no sound cards show up in /sys/class/sound.

sebanc commented 2 years ago

This is something which has not been tested yet, could you attach a dmesg ? (I don't have a device with a dgpu)

I also added a kernel command line parameter "remove_dgpu" which takes the value of the port of the pci device to remove i.e. "remove_dgpu=04:00.0", could you try it and see if you have the same sound issue ?