cloc3 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/39525275142a0fd302dc7e.gif)
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Sat Feb 05, 2022 8:08 pm Post subject: gentoo on ZenBook UX363EA_UX371EA: summary report |
|
|
Few days ago I bought a new ZenBook UX363EA_UX371EA laptop.
lshw lspci, dmesg
It works well and seems plain supported in Linux.
Now, I'm going to make a short summary about gentoo installation.
Unlikely, the gentoo-minimal install cd doesn't boot, because it lacks few important modules in initramfs and doesn't access the hard disc.
So, I used a Ubuntu usbkey in legacy mode.
After preparing the gentoo-box on the hard disc, you can build a bootable initramfs adding this in /etc/genkernel.conf:
Code: |
AMODULES_nvme="vmd pinctrl-intel pinctrl-tigerlake"
|
Touchpad and touchscreen need the i2c_hid module.
Here my kernel config.
Audio devices need Sound Open Firmware:
Code: |
cloc3 ~ # emerge -av sys-firmware/sof-firmware
|
Graphics is Intel:
Code: |
cloc3@cloc3 ~/ZenBook UX363EA_UX371EA $ grep VIDEO_CARDS /etc/portage/make.conf
VIDEO_CARDS="intel vesa i965 iris"
|
All other hardware needs no more conf.
In particular, are working:
- - storage main device on /dev/nvme0n1
- - keyboard, touchpad ancd touchscreen
- - audio and capture devices
- - wireless and bluetooth
- - embedded video camera
- - usb and typec ports
- - system accelerometer and similar sensors
Not yet tested:
- hdmi port
- keypad on touchpad. Several howtoos are available on the web.
_________________ vu vu vu
gentù
mi piaci tu |
|