hackbnw / faustus

Experimental unofficial Linux platform driver module for ASUS TUF Gaming series laptops
GNU General Public License v2.0
151 stars 38 forks source link

Working on Asus Tuf A17 FA706QM - Ubuntu 20.04 #70

Open JuanuSt opened 3 years ago

JuanuSt commented 3 years ago

Ubuntu 20.04 - kernel 5.12.12-051212-generic

BIOS Information Vendor: American Megatrends International, LLC. Version: FA706QM.307 Release Date: 06/02/2021

Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: FA706QM Version: 1.0

mrtglez commented 3 years ago

I tried it but nop

JuanuSt commented 3 years ago

I did several things during the installation of Ubuntu, I had problems with wifi and bluetooth combo adapter and of course with Nvidia propietary drivers, so it could just have been a lucky combination of events.

I took few notes during the setup, all I can do is to share them:

0.- Update BIOS firmware https://www.asus.com/support/FAQ/1012815/ https://www.asus.com/supportonly/FA706QM/HelpDesk_BIOS/ (New installed version FA706QMAS.307)

1.- Download Mini.iso and install (Normal image fails due to UEFI boot) http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso (and follow wizard. Very slow step, I chose Desktop minimal and OpenSSH server)

2.- Update kernel to last stable version. Use this method because problems in libc version sudo add-apt-repository ppa:tuxinvader/lts-mainline sudo apt install linux-image-unsigned-5.12.4-051204-generic linux-modules-5.12.4-051204-generic linux-headers-5.12.4-051204-generic

-- REBOOT --

3 and 4 are for Nvidia and Wifi/Bluetooth steps (not shown).

5.- Keyboard backlight config. Unofficial driver. Install temporally (Follow instructions in https://github.com/hackbnw/faustus)

-- REBOOT --

After changes and reboot we back to normal drivers, because some hot-keys stop to functions, and the parameters set with experimental driver remain.

-- REBOOT --

Good luck