- Lenovo IdeaPad 5 15are05
- Contents
- Installation
- Touchpad
- Wireless
- Power management
- System Performance Mode
- Rapid Charge
- Battery Conservation
- IdeaPad 5 15are05 — elan touchpad not working on 20.04 nor on 18.04
- 5 Answers 5
- Lenovo ideapad 5 15are05 linux hdmi
- 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.
Источник
IdeaPad 5 15are05 — elan touchpad not working on 20.04 nor on 18.04
I bought a Lenovo IdeaPad 5 15are05 yesterday and installed Ubuntu 20.04 on it. Problem is, the touchpad doesn’t work.
I’ve also tried 18.04 and even Debian 10, but the only OS it works on is Windows.
I’ve looked through many fora and I found nothing that helped me. However, I did find some commands and I think you will find these outputs interesting
Even though it says «Touchscreen», I know for a fact that this is my touchpad. How do I know this? Well, when I go to a terminal using ctrl+alt+f3 , and I try to use my touchpad, it outputs this:
elants_i2c i2c-ELAN0001:00: unknown packet 0e 00 04 03 03 meaning that I’m touching it. That value changed on different actions, for example, it becomes 01 on ‘releasing’ the touchpad.
This means that the touchpad is listed under ELAN0001, which the «Touchscreen» is listed under as well. I don’t think it’s that weird that it says it’s a touchscreen, because they’re very similar.
xinput outputs this:
The touchpad should be listed under Virtual core pointer, but it isn’t.
I would really like to know a fix for this, since I need the touchpad to work and I don’t want to buy a new laptop, so please help me!
5 Answers 5
It seems not to be possible to blacklist elants_i2c driver, as it is a built-in kernel module for Ubuntu:
so there is a faster way than compiling the kernel. Just create a SystemD unit like the below:
and create /usr/local/bin/touchpadfix file as follows
and then make it executable, enable and start the unit with the following commands:
and touchpad should start to work immediately!
I found the solution, big shoutout to dl3it on Ideapad 5-15ARE05: Touchscreen not working | Lenovo Forums. (Note: it says touchscreen, but that’s just the name of the touchpad I guess. It works fine.)
The problem is that the kernel does something wrong with the drivers. To fix this, you will have to install a mainline kernel and configure it yourself.
First off, install dependencies by executing this on a command line:
Then, download kernel 5.6.x or 5.7.x (x can be any integer, I used 5.7.1 and it has been tested on 5.6.14 and 5.7.0-rc7) from source (via kernel.org). Once on kernel.org, click on [tarball] for the kernel you want.
Extract everything as you would do with any other .tar.gz file.
Then, move to the linux-5.6.x or linux-5.7.x directory in a command line.
Execute sudo make menuconfig and navigate to Device Drivers → Input device support → Touchscreens → Elan eKTH I2C touchscreen.
Once there, change the asterisk to an m by hitting enter and then typing the m .
After that, use the left and right arrows to change the selected option in the bottom to «save» and hit Enter . Then, you will want to save it as .config (which it should default to).
Now still being in the same directory, execute this command:
sudo make -jx && sudo make modules_install -jx && sudo make install -jx
(Change x to the amount of threads your CPU has. Leaving out this option will make this take a long time.)
This will take some time, but after it’s finished, you will want to make sure your PC will boot on the new kernel. To do that, execute:
sudo update-initramfs -c -k
(Change to the kernel version you just installed, for example 5.7.1 .)
Then, fix the grub config by executing:
And then reboot and your touchpad should work just fine!
NOTE: websites I used and didn’t mention before:
Источник
Lenovo ideapad 5 15are05 linux hdmi
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 10
- 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:Trackpoint randomly stops working 3
- Re:Trackpoint randomly stops working 3
- Re:update catalog not found. msg below. Thinkpad running Win 11 latest 3
- A540-24ICB: updated to Windows 11 successfully 3
- Re:Thinkpad i7-7820HQ not supported for Win 11 3
- Windows 11 Release 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.
Источник