ASUS ROG G533QS
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
Create the following configuration file:
/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=alc294-lenovo-mic
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 9back". Override pin with "microphone". Override pin with "Internal Speaker (LFE)".
Click "Install boot override" and reboot.
Troubleshooting
USB-C to video
# supergfxctl -m Dedicated # echo 0 > /sys/devices/platform/asus-nb-wmi/dgpu_disable # echo 1 > /sys/bus/pci/rescan # echo 0 > /sys/devices/platform/asus-nb-wmi/dgpu_disable
Enable/start the user unit.
Add the following kernel parameters to your bootloader:
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
Autostart the following:
xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.