Lenovo Yoga 7 Gen 7 (14ARB7)

HardwarePCI/USB IDWorking?
GPU (AMD)1002:1681Yes
Wireless14c3:0616Yes
Bluetooth0489:e0d8Yes
Audio1002:1640Yes
Webcam30c9:0057Yes
SD-Card Reader1217:8621Yes
Fingerprint Reader27c6:55b4Yes
06cb:00beYes
VA-API1002:1681Yes

The Lenovo Yoga 7 Gen 7 (14ARB7) is a 2-in-1 convertible laptop introduced in 8 June 2022. Its design is closely related to the Lenovo Yoga 7i. It features a 14" touchscreen (IPS or OLED variants), 6th-gen AMD Ryzen processors (Rembrandt), with an integrated AMD Radeon 660M/680M graphics.

To ensure you have this version, you can use dmidecode

# dmidecode -s system-version
Yoga 7 14ARB7

Accessibility

The UEFI firmware settings can be entered by pressing F2 repeatedly during boot.

You can access the boot menu with F12.

The "Novo" menu, which allows you to enter the boot menu or the bios setup, can also be accessed by holding Fn while turning on the computer, or by pressing the small "Novo" button underneath the laptop with a small pin (e.g. sim card removal tool).

The interface can be fully navigated and controlled with a keyboard, with the bios setup being also possible to navigate with the mouse or the touch screen.

Firmware

fwupd does not support this device. You can update the BIOS from Windows.

Webcam

Webcam is fully functional (albeit not great quality), and the IR camera works without issues with Howdy.

Fingerprint reader

The fingerprint reader on this device is a "Shenzhen Goodix Technology Fingerprint Reader". Goodix does not provide official Linux support for this specific fingerprint reader (or most of their products). There is work in progress to support this with Fprint, however for now it is only unofficial and according to upstream "should be fully functional right now". Check #See also for more information.

Something else to consider is that due to the nature of this specific hardware, having seamless support for dualbooting with Windows is unlikely to be possible, and you have to disable the drivers in Windows if you want to use it in Linux with the unofficial work-in-progress support.

To install the driver for the 06cb:00be, follow the guide on GitHub

To install the driver for the 27c6:55b4, follow Lenovo Yoga 7i#Fingerprint reader.

Tablet Mode

Tablet mode detection is still a maturing part of Linux, and is going through a lot of development changes both in the kernel and user space (e.g. desktop environments).

Currently, your mileage will vary depending on the specific software you use.

The accelerometer in this device is supported, and you can install iio-sensor-proxy to allow use of this by common software like GNOME and KDE.

Check out Tablet PC for more information.

Tablet mode detection seems to work reasonably well with disabling the keyboard and touchpad.

It is supported by the lenovo-ymc kernel driver, so windows managers can switch to tablet mode.

The touchscreen and pen support are functional, though extra buttons on pens such as on the Lenovo E-color Pen are untested.

Keyboard

The internal keyboard is fully functional without any modifications in kernel 5.20 and later.

Function keys

Key Visible? 1 Marked? 2 Effect
Fn+EscNoYesToggles Fn lock
Fn+F1YesYesXF86AudioMute
Fn+F2YesYesXF86AudioLowerVolume
Fn+F3YesYesXF86AudioRaiseVolume
Fn+F4YesYesXF86AudioMicMute
Fn+F5YesYesXF86MonBrightnessDown
Fn+F6YesYesXF86MonBrightnessUp
Fn+F7YesYesSuper_L+p
Fn+F8YesYesXF86RFKill 3
Fn+F9YesYesSuper_L+i
Fn+F10YesYesSuper_L+l
Fn+F11YesYesControl_L+Alt_L+Tab
Fn+F12YesYesXF86Calculator
Fn+InsYesYesXF86Favourites
Fn+PrtScYesYesSuper_L+Shift_L+s
Fn+QYesNoXF86Launch4
Fn+RYesNoKEY_REFRESH_RATE_TOGGLE
Fn+TYesNoPrintScreen/SysRq
Fn+IYesNoInsert
Fn+PYesNoPause
Fn+SYesNoPrintScreen/SysRq
Fn+KYesNoScroll_Lock
Fn+BYesNoControl_L+Break
Fn+SpaceNoYesCycles keyboard backlight brightness
Fn+LeftYesYesHome
Fn+RightYesYesEnd
Fn+UpYesYesPageUp
Fn+DownYesYesPageDown
Fn+WYesNoControl_L+w
Fn+YYesNoControl_L+y
Fn+AYesNoControl_L+a
Fn+FYesNoControl_L+f
Fn+ZYesNoControl_L+z
Fn+XYesNoControl_L+x
Fn+CYesNoControl_L+c
Fn+VYesNoControl_L+v
  1. The key is visible to xev and similar tools.
  2. The physical key has a symbol on it, which describes its function.
  3. Pressing Fn+F8 always hardware-toggles the Wifi and Bluetooth hardware and additionally releases an XF86RFKill keypress event.

Power Management

CPU Performance Scaling

Check Lenovo Yoga Slim 7 Pro X (14ARH7) for potentially applicable information.

Suspend

See Power management/Suspend and hibernate#Changing suspend method for the general context.

S3 (Suspend to Ram) is not supported by the UEFI, with seemingly no way to enable it. (Perhaps there is a hidden debug UEFI menu? even then it might not be properly implemented).

It is possible to enable S3 by patching the DSDT, although despite dmesg | grep 'ACPI.*supports S' then showing it to be supported, trying to suspend might still produce the same issues as before.

s2idle support on Ryzen systems is getting better by the day, and approaches like suspend-then-hibernate (check out Power management) can help mitigate long term power drain.

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.