- Lenovo IdeaPad 5 15are05
- Contents
- Installation
- Touchpad
- Wireless
- Power management
- System Performance Mode
- Rapid Charge
- Battery Conservation
- Lenovo IdeaPad 5 14are05
- Contents
- Hardware Support
- Video
- Sound
- Microphone
- Wireless
- Touchpad
- Display
- Issues
- Suspend issues (S3 sleep fix)
- About issue
- Solution
- Tips and tricks
- System Performance Mode
- Rapid Charge
- Battery Conservation
- Ideapad ip5 15are05 linux
- Re:Ideapad 5 15ARE05 BIOS update on Linux
- Re:Ideapad 5 15ARE05 BIOS update on Linux
- Re:Ideapad 5 15ARE05 BIOS update on Linux
- Re:Ideapad 5 15ARE05 BIOS update on Linux
- Re: Ideapad 5 15ARE05 BIOS update on Linux
- Re:Ideapad 5 15ARE05 BIOS update on Linux
- Community Guidelines
- Check out current deals!
- Most Popular Posts
- Welcome to Ideation!
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 |
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 .
Touchpad
The touchpad works out of the box since kernel version 5.12.6.
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.
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.
Источник
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 .
Video
X works natively with a current linux and xf86-video-amdgpu .
Sound
Sound works with PulseAudio in linux out of the box.
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:
Wireless
It is available with different wifi chips but they should work out of the box. Bluetooth also works with the btusb module, and remote audio playback with A2DP works through pulseaudio-bluetooth (see Bluetooth headset on setting it up).
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.
For older kernels, it is important to make sure that the BIOS is updated to the latest version (atm 1.06), otherwise it is possible that the touchpad will not even be discovered let alone work. If touchpad device is found it is still possible that it will not work (either right after startup or after going out of suspend mode). In this case a new cold start might help (sometimes a reboot might be enough).
Additionally, 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. This is unfortunately not the case for this Lenovo laptop.
Solution
- 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.
Tips and tricks
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 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
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 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.
Источник
Ideapad ip5 15are05 linux
How to update the Lenovo IdeaPad 5 15ARE05 BIOS from Ubuntu Linux.
As stated in this thread https://askubuntu.com/a/1251189/70172, Brightness issue on the Lenovo IdeaPad 5 15ARE05 with Linux can only be solved after a BIOS update.
I bought this laptop with FreeDOS, and so I expect to be able to update the BIOS WITHOUT Windows.
LENOVO, please pay attention and give more consideration to your Linux Users.
United States of America
- Posts: 2
- Registered: 07-26-2020
- Location: United States of America
- Views: 0
- Message 4 of 9
Re:Ideapad 5 15ARE05 BIOS update on Linux
United States of America
- Posts: 2
- Registered: 07-27-2020
- Location: United States of America
- Views: 10
- Message 5 of 9
Re:Ideapad 5 15ARE05 BIOS update on Linux
I have same laptop running same OS.
Updating Kernel helped me with the issues of Screen Brightness and also the HDMI started working too. However my Touchpad still does now work.
2. Ubuntu kernels to chose from:
United States of America
- Posts: 2
- Registered: 07-27-2020
- Location: United States of America
- Views: 10
- Message 6 of 9
Re:Ideapad 5 15ARE05 BIOS update on Linux
Have solved the problem with Touchpad with last advice from this askubuntu.com:
https://askubuntu.com/questions/1248176/ideapad-5-15are05-elan-touchpad-not-working-on-20-04-nor-on-18-04
sudo gedit /etc/default/grub
update this line to(then save): GRUB_CMDLINE_LINUX=»initcall_blacklist=elants_i2c_driver_init»
- Posts: 1
- Registered: 09-13-2020
- Location: Italy
- Views: 5
- Message 7 of 9
Re:Ideapad 5 15ARE05 BIOS update on Linux
- Posts: 1
- Registered: 10-20-2020
- Location: Australia
- Views: 5
- Message 8 of 9
Re: Ideapad 5 15ARE05 BIOS update on Linux
I used this article as a guide, but also added some notes to it.
- Install innoextract
- Use it to unpack the executable that Lenovo provides
- If no «.cap» file is extracted from that but you get another single executable file, run that executable under Wine (with wineconsole) with an «/ext» flag, e.g. «E7CN33WW.exe /ext»
- Use the «.cap» file to update the system firmware with the fwupdate tool, e.g. «sudo fwupdate -a 09166175-35f4-4a03-b45b-ef6fc908468a
Don’t just copy & paste any instructions, read the article. You don’t want to brick your laptop.
I also run a kernel >= v5.7 to get support for the AMD chipset & graphics. I use Pim’s script to manage that.
- Posts: 7
- Registered: 08-16-2020
- Location: Czech Republic
- Views: 70
- Message 9 of 9
Re:Ideapad 5 15ARE05 BIOS update on Linux
I’m running Ubuntu and update BIOS using Windows 10 installation from USB. Not too much practical for Linux users, but it works:
- Download Win 10 ISO
- Install a virtual machine with Win 10 in KVM on Linux
- Run the virtual machine
- Create «Windows To Go» USB disk using Rufus tool — it’s a live distro Win 10 on USB
- Restart your Linux and boot to Windows 10 from USB
- Download and install BIOS update from Lenovo support page
- Introduction
- Community Spotlight
- Welcome & FAQs
- Forum Housekeeping
- Recently Released Service Tips — Read Only
- Recently Released Critical Drivers — Read Only
- Special Events
- Lenovo @ MWC 2021
- Lenovo @ CES 2021
- Lenovo @ IFA 2019
- Lenovo @ CES 2019
- Special Event Archive
- ThinkPad Notebooks
- ThinkPad X1 Fold
- ThinkPad: T400 / T500 and newer T series Laptops
- ThinkPad: P and W Series Mobile Workstations
- ThinkPad: X Series Laptops
- ThinkPad: X Series Tablet and Helix Laptops
- ThinkPad: S Series, ThinkPad Yoga and Twist Laptops
- ThinkPad: 11e (Windows), 13, E and Edge series Laptops
- ThinkPad: L, R and SL series Laptops
- ThinkPad Chromebooks: 11e, X and Yoga
- ThinkPad; T61 and prior T series plus Other Legacy ThinkPads
- ThinkBook Notebooks
- ThinkBook Notebooks
- ThinkBook Plus Notebooks
- Lenovo Notebooks
- Lenovo Yoga Series Notebooks
- Lenovo IdeaPad 1xx, 3xx, 5xx & 7xx, Edge, LaVie Z, Flex Notebooks
- Lenovo B and G Series Notebooks
- Lenovo U and S Series Notebooks
- Lenovo P, Y and Z series Notebooks
- Lenovo C, E, K, M, N and V Series Notebooks
- Lenovo Chromebooks
- Lenovo Phones
- A5 [L18021] Smartphones
- A Series, Vibe B & Vibe C Smartphones
- P1, P1m, P70 & P90 Series Smartphones
- P2 [P2a42] Smartphones
- K9 [L38043] and K9 Note [L38012] Smartphones
- K8 [XT1902] Smartphones
- K and Vibe Z Series Smartphones
- S and Vibe X Series Smartphones
- Smartphone Accessories and Wearables
- Legion Phone Duel
- Legion Phone Duel 2
- Lenovo Mirage AR
- Mirage AR Hardware – Technical Questions
- Star Wars™: Jedi Challenges
- MARVEL Dimension of Heroes
- Gaming – Lenovo Legion
- Gaming Laptops
- Gaming Desktops
- Y Gaming Accessories & Curved Gaming Monitors
- Legion Game Hub
- ThinkPad Tablets
- ThinkPad Tablets
- Lenovo Tablets
- Android Yoga Series Tablets
- Lenovo Android based Tablets and Phablets
- Windows based Tablets
- Yoga Book Community
- Yoga Book C930
- Yoga Book (Android)
- Yoga Book (Windows)
- ThinkCentre Desktops
- ThinkCentre A, E, M, S Series
- Lenovo Desktops
- Lenovo All In One (AIO) Desktops
- Lenovo Desktop Towers
- Lenovo Beacon, Stick 300, D, J and S Series Desktops
- ThinkStation
- ThinkStation Workstations
- Datacenter Systems
- BladeCenter / Flex Systems
- Converged Systems — HX Series
- ThinkSystem
- System x — X6, M5, M4
- ThinkServer
- Lenovo Sales Configurators
- Datacenter Storage
- Enterprise Storage
- LenovoEMC Storage
- Lenovo Iomega Networking Storage
- Datacenter Networking
- Datacenter Networking Hardware
- Networking Management/Devops
- Datacenter Systems Management
- Server System Management
- Lenovo XClarity
- Solutions on Lenovo Servers
- LiCO — Lenovo Intelligent Computing Orchestration
- External Displays, Options and Accessories
- Displays, Options and Accessories
- Virtual & Mixed Reality
- Lenovo Explorer
- Mirage Solo & Mirage Camera
- VR Classroom
- VR Classroom Hardware
- VR Classroom Software, Content, and Educator Resources
- Software and Operating System
- Pre-Installed Lenovo Software and Applications
- Enterprise Client Management
- Lenovo Patch for SCCM
- Security & Malware
- Windows 11
- Windows 10
- Windows 8.1, 8, 7, Vista and XP Discussions
- Smart Office
- ThinkSmart
- Smart Home
- Lenovo Smart Display & Lenovo Smart Clock with Google Assistant
- Lenovo Link App, Smart Home Essentials and Smart Frame
- Lenovo Smart Tablets with Amazon Alexa
- Lenovo Smart Tablets with Google Assistant
- Lenovo Developer Community
- Windows Ecosystem Developers
- Android Ecosystem Developers
- Lenovo Technologies
- Special Interest Discussions
- General Discussion
- Feedback on the support site
- Linux Operating Systems
- Fedora
- Red Hat and CentOS
- Ubuntu
- Debian
- Other Linux Discussions
- Ideation — Idea Exchange
- XClarity Ideation
Community Guidelines
Please review our Guidelines before posting.
Check out current deals!
Most Popular Posts
- Lenovo Community Participation Rules 9
- Re:DPC_Watchdog Violation error on Legion T5-28IMB05 Desktop (Lenovo) — Type 90NC 5
- Re:X1 carbon gen 9, missing Power Plans 4
- Thinkpad i7-7820HQ not supported for Win 11 4
- Re:Secure Boot Option Not Functioning 3
- Re:Thinkpad i7-7820HQ not supported for Win 11 3
- Windows 11 Release 3
- Re:E520 i7 Windows 11 not compatible — Why 3
- Re:Trackpoint randomly stops working 3
- A540-24ICB: updated to Windows 11 successfully 3
- Username
- Match exact username (no wildcards)
- User ID
- Email address
- Match exact email address (no wildcards)
- IP address
- Match any of the above criteria
- Duration of ban(Days)
- Duration of ban(Hours)
- Duration of ban(Minutes)
- Make ban permanent
- Internal reason for ban
- Public reason for ban
Please log in to ‘Like’ this post
Welcome to Ideation!
Ideation sections have been created for customers to engage with us by discussing and promoting ideas and improvements relating to Lenovo’s products and services.
As a reminder, your participation in Ideation is governed by Lenovo’s website Terms of Use and by Lenovo’s Forums Community Guidelines. Additional terms governing the Ideation Program are included in the Ideation Terms and may be found here. For your convenience, here’s a
Quick summary of the highlights:
- This area is for ideas – improving our products or suggesting entirely new products – please keep technical support issues on the other boards designated for that purpose
- You’re giving your ideas freely for us to use so we can improve our offerings to you
- The ideas you give us are your own and are not confidential
- If we decide we want exclusive use of your idea, you’re agreeing to sell it to us at a fixed price
By clicking on “Yes” below you certify that you have read and agree to the Community Guidelines and the Ideation Terms, and acknowledge that by submitting any ideas, material, or information on the Ideation site you grant Lenovo the right to use any such submissions by you in any way without acknowledging, notifying, or compensating you, as described in those documents.
Источник