I recently setup dual boot to Ubuntu on my Lenovo g50-30. One of the reasons for doing this was because I was getting annoyed that 'conversation mode' (using Lenovo Energy Manager) was being reset every time the power was removed on shutdown. Conservation mode remains on reboot, but if the laptop isn't continually connected to power, conservation mode is reset once I log back in to Windows.
I read some threads on setting a charging threshold on Ubuntu, so I thought it would be possible. However, now that I have dual booted the laptop, it doesn't seem so easy.
I have found these threads which are somewhat related: here, and here. I've tried some of the methods, but I run into errors, which I believe is expected because they seem to be specific methods for Asus machines or Lenovo Thinkpads.
Some people have had a 'problem' that their computers have been stuck in conservation mode after dual booting Ubuntu with Windows, but this 'problem' is what I want. I tried to set conservation mode on windows and log back into Ubuntu, but once I rebooted and removed the power, it had reset again.
I am searching online specifically for "g50-30" and specifically not for "Thinkpad", but nothing comes up so maybe it's not possible?
Does anyone know if there's a way to set a charging threshold that works on a Lenovo g50-30? Or perhaps a way I could set in on Windows and get it stuck, so that it doesn't reset when I remove the power.
Thanks.
UPDATE:
I was asked to give the output of ls /sys/class/power_supply/BAT0
;
this is the list:
alarm
capacity
capacity_level
cycle_count
device
energy_full
energy_full_design
energy_now
hwmon2
manufacturer
model_name
power
power_now
present
serial_number
status
subsystem
technology
type
uevent
voltage_min_design
voltage_now
ls /sys/class/power_supply/BAT0
? This will list the options available for your battery. – matigo May 04 '21 at 22:35charge_control_end_threshold
, is that not a good sign? – Alfie Stoppani May 04 '21 at 23:05