ASUS ROG STRIX G732LXS

HardwarePCI/USB IDWorking?
GPU (NVIDIA)Yes
WirelessYes
EthernetYes
AudioYes
TouchpadYes
BluetoothYes

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.

See https://asus-linux.org/

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.