clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

[Gnome3] Enabling powersaving for mobile broadband is not possible #745

Open RobertBuhren opened 5 years ago

RobertBuhren commented 5 years ago

In "Settings -> Power -> Mobile Broadband" "Mobile broadband can be turned off for powersaving"

The slider can be enabled but is reset as soon as the window is reopened.

The journal emits messages like:

/usr/lib/systemd/sleep.conf.d/no-hibernate.conf:2: Unknown lvalue 'AllowHibernate' in section 'Sleep', ignoring
mrkz commented 5 years ago

@RobertBuhren would you please verify if this got resolved already? There's a change that got in for release 29490 (or greater) which hopefully should fix your problem.

RobertBuhren commented 5 years ago

@mrkz The typo is fixed, however I still can't enable the slider in the gnome power control panel. It is reset every time I re-enter the power settings menu.

Regards,

Robert

mrkz commented 5 years ago

@RobertBuhren could you please share the journalctl output when clicking the slider:

$ sudo journalctl -f

Also, please launch the gnome-control-center with verbose option, to gather more information as well:

gnome-control-center --verbose

Sorry for the delay on this fix, I don't have a mobile broadband to test myself ;-(

RobertBuhren commented 5 years ago

The journal does not yield anything besides

Mai 29 22:32:40 clear NetworkManager[615]: <info>  [1559161960.4815] audit: op="radio-control" arg="wimax-enabled" pid=1934 uid=1000 result="success"

Enabling the power saving option for mobile broadband shows this in the verbose output of the control center:

22:34:34.0229            power-cc-panel:    DEBUG: Setting wwan enabled
22:34:34.0234            power-cc-panel:    DEBUG: Setting wimax enabled
22:34:34.0239            power-cc-panel:    DEBUG: bt powered state changed to on

Regards,

Robert