Lenovo V15 G3 ABA

HardwarePCI/USB IDWorking?
TouchpadYes
KeyboardYes
GPU1002:15e7Yes
Webcam13d3:56ffYes
Ethernet10ec:8168Yes
Bluetooth0bda:c123Yes
Audio1022:15e3Yes
Wireless10ec:c822Yes
TPMUntested

Installation

Microcode

Microcode update for AMD Ryzen 7 5825U has not been released yet. You can verify this information in an existing system by checking the family and model of your CPU and comparing it to the available patches from amd-ucode README:

# journalctl -b | grep smpboot

To resolve this, instead of using amd-ucode package, use amd-zen-ucode-platomavAUR which includes the relevant patches.

Firmware

Wireless and Bluetooth

On every boot, wlan0 and bluetooth are blocked by rfkill(8), due to the ideapad_laptop kernel module. To resolve this issue, you can create a blacklist file:

/etc/modprobe.d/rfkill_fix.conf
blacklist ideapad_laptop

Failed to load regulatory.db

Following regulatory domain related warning message can be fixed by installing wireless-regdb from official repositories:

kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
kernel: cfg80211: failed to load regulatory.db

PS/2 appears to have AUX port disabled

Following warning message gets logged to journalctl(1) despite all the ports are working:

PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp

If you do not want to see this message, add i8042.nopnp to your kernel parameters.

Function Keys

Key Visible?1 Marked?2 Effect
Fn+EscYesYesToggles Fn lock
Fn+F1YesYesXF86AudioMute
Fn+F2YesYesXF86AudioLowerVolume
Fn+F3YesYesXF86AudioRaiseVolume
Fn+F4YesYesXF86AudioMicMute
Fn+F5YesYesXF86MonBrightnessDown
Fn+F6YesYesXF86MonBrightnessUp
Fn+F7YesYesInputs Super+p3
Fn+F8YesYesXF86RFKill
Fn+F9YesYesHelp
Fn+F10NoYesUnknown
Fn+F11NoYesUnknown
Fn+F12YesYesXF86Calculator
Fn+InsertNoYesUnknown
Fn+PrintYesYesInputs Super+Shift+s4
Fn+LeftYesYesHome
Fn+RightYesYesEnd
Fn+UpYesYesPrior
Fn+DownYesYesNext
Fn+QYesNoXF86Launch45
Fn+TYesNoPrint
Fn+IYesNoInsert
Fn+PYesNoPause
Fn+SYesNoPrint
Fn+KYesNoScroll_Lock
Fn+BYesNoInputs Ctrl+Break
  1. The key is visible to xev and similar tools.
  2. The physical key has a symbol on it, which describes its function
  3. Default shortcut for opening "project" (as in projector) menu on Windows
  4. Default shortcut for capturing screenshots on Windows
  5. Default shortcut for changing power mode on Windows

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.