ASUS G533QS

From ArchWiki
Hardware PCI/USB ID Working?
GPU (AMD) 1002:1638 Yes
GPU (NVIDIA) 10de:249c Yes
Wireless 8086:2723 Yes
Ethernet 10ec:8168 Yes
Audio 1022:15e3 Partial
Touchpad Yes
Bluetooth 8087:0029 Yes

Audio

Rear speakers not working/quiet

Install alsa-tools. Run

$ hdajackretask

Select Realtek ALC825 from the dropdown menu. Check the box marked 'Show unconnected pins.' Override pin 0x14 with "Internal Speaker". Override pin 0x17 with "Internal Speaker (Back)".

Click "Install boot override" and reboot.

Loss of high end on low volume / PCM stuck at 100

Make the following changes in

/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
...
[Element Master]
switch = mute
volume = ignore

[Element PCM]
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
...

Run

$ pulseaudio -k

Next run

# alsamixer -c2

Set Master to 83 and Speaker to 100

Run

$ pulseaudio -k

and

# alsactl store

Popping or crackling

Follow the instructions listed in Advanced Linux Sound Architecture/Troubleshooting#Pops when starting and stopping playback.

Add the following line to

/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=ALC825

Run

$ pulseaudio -k