Lenovo ideapad 5 15are05 linux

Lenovo IdeaPad 5 14are05

This article or section does not follow the Laptop page guidelines.

The IdeaPad 5 14are05 is a 14-inch Lenovo AMD Renoir (Ryzen 4000)-based laptop.

Contents

Hardware Support

BIOS can be accessed by pressing F2 at the Splash screen. The 15-inch model has BIOS updates that are compatible with DOS, so its BIOS can be flashed without Windows (see Flashing BIOS from Linux#FreeDOS). Unfortunately, the update files for this model require Windows. In theory, Windows can be installed on a USB drive through woeusb AUR .

Microphone

The internal microphone is properly recognized and working for linux >=5.8rc3 as long as the snd-acp3x-rn kernel module is loaded.

If the internal microphone is no longer recognized on linux >=5.10, you may need to add the following to the kernel parameters:

Touchpad

The touchpad works almost as expected starting from linux 5.9-rc1. It is still random whether it will work or not after going out of suspend mode, but in that case it is an easy fix: just add a keyboard shortcut for the touchpad toggle and you should be able to make it work again.

While there is no explicit option to disable the touchpad in the BIOS, some option combinations in the BIOS can make the touchpad inaccessible. Thus, if you are running on linux 5.9 or newer and you still have issues with this module, try checking your BIOS settings first.

Display

The brightness works for linux >=5.7.6.1, since the patch to fix brightness has been merged. The xbacklight utility provided with xorg-xbacklight only works with Intel drivers (see Backlight#xbacklight), but you can use its replacement from acpilight to increase and decrease brightness levels. Since the latter requires different permissions for the files in /sys/class/backlight/ to control the backlight brightness levels, you should set up a file in /etc/udev/rules.d/90-backlight.rules containing:

You would also need to add your users to the video group.

In order to preserve the brightness level when resuming from suspend, you should add the following kernel parameter to your bootloader’s configuration file:

Issues

Suspend issues (S3 sleep fix)

Note: suspending works as expected out of the box starting from linux 5.14-rc1 (that is, AMD’s s2idle is now properly supported, although s3 sleep can still be achieved with the method below). So for kernels = 5.14, the solution is provided below. Note that this does not work in kernels from 5.11 to 5.13. Original solution is described on reddit.

About issue

Windows has introduced a new sleep mode a.k.a. Modern Standby. It is supposed to be more like a smartphone’s deep sleep, which lets the system keep the wifi active and check for emails without needing to fully wake up.

For some reason, this new S0ix sleep mode only works if BIOS does not advertise support for the traditional S3 suspend-to-RAM sleep state. So Linux will do suspend-to-idle sleep, which results in bigger energy consumption.

Some systems have a «Sleep Mode: Windows / Linux» switch in the BIOS to turn S3 support on or off. In this laptop, for some BIOS versions (at least confirmed on 2.x) this option can be enabled on an extended BIOS mode accessible with a key sequence. Otherwise, another solution is to patch the ACPI table to enable it.

Solution 1: Enabling S3 sleep on advanced BIOS

  • Turn off OneKeyBattery mode in BIOS setup, if it is enabled, and save the BIOS settings.
  • Power down the laptop.
  • Type, with the laptop powered off: F1 1 Q A Z F2 2 W S X F3 3 E D C F4 4 R F V F5 5 T G B F6 6 Y H N .

If you notice the pattern, it is just going down the column from F1 to the letter in the last keyboard row, from F1 to F6 . (You may need to replace some keys accordingly if you got a QWERTZ layout or similar alternative layouts).

  • Boot the laptop with F2 pressed to get into BIOS as usual, you will get into the BIOS but with a few options more unlocked.
Читайте также:  Wordpress plugin all in one wp security

You will be able to then find a «S3/Modern Standby Support» setting in one of the newer menus that appear and toggle it to S3 instead of Modern Standby. Do not touch any other setting here unless you know what you are doing.

Solution 2: ACPI patching

This article or section needs language, wiki syntax or style improvements. See Help:Style for reference.

  • Get acpidump and iasl, provided by the acpica package.
  • Dump all your ACPI files into a directory:
  • Decompile the DSDT table
  • Patch the decompiled DSDT table (dsdt.dsl). Use this patch for Linux cpio archive
  • Copy created cpio file to boot:
  • GRUB needs to boot the kernel with a parameter setting the deep sleep state as default. Edit /etc/default/grub and add the following:
  • Regenerate the GRUB configuration:

as a result in the /boot/grub/grub.cfg for the corresponding menu entry(ies) one should be able to find lines that look similar to: initrd /boot/acpi_override

  • Reboot
  • To verify that things are working:
  • Do not forget to set your system to go into ‘deep’ sleep
  • Now try new suspend. Power led should have a slowly pulsing light.

Power management

To toggle the System Performance or the Battery Conservation/Rapid Charge mode, you would need to call some ACPI methods.

First install acpi_call (or acpi_call-lts for LTS kernel, acpi_call-dkms for other kernels) and load the kernel module:

You can also use ideapad-perf to control both the System Performance and the Battery Conservation mode through the CLI or with the provided tray applet.

System Performance Mode

There are 3 modes available: Intelligent Cooling, Extreme Performance and Battery Saving.

Set it to Intelligent Cooling mode:

Set it to Extreme Performance mode:

Set it to Battery Saving mode:

To verify your setting:

As a result you get the value for the bit STMD (either 0x0 or 0x1 ).

As a result you get the value for the bit QTMD (either 0x0 or 0x1 ). To interpret the results the following table can be used:

STMD QTMD Mode
0x0 0x0 Extreme Performance
0x0 0x1 Battery Saving
0x1 0x0 Intelligent Cooling

Rapid Charge

The Rapid Charge technology allows you to charge 80% of the battery capacity in around 30 minutes (depending on laptop model and battery). According to Lenovo, their batteries are charged at a higher rate with high current rather than high voltage, which they claim increases battery life.

To verify your setting:

where 0x0 stands for off and 0x1 stands for on.

Battery Conservation

Battery Conservation Mode is a feature that limits battery charging to 55-60% of its capacity to improve battery life, being most useful when the laptop tends to run on external power much of the time.

To verify your setting:

where 0x0 stands for off and 0x1 stands for on.

There is also an alternative way to control the conservation mode of the battery.

It is worth noting that the Lenovo Vantage software for Windows when turning on Battery Conservation mode also turns off #Rapid Charge (if it was on). The same is also valid for the #Rapid Charge: turning it on will bring the battery conservation mode down. The aforementioned acpi calls (#Rapid Charge and #Battery Conservation) will not do this for you. So it is possible to get the state where both battery conservation and rapid charge modes are active. You generally do not want this, as Rapid Charging puts more strain on the battery than regular charging, defeating the purpose of Battery Conservation Mode. The ideapad-perf script will prevent you from doing this.

Источник

Lenovo IdeaPad 5 15are05

This article or section does not follow the Laptop page guidelines.

Hardware PCI/USB ID Working?
Touchpad Yes
Keyboard Yes
Video 1002:1636 Yes
Webcam (Acer) 5986:212b Yes
Webcam (Chicony) 04f2:b6c2 Yes
Bluetooth (Intel) 8087:0029 Yes
Bluetooth (Realtek) 0bda:c123 Yes
SD card reader 0bda:0177 Yes
Audio 1022:15e3 Yes
Wireless (Intel) 8086:2723 Yes
Wireless (Realtek) 10ec:c822 Yes
Fingerprint reader 27c6:55a2 No
Читайте также:  Linux create file with space

Contents

Installation

Before installing, disable Secure Boot in the BIOS. You can access the BIOS by pressing F2 at the Splash screen. The boot menu can also be accessed by pressing F12 .

Wireless

This laptop is available with either Intel AX200 or Realtek RTL8822CE, both work well on modern kernel. Realtek has pretty bad performance when using Bluetooth A2DP together with 2.4 GHz Wi-Fi network. Use either 5 GHz wireless network or external Bluetooth adapter for better speed when using Bluetooth audio devices.

Power management

Battery Conservation Mode is a feature that limits battery charging to 55-60% of its capacity to improve battery life, being most useful when the laptop tends to run on external power much of the time. It can be controlled with ideapad-cm AUR . With battmngr AUR it is possible to control both Battery Conservation and System performance modes.

Kernel method

Set the ideapad_laptop.allow_v4_dytc=1 kernel parameter.

To use without reboot:

Restart power-profiles-daemon.service . Now power-profiles-daemon can do everything below.

Apply this across reboots by setting it permanently.

System Performance Mode

There are 3 modes available: Intelligent Cooling, Extreme Performance and Battery Saving. To toggle it, you need to call some ACPI methods.

First install acpi_call (or acpi_call-lts for LTS kernel, acpi_call-dkms for other kernels) and load the kernel module:

Set it to Intelligent Cooling mode:

Set it to Extreme Performance mode:

Set it to Battery Saving mode:

To verify your setting:

As a result you get the value for the bit SPMO (either 0x0 , 0x1 or 0x2 ).

As a result you get the value for the bit FCMO (either 0x0 , 0x1 or 0x2 ). To interpret the results the following table can be used:

SPMO FCMO Mode
0x0 0x0 Intelligent Cooling
0x1 0x1 Extreme Performance
0x2 0x2 Battery Saving

Rapid Charge

Make sure you have set up acpi_call .

To verify your setting:

where 0x0 stands for off and 0x1 stands for on.

Battery Conservation

Similarly to the #Rapid Charge, make sure you have set up acpi_call .

To verify your setting:

where 0x0 stands for off and 0x1 stands for on.

There is also an alternative way to control the conservation mode of the battery.

It is worth noting that the Lenovo Vantage software for Windows when turning on Battery Conservation mode also turns off #Rapid Charge (if it was on). The same is also valid for the #Rapid Charge: turning it on will bring the battery conservation mode down. The aforementioned acpi call #Battery Conservation will not do this for you, but #Rapid Charge will. So it is possible to get the state where both battery conservation and rapid charge modes are active if you activate #Battery Conservation after #Rapid Charge. You generally do not want this, as Rapid Charging puts more strain on the battery than regular charging, defeating the purpose of Battery Conservation Mode.

Источник

Обзор ноутбука IdeaPad 5 (15ARE05)

Многие в 2020 году ожидали от Lenovo выпуска моделей ноутбука IdeaPad 5 с AMD процессором. И вот наконец пользователи дождались спецификации 15ARE05. Получился современный и универсальный лэптоп для работы. Удобный и вполне производительный. А самое главное – альтернатива модели с Intel. Теперь потенциальный покупатель вправе выбирать и рассматривать различные варианты. В том числе на базе различных процессоров и ядер. Познакомившись с подготовленным нами обзором IdeaPad 5 15ARE05, вы сможете принять решение о необходимости покупки представленного в материале варианта.

Для всех дел, задач, отдыха

Все больше пользователей, которые используют один мобильный компьютер: как на работе, так и дома. Поэтому производители стараются в том числе предлагать универсальные системы, которые отлично подходят под все цели и нужды. Вышедшие на базе AMD 4000-ой серии IdeaPad 5 заслуживают самого пристального внимания. Lenovo в 15ARE05 удалось воплотить все пожелания со стороны современных пользователей: высокую производительность за относительно небольшие деньги, детализированный экран, а также долгое время работы от аккумулятора.

Читайте также:  Адоб ридер версия с редактированием

Стоит также отметить довольно минималистичный дизайн, характерный для своего рода офисных и бизнес-ноутбуков. Такая некоторая строгость не должна смущать. Подобный вариант универсален и подойдет представителям различных профессий. Что более важно: тут действительно прочный и надежный корпус; во многом благодаря высококлассным материалам. Дисплей крепится на прочных и в меру жестких петлях.

Пожелавших купить IdeaPad 5 15ARE05 не должна смущать простая упаковка и комплектация. Все сделано для того, чтобы максимально унифицировать цену ноутбука, предложив в меру дешевый, но очень достойный вариант. Хотя диагональ экрана 15,6 дюймов, производителю удалось выпустить компактную модель, которая в процессе пользования не ощущается таковой. Размер аппарата не назвать миниатюрным, но его габариты 357,4 × 233,17 × 19,9 мм вполне укладываются в понятие компактности.

В плане корпуса и веса предусмотрено два варианта: один с полностью металлическим корпусом (1,85 кг), а второй с пластиком внутри (1,52 кг). Если цель приобрести наиболее легкий и мобильный вариант, то стоит отдать предпочтение второму: он и меньше греется, и более удобный для перемещения. По поводу того факта, что внутри пластиковая основа, переживать не стоит. Материал прочный, надежный и даже приятный на ощупь.

К шарнирам некоторые эксперты предъявляют претензии, отмечая невозможность открыть верхнюю крышку одной рукой. Мы же полагаем, что лучше выполнить фиксатор более надежным, чем впоследствии он разболтается или повредит шлейф. Средства ввода и управления стоит признать удобные. Полноразмерная клавиатура островного типа удобна для длительного набора текста.

Справа присутствует цифровой блок; бухгалтеры, бизнесмены и люди, часто работающие с цифрами, будут довольны. Единственное, стрелки вышли маленькими и к ним придется привыкнуть. Тачпад поддерживает мультитач, отзывчивый, выполнен единым блоком. В целом это не просто надежный и качественно исполненный, но и весьма привлекательный компьютерный помощник.

Характеристики IdeaPad 5 15ARE05

Далее перейдем к производительности. Основное внимание в этой модели, само собой, уделено процессору AMD. Мы, в свою очередь, в качестве примера взяли на обзор конфигурацию на базе Ryzen 5 4500U, однако есть варианты и помощнее – вплоть до 7 4700U, возможности которого по обоснованным причинам окажутся выше. Для повседневных задач окажется достаточно встроенного графического чипсета AMD Radeon Graphics.

Потенциальное присутствие дискретной видеокарты существенно повысило бы стоимость системы. Поэтому в этой модели от нее производитель решил отказаться; даже в плане выпуска иных конфигураций. Файловый твердотельный накопитель также влияет на цену. Желающим сэкономить можем порекомендовать SSD на 256 Гб. При желании можете подобрать жесткий диск на 1 Тб или выполнить небольшой апгрейд впоследствии. Оперативной памяти для комфортной работы достаточно в размере 8 Гб (формат DDR4). В продаже представлены варианты с максимум ОЗУ 16 Гб.

В ноутбуке IdeaPad 5 15ARE05 есть все необходимые порты. Среди них USB Type-C с интегрированной технологией DisplayPort, два USB-А 3.1, полноразмерный HDMI и кард-ридер для SD карт, а также комбинированный 3,5-мм аудиоджек. Беспроводная связь выполнена с использованием Wi-Fi 6 и Bluetooth 5.1. Корпус можно выбрать светло-бирюзового, серого (платинового) и графитового оттенков. Емкости полного заряженного аккумулятора при среднем режиме работы хватает до 10 часов, а в режиме просмотра видео и того больше.

IdeaPad 5 15ARE05: отзывы

Среди пользователей, поделившихся обратной связью, немало людей, пристально следящих за своей безопасностью. Им по душе присутствующая шторка на веб-камере, присутствующий и интегрированный к кнопке включения сканер отпечатков пальцев (опционально), а также возможность привязки приложений и документов к так называемой биометрической подписи владельца. К прочим плюсам отнесем:

  1. универсальная модель;
  2. качественная сборка;
  3. длительное время работы;
  4. удобные средства ввода;
  5. полноразмерная клавиатура;
  6. неплохой звук;
  7. достойный дисплей;
  8. высокий коэффициент полезной площади.

Заключение, выводы

Если вы находитесь в поисках ноутбука на каждый день, то представленный в обзоре IdeaPad 5 15ARE05, выпущенный Lenovo, подходит отлично. Его цена полностью оправдана качеству материалов, долговечному корпусу, удобным средствам ввода, простому управлению и оптимальной производительности.

Модель с процессором AMD успела получить множество положительных оценок со стороны экспертов. Мы полагаем, что данный вариант может рассматриваться потенциальными покупателями в качестве основного. Для офисной работы он подходит как нельзя лучше. Его даже хватит не только чтобы поработать, но и поиграть/отдохнуть. Для выбора подходящего варианта (по параметрам) обращайтесь к специалистам нашего сайта.

Купить или посмотреть все модели IdeaPad 5 15ARE05 в нашем каталоге

Источник

КомпСовет