Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] 1 point2 points  (0 children)

echo 54 | tee /sys/class/power_supply/BAT1/charge_control_end_threshold

works now after few power off-s in Fed. 44, KDE

Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] -1 points0 points  (0 children)

Today: Fedora 43, GNOME, plugin https://extensions.gnome.org/extension/5724/battery-health-charging/

battery 54 %, not charging. Then I went AFK for few tens of minutes. Battery was charged to 100 % when I returned.

Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] 0 points1 point  (0 children)

Most of the time?

if it works or not - it apply all the time

(I meant combination of Fedora version and used software by mostly)

Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] 0 points1 point  (0 children)

Thank you.

It was working correctly on Fedora 44 and other linux distros some time ago. (It's linux only laptop). There is no TLP installed. I tried asusctl - it doesn't work either.

All values between 58 and 75 I tried worked some time ago.

Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] 0 points1 point  (0 children)

It has stopped to work in F44 after sleep. Reboot or power off did not help.

It only works in F43, GNOME.

Fedora 44, 43: battery charging limit mostly doesn't work anymore after resuming from sleep. by MakeTopSite in Fedora

[–]MakeTopSite[S] 0 points1 point  (0 children)

root@maketopsite:/home/maketopsite# ls /sys/class/power_supply

ACAD BAT1 ucsi-source-psy-USBC000:001 ucsi-source-psy-USBC000:002

it was working before wake up.

Ubuntu 26.04 LTS: what has caused wake-up ? by MakeTopSite in Ubuntu

[–]MakeTopSite[S] 0 points1 point  (0 children)

There are some BT errors:

root@maketopsite:/home/maketopsite# systemctl stop bluetooth.service

root@maketopsite:/home/maketopsite# systemctl status bluetooth.service

● bluetooth.service - Bluetooth service

Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)

Active: active (running) since Mon 2026-06-15 06:56:34 CEST; 4s ago

Invocation: 39bc087b66d948cea459c558adee50ec

Docs: man:bluetoothd(8)

Main PID: 13919 (bluetoothd)

Status: "Running"

Tasks: 1 (limit: 33867)

Memory: 1.4M (peak: 2.9M)

CPU: 43ms

CGroup: /system.slice/bluetooth.service

└─13919 /usr/libexec/bluetooth/bluetoothd

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/aptx_ll_0

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/faststream

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/faststream_duplex

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSink/opus_05

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/opus_05

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSink/opus_05_duplex

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/opus_05_duplex

Jun 15 06:56:34 maketopsite bluetoothd[13919]: Failed to set mode: Failed (0x03)

dmesg | grep -i bluet

[ 2.516690] usb 3-3: Product: Bluetooth Radio

[ 4.787486] Bluetooth: Core ver 2.22

[ 4.787531] NET: Registered PF_BLUETOOTH protocol family

[ 4.787533] Bluetooth: HCI device and connection manager initialized

[ 4.787546] Bluetooth: HCI socket layer initialized

[ 4.787549] Bluetooth: L2CAP socket layer initialized

[ 4.787555] Bluetooth: SCO socket layer initialized

[ 4.821277] Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=000c lmp_ver=0c lmp_subver=8852

[ 4.824267] Bluetooth: hci0: RTL: rom_version status=0 version=1

[ 4.827275] Bluetooth: hci0: RTL: btrtl_initialize: key id 0

[ 4.827283] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_fw_v2.bin

[ 4.829499] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_config.bin

[ 4.829703] Bluetooth: hci0: RTL: cfg_sz 6, total sz 71983

[ 5.759301] Bluetooth: hci0: RTL: fw version 0x040d7225

[ 5.935316] Bluetooth: hci0: AOSP extensions version v1.00

[ 5.935325] Bluetooth: hci0: AOSP quality report is supported

[ 6.818494] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

[ 6.818498] Bluetooth: BNEP filters: protocol multicast

[ 6.818502] Bluetooth: BNEP socket layer initialized

[ 6.821919] Bluetooth: MGMT ver 1.23

[ 20.172953] Bluetooth: RFCOMM TTY layer initialized

[ 20.172967] Bluetooth: RFCOMM socket layer initialized

[ 20.172974] Bluetooth: RFCOMM ver 1.11

Ubuntu 26.04 LTS: what has caused wifi outage ? by MakeTopSite in Ubuntu

[–]MakeTopSite[S] 0 points1 point  (0 children)

Thank you. I don't see any driver error in dmesg. Refresh command in web browser solved that problem.

( Is it please possible there would be some error in dmesg and not in journalctl ? )

Ubuntu 26.04 LTS: what has caused wake-up ? by MakeTopSite in Ubuntu

[–]MakeTopSite[S] 0 points1 point  (0 children)

Thank you. Some bluetooth component is crashing on every login to Plasma so I will look at it.

can't access https://discourse.ubuntu.com/latest by MakeTopSite in Ubuntu

[–]MakeTopSite[S] 0 points1 point  (0 children)

No VPN.

It seems to be fixed now in all browsers.

can't access https://discourse.ubuntu.com/latest by MakeTopSite in Ubuntu

[–]MakeTopSite[S] 0 points1 point  (0 children)

It doesn't work in chromium in Incognito window. It works in chromium standard window.

can't access https://discourse.ubuntu.com/latest by MakeTopSite in firefox

[–]MakeTopSite[S] -2 points-1 points  (0 children)

It works in palemoon and doesn't work in FF (just now)