ASUS ROG STRIX G732LXS
Hardware | PCI/USB ID | Working? |
---|---|---|
GPU (NVIDIA) | Yes | |
Wireless | Yes | |
Ethernet | Yes | |
Audio | Yes | |
Touchpad | Yes | |
Bluetooth | Yes |
Audio
Speakers not working/quiet
Install pulseaudio.
Create:
/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=asus-zenbook
This will help to have sound from the speakers, but only 0% or 100%.
To be adjustable:
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
... [Element Master] switch = mute volume = ignore [Element PCM] ...
Unfortunately this made the jack headphones to be very quiet.
Change the volume in [Element PCM]
from merge to ignore and that fixes the issue:
[Element PCM] switch = mute volume = ignore
Restart PulseAudio with pulseaudio -k
.
Video
Works with optimus, it seems to have better performance with only using NVIDIA and not hybrid.
Fan-curves works with kernel version 5.17 and up or there is an option to use the linux-g14AUR kernel.