Power Management not working

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
dlindyds

Power Management not working

Post by dlindyds »

The last time I installed updates through update manager, Cinnamon updated and after it finished the power management in the settings doesn't work. When you click the icon nothing happens.
chflory

Re: Power Management not working

Post by chflory »

Same problem with my laptop. I installed the mate power management app and now I have back my power management at least until the developers will solve the problem.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Power Management not working

Post by smurphos »

dlindyds wrote: Thu Jan 10, 2019 11:54 pm The last time I installed updates through update manager, Cinnamon updated and after it finished the power management in the settings doesn't work. When you click the icon nothing happens.
Please try to open it from the terminal via the command cinnamon-settings power to see what error if any is produced.

Also report back output of inxi -Fxz

A hunch this will fix it (possibly needing a log off and log back on afterwards - sudo chown -Rc $USER:$USER $HOME
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
albaberto

Re: Power Management not working

Post by albaberto »

Also for me it doesn't work. My cinnamon-settings power output is:

Code: Select all

** (cinnamon-settings.py:24797): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
True
Using pam module (python3-pampy)
Loading Power module
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 619, in <module>
    window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 329, in __init__
    self.go_to_sidepage(cat, path, user_action=False)
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 133, in go_to_sidepage
    sidePage.build()
  File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 123, in build
    self.module.on_module_selected()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 186, in on_module_selected
    self.build_battery_page()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 291, in build_battery_page
    primary_settings.add_row(self.set_device_battery_primary(device))
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 379, in set_device_battery_primary
    details = UPowerGlib.Device.state_to_string(state)
TypeError: Expected a UPowerGlib.DeviceState, but got int

and inxi -Fxz

Code: Select all

System:    Host: pegasus Kernel: 4.9.0-8-amd64 x86_64 (64 bit gcc: 6.3.0) Desktop: Cinnamon 4.0.9 (Gtk 2.24.31)
           Distro: LMDE 3 (cindy)
Machine:   Device: laptop System: ASUSTeK product: K52F v: 1.0
           Mobo: ASUSTeK model: K52F v: 1.0 BIOS: American Megatrends v: K52F.218 date: 07/12/2011
Battery    BAT0: charge: 15.1 Wh 87.1% condition: 17.3/48.4 Wh (36%) model: ASUSTek K52F-44 status: Charging
CPU:       Dual core Intel Core i3 M 380 (-HT-MCP-) cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 10107
           clock speeds: max: 2533 MHz 1: 1333 MHz 2: 1466 MHz 3: 933 MHz 4: 1999 MHz
Graphics:  Card: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0
           Display Server: X.Org 1.19.2 drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.02hz
           GLX Renderer: Mesa DRI Intel Ironlake Mobile GLX Version: 2.1 Mesa 13.0.6 Direct Rendering: Yes
Audio:     Card Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.9.0-8-amd64
Network:   Card-1: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) driver: ath9k bus-ID: 02:00.0
           IF: wls1 state: up mac: <filter>
           Card-2: JMicron JMC250 PCI Express Gigabit Ethernet Controller
           driver: jme v: 1.0.8 ports: a100 a000 bus-ID: 04:00.5
           IF: ens5f5 state: down mac: <filter>
Drives:    HDD Total Size: 640.1GB (66.6% used)
           ID-1: /dev/sda model: ST9640320AS size: 640.1GB
Partition: ID-1: / size: 29G used: 13G (47%) fs: ext4 dev: /dev/sda4
           ID-2: /home size: 553G used: 380G (73%) fs: ext4 dev: /dev/sda3
           ID-3: swap-1 size: 5.24GB used: 0.15GB (3%) fs: swap dev: /dev/sda5
Sensors:   System Temperatures: cpu: 51.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
dlindyds

Re: Power Management not working

Post by dlindyds »

smurphos wrote: Fri Jan 11, 2019 3:19 am
dlindyds wrote: Thu Jan 10, 2019 11:54 pm The last time I installed updates through update manager, Cinnamon updated and after it finished the power management in the settings doesn't work. When you click the icon nothing happens.
Please try to open it from the terminal via the command cinnamon-settings power to see what error if any is produced.

Also report back output of inxi -Fxz

A hunch this will fix it (possibly needing a log off and log back on afterwards - sudo chown -Rc $USER:$USER $HOME
I tried the fix you suggested and no love. Here is what came up in the terminal.

Code: Select all

True
Using pam module (python3-pampy)
Loading Power module
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 619, in <module>
    window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 329, in __init__
    self.go_to_sidepage(cat, path, user_action=False)
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 133, in go_to_sidepage
    sidePage.build()
  File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 123, in build
    self.module.on_module_selected()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 186, in on_module_selected
    self.build_battery_page()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 291, in build_battery_page
    primary_settings.add_row(self.set_device_battery_primary(device))
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 379, in set_device_battery_primary
    details = UPowerGlib.Device.state_to_string(state)
TypeError: Expected a UPowerGlib.DeviceState, but got int

Code: Select all

System:    Host: teabags_laptop Kernel: 4.9.0-8-amd64 x86_64 (64 bit gcc: 6.3.0)
           Desktop: Cinnamon 4.0.9 (Gtk 3.22.11) Distro: Linux Mint LMDE
Machine:   Device: laptop System: SAMSUNG product: 355V4C/356V4C/3445VC/3545VC v: P07ABF.010.CP
           Mobo: SAMSUNG model: NP355V5C-A01UB v: BOARD 00
           UEFI: American Megatrends v: P07ABF date: 07/04/2013
Battery    BAT1: charge: 41.5 Wh 100.0% condition: 41.5/44.0 Wh (94%)
           model: COMPAL PABAS0241231 status: Full
CPU:       Quad core AMD A8-4500M APU with Radeon HD Graphics (-MCP-) cache: 8192 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 15173
           clock speeds: max: 1900 MHz 1: 1600 MHz 2: 1400 MHz 3: 1400 MHz
           4: 1700 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7640G]
           bus-ID: 00:01.0
           Display Server: X.Org 1.19.2 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
           Resolution: 1366x768@60.06hz
           GLX Renderer: Gallium 0.4 on AMD ARUBA (DRM 2.49.0 / 4.9.0-8-amd64, LLVM 3.9.1)
           GLX Version: 3.0 Mesa 13.0.6 Direct Rendering: Yes
Audio:     Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller
           driver: snd_hda_intel bus-ID: 00:14.2
           Card-2 Advanced Micro Devices [AMD/ATI] Trinity HDMI Audio Controller
           driver: snd_hda_intel bus-ID: 00:01.1
           Sound: Advanced Linux Sound Architecture v: k4.9.0-8-amd64
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: eth0 state: down mac: <filter>
           Card-2: Qualcomm Atheros AR9485 Wireless Network Adapter
           driver: ath9k bus-ID: 03:00.0
           IF: wlan0 state: up mac: <filter>
Drives:    HDD Total Size: 1000.2GB (32.6% used)
           ID-1: /dev/sda model: HGST_HTS721010A9 size: 1000.2GB
Partition: ID-1: / size: 228G used: 50G (24%) fs: ext4 dev: /dev/sda6
           ID-2: swap-1 size: 10.74GB used: 0.00GB (0%) fs: swap dev: /dev/sda7
Sensors:   System Temperatures: cpu: 52.0C mobo: N/A gpu: 51.0
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 228 Uptime: 21:15 Memory: 3059.9/7446.9MB
           Init: systemd runlevel: 5 Gcc sys: 6.3.0
           Client: Shell (bash 4.4.121) inxi: 2.3.5 
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Power Management not working

Post by smurphos »

Thanks,

I've just fired up LMDE in a virtualbox install and I can reproduce the issue there having updated to Cinnamon 4.0.9 - I note the power applet can't get the device status either. It wasn't an issue prior to the update and interestingly it's not an issue in Mint 19.1 with the same Cinnamon version in another virtualbox.

It looks like the version of upower in LMDE (which is different to the version in main edition) is returning a number for the device state when the code in the 4.0.9 power settings module is expecting a string - something like 'charging'. The mismatch is causing a crash.

Could you both post the output of these commands? I'll raise a bug report and link it back to this thread.

Code: Select all

upower -e

Code: Select all

upower -d
Last edited by smurphos on Sat Jan 12, 2019 4:29 am, edited 2 times in total.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Power Management not working

Post by smurphos »

For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
dlindyds

Re: Power Management not working

Post by dlindyds »

smurphos wrote: Sat Jan 12, 2019 3:52 am Thanks,

I've just fired up LMDE in a virtualbox install and I can reproduce the issue there having updated to Cinnamon 4.0.9 - I note the power applet can't get the device status either. It wasn't an issue prior to the update and interestingly it's not an issue in Mint 19.1 with the same Cinnamon version in another virtualbox.

It looks like the version of upower in LMDE (which is different to the version in main edition) is returning a number for the device state when the code in the 4.0.9 power settings module is expecting a string - something like 'charging'. The mismatch is causing a crash.

Could you both post the output of these commands? I'll raise a bug report and link it back to this thread.

Code: Select all

upower -e

Code: Select all

upower -d

Code: Select all

laptop ~ $ upower -e
/org/freedesktop/UPower/devices/line_power_ACAD
/org/freedesktop/UPower/devices/battery_BAT1
/org/freedesktop/UPower/devices/DisplayDevice

Code: Select all

laptop ~ $ upower -d
Device: /org/freedesktop/UPower/devices/line_power_ACAD
  native-path:          ACAD
  power supply:         yes
  updated:              Fri 11 Jan 2019 07:44:52 PM EST (80507 seconds ago)
  has history:          no
  has statistics:       no
  line-power
    warning-level:       none
    online:              yes
    icon-name:          'ac-adapter-symbolic'

Device: /org/freedesktop/UPower/devices/battery_BAT1
  native-path:          BAT1
  vendor:               COMPAL
  model:                PABAS0241231
  serial:               41167
  power supply:         yes
  updated:              Sat 12 Jan 2019 06:05:54 PM EST (45 seconds ago)
  has history:          yes
  has statistics:       yes
  battery
    present:             yes
    rechargeable:        yes
    state:               fully-charged
    warning-level:       none
    energy:              46.1205 Wh
    energy-empty:        0 Wh
    energy-full:         46.1205 Wh
    energy-full-design:  48.84 Wh
    energy-rate:         0.0111 W
    voltage:             12.456 V
    percentage:          100%
    capacity:            94.4318%
    technology:          lithium-ion
    icon-name:          'battery-full-charged-symbolic'

Device: /org/freedesktop/UPower/devices/DisplayDevice
  power supply:         yes
  updated:              Fri 11 Jan 2019 07:44:52 PM EST (80507 seconds ago)
  has history:          no
  has statistics:       no
  battery
    present:             yes
    state:               fully-charged
    warning-level:       none
    energy:              46.1205 Wh
    energy-full:         46.1205 Wh
    energy-rate:         0.0111 W
    percentage:          100%
    icon-name:          'battery-full-charged-symbolic'

Daemon:
  daemon-version:  0.99.4
  on-battery:      no
  lid-is-closed:   no
  lid-is-present:  yes
  critical-action: HybridSleep
albaberto

Re: Power Management not working

Post by albaberto »

I also have the impression that my battery life dropped (I don't know if it's causality or just correlation)...

Code: Select all

laptop~$: upower -e

/org/freedesktop/UPower/devices/line_power_AC0
/org/freedesktop/UPower/devices/battery_BAT0
/org/freedesktop/UPower/devices/mouse_0003o046DoC52Fx0002
/org/freedesktop/UPower/devices/DisplayDevice

Code: Select all

laptop~$: upower -d

Device: /org/freedesktop/UPower/devices/line_power_AC0
  native-path:          AC0
  power supply:         yes
  updated:              dom 13 gen 2019 13:43:47 CET (357 seconds ago)
  has history:          no
  has statistics:       no
  line-power
    warning-level:       none
    online:              yes
    icon-name:          'ac-adapter-symbolic'

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:          BAT0
  vendor:               ASUSTek
  model:                K52F-44
  power supply:         yes
  updated:              dom 13 gen 2019 13:47:48 CET (116 seconds ago)
  has history:          yes
  has statistics:       yes
  battery
    present:             yes
    rechargeable:        yes
    state:               charging
    warning-level:       none
    energy:              11,099 Wh
    energy-empty:        0 Wh
    energy-full:         14,52 Wh
    energy-full-design:  48,4 Wh
    energy-rate:         17,589 W
    voltage:             12,468 V
    time to full:        11,7 minutes
    percentage:          76%
    capacity:            30%
    technology:          lithium-ion
    icon-name:          'battery-full-charging-symbolic'

Device: /org/freedesktop/UPower/devices/mouse_0003o046DoC52Fx0002
  native-path:          /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:046D:C52F.0002
  vendor:               Logitech, Inc.
  model:                M215
  serial:               F2362CDD
  power supply:         no
  updated:              dom 13 gen 2019 13:49:05 CET (39 seconds ago)
  has history:          yes
  has statistics:       no
  mouse
    present:             no
    rechargeable:        yes
    state:               unknown
    warning-level:       none
    percentage:          55%
    icon-name:          'battery-missing-symbolic'

Device: /org/freedesktop/UPower/devices/DisplayDevice
  power supply:         yes
  updated:              dom 13 gen 2019 13:47:48 CET (116 seconds ago)
  has history:          no
  has statistics:       no
  battery
    present:             yes
    state:               charging
    warning-level:       none
    energy:              11,099 Wh
    energy-full:         14,52 Wh
    energy-rate:         17,589 W
    time to full:        11,7 minutes
    percentage:          76%
    icon-name:          'battery-full-charging-symbolic'

Daemon:
  daemon-version:  0.99.4
  on-battery:      no
  lid-is-closed:   no
  lid-is-present:  yes
  critical-action: HybridSleep
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Power Management not working

Post by smurphos »

Thanks.

Not knowing how long this will take for a fix to roll-out if you need to review settings that you would normally access via the Power settings module and don't want to install the mate power management app you can access the settings using the gui app dconf-editor.

apt install dconf-editor

Image

Image
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
rickyyohanes626

Re: Power Management not working

Post by rickyyohanes626 »

Got the same thing here. For alternative, I just used XFCE4 Power Manager. But is it safe to remove the cinnamon-power-settings?
tg2709

Re: Power Management not working

Post by tg2709 »

I installed libupower-glib3 (0.99.9-2) and gir1.2-upowerglib-1.0 (0.99.9-2) using the Debian buster or sid. Power applet and Power management working
https://packages.debian.org/en/buster/libupower-glib3
https://packages.debian.org/en/buster/g ... erglib-1.0
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Power Management not working

Post by smurphos »

tg2709 wrote: Thu Jan 17, 2019 11:14 am I installed libupower-glib3 (0.99.9-2) and gir1.2-upowerglib-1.0 (0.99.9-2) using the Debian buster or sid. Power applet and Power management working
https://packages.debian.org/en/buster/libupower-glib3
https://packages.debian.org/en/buster/g ... erglib-1.0
Confirmed that works in the vbox environment as-well.

I also needed the updated upower for the power applet to provide a battery state in it's pop-up menu

https://packages.debian.org/en/buster/upower
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: Power Management not working

Post by thx-1138 »

...UPower 0.99.4 specifically has another extra annoying issue when ran with kernels 4.11+...
I stumbled upon such under Mint 18.x Mate, but that shouldn't really matter.
The result of such is going in a loop consuming all cpu's resources as soon someone tries to peek in to Processor's statistics,
although i think some desktops got patched to...simply report nothing instead.
From inxis above & smurphos's log, i see LMDE currently comes with 4.9.x, thought it worths mentioning though,
in case someone with LMDE updates his/her kernel to a newer revision at some point.
LouDorn

Re: Power Management not working

Post by LouDorn »

smurphos wrote: Mon Jan 21, 2019 3:11 am
tg2709 wrote: Thu Jan 17, 2019 11:14 am I installed libupower-glib3 (0.99.9-2) and gir1.2-upowerglib-1.0 (0.99.9-2) using the Debian buster or sid. Power applet and Power management working
https://packages.debian.org/en/buster/libupower-glib3
https://packages.debian.org/en/buster/g ... erglib-1.0
Confirmed that works in the vbox environment as-well.

I also needed the updated upower for the power applet to provide a battery state in it's pop-up menu

https://packages.debian.org/en/buster/upower
I have an older desk top computer with LDME 3 Mint Cinnamon that I just upgraded from LDME 2
Installing the first package, libupower-glib3, fixed the Power Management issue I had. Thank you very much!
The second package mentioned, gir1.2-upowerglib-1.0, was already installed on my system.

I was trying to adjust my power setting because my desktop cannot wake up with mouse or key board after I am away for a while.
I had sleep and hibernate settings disabled but that did not prevent the issue.
I will see if adjusting the power settings helps. I am just happy to get the Power Management functioning again.
Thanks.
Edit: As a side note since I upgraded the libupower-glib3 package the issue I was having with the boot process stalling
before it would get to the login splash screen has gone away also. Boot process is back to normal.
pioruns
Level 1
Level 1
Posts: 22
Joined: Tue Mar 17, 2015 4:25 pm

Re: Power Management not working

Post by pioruns »

Same here, guys.

This is results of "cinnamon-settings power" command:

Code: Select all

$ cinnamon-settings power
True
Using pam module (python3-pampy)
Loading Power module
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 619, in <module>
    window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 329, in __init__
    self.go_to_sidepage(cat, path, user_action=False)
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 133, in go_to_sidepage
    sidePage.build()
  File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 123, in build
    self.module.on_module_selected()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 186, in on_module_selected
    self.build_battery_page()
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 291, in build_battery_page
    primary_settings.add_row(self.set_device_battery_primary(device))
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 379, in set_device_battery_primary
    details = UPowerGlib.Device.state_to_string(state)
TypeError: Expected a UPowerGlib.DeviceState, but got int

Because of that, I can't change the time to turn off the display, of time to sleep/hibernate. No power control.

And this is my system details - nothing changed in last 3 or 4 years, still the same laptop with exactly the same hardware. Working perfectly.

Code: Select all

         `.-::---..            pioruns@probook-lmde 
      .:++++ooooosssoo:.       -------------------- 
    .+o++::.      `.:oos+.     OS: LMDE 3 Cindy x86_64 
   :oo:.`             -+oo:    Model: HP ProBook 4545s A1019D1103 
 `+o/`    .::::::-.    .++-`   Kernel: 4.9.0-8-amd64 
`/s/    .yyyyyyyyyyo:   +o-`   Uptime: 19 hours, 50 minutes 
`so     .ss       ohyo` :s-:   Packages: 2047 
`s/     .ss  h  m  myy/ /s``   Shell: bash 4.4.12 
`s:     `oo  s  m  Myy+-o:`    Resolution: 1366x768 
`oo      :+sdoohyoydyso/.      DE: Cinnamon 4.0.9 
 :o.      .:////////++:        WM: Mutter (Muffin) 
 `/++        -:::::-           WM Theme: Mint-Y-Dark (Mint-Y) 
  `++-                         Theme: Mint-Y [GTK2/3] 
   `/+-                        Icons: Mint-Y [GTK2/3] 
     .+/.                      CPU: AMD A8-4500M APU (4) @ 1.9GHz 
       .:+-.                   GPU: AMD Radeon HD 7640G 
          `--.``               Memory: 2342MB / 7435MB 
System fully updated, freshly installed a few days ago.

I posted info to GitHub as well.
Waiting for it to be fixed :D
Desktop: AMD Ryzen 7 5800X (16) @ 3.8GHz | 64GB ECC DDR4 RAM @ 3600 MT/s | PowerColor Radeon 6800 XT
Crucial P2 500GB PCIe M.2 2280 SSD NVMe | 2x Crucial MX500 1TB 3D NAND SATA @ RAID1 | OS: Debian GNU/Linux bookworm/sid x86_64
skjones007

Re: Power Management not working

Post by skjones007 »

any updates on this issue? has it been solved...?
bristleworm

Re: Power Management not working

Post by bristleworm »

skjones007 wrote: Wed Mar 20, 2019 3:22 pm any updates on this issue? has it been solved...?
Unfortunately not yet. I'm waiting for a fix as well.
KBD47
Level 7
Level 7
Posts: 1836
Joined: Fri Jul 29, 2011 12:03 am

Re: Power Management not working

Post by KBD47 »

Nope. Still broke. Does not bode well for LMDE that this bug has not been fixed in Months.
bodhin

Re: Power Management not working

Post by bodhin »

hmmm. i did not catch that when i ran lmde3. maybe i am glad i went to debian 9.8. no issues so far at all. i still am hopeful that mint can have a really nice stable lmde version. i am most hopeful. this is my preferred mint at this time.
Locked

Return to “Software & Applications”