Hi,
I successfully installed Ubuntu 24.04 on my Lenovo IdeaPad Flex 5i Chromebook.
I had some issues with the touchscreen, which I was able to solve by reloading the i2c_hid_acpi with the following command sequence:
sudo modprobe -r i2c_hid_acpi
sudo modprobe -r i2c_hid
sudo modprobe i2c_hid_acpi
The problem I am facing now is that I need to run this command every time I reboot my notebook. I think the solution is to change the module load order to enable the i2c_hid_acpi to load after the other modules.
Does anyone know how to solve this problem?
Moreover, when I switch to tablet mode, the orientation screen works flawlessly, but when I switch back to notebook mode, the screen orientation does not work. The problem here happens when I use tablet mode vertically and switch to notebook mode without first reorienting the screen.
Does anyone know how to solve this problem?
Finally, the following is my firmware data.
** Device: Lenovo IdeaPad Flex 5i Chromebook
** Board Name: LILLIPUP-MQUZ
** Platform: Intel TigerLake
** Fw Type: Stock ChromeOS w/RW_LEGACY
** Fw Ver: Google_Lindar.13672.291.0 (02/18/2022)
** Fw WP: Enabled
And the link to the issue where I found the i2c_hid_acpi reload idea.
Regards,