HCL - ASUS TUF Gaming A17 FA707RC

---
layout:
  'hcl'
type:
  'notebook'
hvm:
  'yes'
iommu:
  'yes'
slat:
  'yes'
tpm:
  'unknown'
remap:
  'yes'
brand: |
  ASUSTeK COMPUTER INC.
model: |
  ASUS TUF Gaming A17 FA707RC_FA707RC
bios: |
  FA707RC.304
cpu: |
  AMD Ryzen 7 6800H with Radeon Graphics
cpu-short: |
  FIXME
chipset: |
  Advanced Micro Devices, Inc. [AMD] Device [1022:14b5] (rev 01)
chipset-short: |
  FIXME
gpu: |
  NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] [10de:25a2] (rev a1) (prog-if 00 [VGA controller])
  Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:1681] (rev c8) (prog-if 00 [VGA controller])
gpu-short: |
  FIXME
network: |
  Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  MEDIATEK Corp. Device 7961
memory: |
  15629
scsi: |

usb: |
  5
versions:

- works:
    'FIXME:yes|no|partial'
  qubes: |
    R4.1
  xen: |
    4.14.6
  kernel: |
    6.4.8-1
  remark: |
    FIXME
  credit: |
    FIXAUTHOR
  link: |
    FIXLINK

---

Remarks

If you use Ethernet port to internet connection, system die(shutdown) every 5-10min. But any other distros also have this problem. To solve it need install another Ethernet driver (but i no tried this). Wifi works good. To install system need add custom xen params. Also I add my notes to install system and drivers:

Install system

steps

  1. x2apic=false x2apic_phys=true add this to xen params on boot (press E button, find xen, type params and press CTRL + X to run system)

grub

to save boot params after system install

  • sudo nano /etc/sysconfig/grub
  • sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfg

wifi

  • starts after reboot system

ref

Install drivers

steps

  1. download official driver from nvidia site Lade dir die neuesten offiziellen GeForce-Treiber herunter
  2. move driver to dom0
    dom0: qvm-run -p ${VM} 'cat /home/user/Downloads/NVIDIA-Linux-x86_64-455.45.01.run' > NVIDIA-Linux-x86_64-455.45.01.run where ${VM} virtual machine name, personal for example
  3. dom0: sudo qubes-dom0-update kernel-latest kernel-latest-devel update kernel to last version (optional?)
  4. press CTRL + ALT + F2 to enter in nogui mode
  5. type sudo systemctl stop lightdm to stop X server in nogui mode
  6. run nvidia driver install sudo ./NVIDIA-Linux-x86_64-455.45.91.run
  7. to create xorg.conf run sudo nvidia-xconfig
  8. reboot

features

  1. to show monitors/drivers errors watch /var/log/Xorg.0.log

bugs

  1. idk how to enable both monitors in one time, works only internal or external, but not both.

ref

Attachments

Qubes-HCL-ASUSTeK_COMPUTER_INC_-ASUS_TUF_Gaming_A17_FA707RC_FA707RC-20231009-050621.yml (983 Bytes)

4 Likes

Thank you @anone381 for your HCL report, which is online now!

2 Likes