LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
In Wi-Fi connection the IPv4 address is not assigned.
#11
OK, there are a number of issues there.  I haven't yet looked through the log.
Edit - I've now looked through it and it appears to be the same as the second part of the log you posted before with a few extra lines at the end.

I think it is best to only change one thing at a time. There are reports of adaptors not recovering if they enter a power saving state. Your adaptor is set to try to power save.
So first, please turn off power management on the wifi adaptor to see if it improves.

Run
Code:
iwconfig
and confirm the current setting is on

Quote:wlp2s0    IEEE 802.11  ESSID:"TIM-27991109"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 20:B0:01:AB:1C:45 
          Bit Rate=13 Mb/s  Tx-Power=15 dBm 
          Retry short limit:7  RTS thr:off  Fragment thr:off
          Power Management:on
          Link Quality=57/70  Signal level=-53 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:29  Missed beacon:0

Open the configuration file with
Code:
sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Enter your password if asked.

This should open a text editor displaying something like this.
Quote:[connection]
wifi.powersave = 3
Use the arrow keys to move around the screen and replace the '3' with '2' so the line looks like this

Quote:wifi.powersave = 2

Press Ctrl and O to write the change to the file
Press 'Enter' to confirm the file name
Press Ctrl and X to exit the editor
Check the change has been saved with
Code:
cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

Restart the computer and log back on. Repeat the comand
Code:
iwconfig
and check the state of power management

Quote:Power Management:off

If the line for 'Power Management' now reads 'off' run the machine as normal.
Let us know what happens
stevef
clueless
Reply
#12
In the last couple of days the wifi didn't work, either suspending and resuming.  So I was forced to use the live pendrive to connect to the internet.

Now I've changed the configuration to: power management = off and now, after failing on startup, then suspending and resuming, it is working again.

I'll inform you in the next days, thank you for now
Reply
#13
During movie reproduction another fail

feb 05 13:31:38 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-52 noise=9999 txrate=39000
feb 05 13:32:34 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-91 noise=9999 txrate=39000
feb 05 13:32:35 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=39000
feb 05 13:32:35 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=39000
feb 05 13:32:42 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=1000
feb 05 13:33:00 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-92 noise=9999 txrate=1000
feb 05 13:33:00 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=1000
feb 05 13:33:01 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=1000
feb 05 13:33:04 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-92 noise=9999 txrate=1000
feb 05 13:33:04 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=1000
feb 05 13:33:05 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-52 noise=9999 txrate=1000
feb 05 13:33:06 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-52 noise=9999 txrate=1000
feb 05 13:43:29 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-81 noise=9999 txrate=65000
feb 05 13:43:32 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-BEACON-LOSS
feb 05 13:43:34 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=1000
feb 05 13:43:38 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-BEACON-LOSS
feb 05 13:43:50 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-83 noise=9999 txrate=65000
feb 05 13:43:52 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-BEACON-LOSS
feb 05 13:43:54 linuxlite-Spring-Peak dbus-daemon[1152]: [session uid=1000 pid=1152] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.104' (uid=1000 pid=3272 comm="mousepad /home/linuxlite/Desktop/appunti " label="unconfined")
feb 05 13:43:54 linuxlite-Spring-Peak systemd[1129]: Starting Virtual filesystem metadata service...
feb 05 13:43:54 linuxlite-Spring-Peak dbus-daemon[1152]: [session uid=1000 pid=1152] Successfully activated service 'org.gtk.vfs.Metadata'
feb 05 13:43:54 linuxlite-Spring-Peak systemd[1129]: Started Virtual filesystem metadata service.
feb 05 13:43:55 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=1000
feb 05 13:44:10 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=1000
feb 05 13:45:02 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:45:06 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2620:2d:4000:1::3f
feb 05 13:45:09 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:45:16 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2606:4700:f1::1
feb 05 13:45:21 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 185.157.229.254
feb 05 13:46:08 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:46:13 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2620:2d:4000:1::41
feb 05 13:46:13 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:46:22 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2a00:6d41:200:2::13
feb 05 13:46:26 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 37.247.53.178
feb 05 13:46:49 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-81 noise=9999 txrate=58500
feb 05 13:46:56 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=1000
feb 05 13:47:13 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:47:17 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2620:2d:4000:1::40
feb 05 13:47:18 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:47:27 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2a00:dcc0:dead:a5b2::123
feb 05 13:47:31 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 3.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:48:12 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-82 noise=9999 txrate=1000
feb 05 13:48:12 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=1000
feb 05 13:48:12 linuxlite-Spring-Peak ModemManager[883]: <info>  [sleep-monitor-systemd] system is about to suspend
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.5319] manager: sleep: sleep requested (sleeping: no  enabled: yes)
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.5321] device (enp19s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.5354] device (88:9F:6F:7B:3D:B3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.5368] manager: NetworkManager state is now ASLEEP
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.5373] device (wlp2s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
feb 05 13:48:12 linuxlite-Spring-Peak dbus-daemon[708]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=709 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
feb 05 13:48:12 linuxlite-Spring-Peak systemd[1]: Starting Network Manager Script Dispatcher Service...
feb 05 13:48:12 linuxlite-Spring-Peak dbus-daemon[708]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
feb 05 13:48:12 linuxlite-Spring-Peak systemd[1]: Started Network Manager Script Dispatcher Service.
feb 05 13:48:12 linuxlite-Spring-Peak kernel: wlp2s0: deauthenticating from 20:b0:01:ab:1c:45 by local choice (Reason: 3=DEAUTH_LEAVING)
feb 05 13:48:12 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=20:b0:01:ab:1c:45 reason=3 locally_generated=1
feb 05 13:48:12 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
feb 05 13:48:12 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9535] device (wlp2s0): supplicant interface state: completed -> disconnected
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9540] device (wlp2s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
feb 05 13:48:12 linuxlite-Spring-Peak avahi-daemon[704]: Withdrawing address record for fe80::5c68:879c:bafd:7fcb on wlp2s0.
feb 05 13:48:12 linuxlite-Spring-Peak avahi-daemon[704]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5c68:879c:bafd:7fcb.
feb 05 13:48:12 linuxlite-Spring-Peak avahi-daemon[704]: Interface wlp2s0.IPv6 no longer relevant for mDNS.
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9792] dhcp4 (wlp2s0): canceled DHCP transaction
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9796] dhcp6 (wlp2s0): canceled DHCP transaction
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9796] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9796] dhcp6 (wlp2s0): state changed no lease
feb 05 13:48:12 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137292.9826] device (wlp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
feb 05 13:48:13 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
feb 05 13:48:13 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
feb 05 13:48:13 linuxlite-Spring-Peak wpa_supplicant[748]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
feb 05 13:48:14 linuxlite-Spring-Peak ntpd[1068]: Deleting interface #6 wlp2s0, fe80::5c68:879c:bafd:7fcb%3#123, interface stats: received=0, sent=0, dropped=0, active_time=1335 secs
feb 05 13:48:17 linuxlite-Spring-Peak systemd-logind[744]: Delay lock is active (UID 1000/linuxlite, PID 1318/xfce4-screensav) but inhibitor timeout is reached.
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: Reached target Sleep.
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: Starting Record successful boot for GRUB...
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: Starting System Suspend...
feb 05 13:48:17 linuxlite-Spring-Peak systemd-sleep[3429]: Entering sleep state 'suspend'...
feb 05 13:48:17 linuxlite-Spring-Peak kernel: PM: suspend entry (deep)
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: grub-common.service: Deactivated successfully.
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: Finished Record successful boot for GRUB.
feb 05 13:48:17 linuxlite-Spring-Peak systemd[1]: Starting GRUB failed boot detection...
feb 05 13:48:18 linuxlite-Spring-Peak systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
feb 05 13:48:18 linuxlite-Spring-Peak systemd[1]: Finished GRUB failed boot detection.
feb 05 13:48:18 linuxlite-Spring-Peak kernel: Filesystems sync: 1.075 seconds
feb 05 13:48:24 linuxlite-Spring-Peak kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: OOM killer disabled.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: printk: Suspending console(s) (use no_console_suspend to debug)
feb 05 13:48:24 linuxlite-Spring-Peak kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
feb 05 13:48:24 linuxlite-Spring-Peak kernel: sd 0:0:0:0: [sda] Stopping disk
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: interrupt blocked
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: PM: Preparing to enter system sleep state S3
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: event blocked
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: EC stopped
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: PM: Saving platform NVS memory
feb 05 13:48:24 linuxlite-Spring-Peak kernel: Disabling non-boot CPUs ...
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: CPU 1 is now offline
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: CPU 2 is now offline
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: CPU 3 is now offline
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: PM: Low-level resume complete
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: EC started
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: PM: Restoring platform NVS memory
feb 05 13:48:24 linuxlite-Spring-Peak kernel: Enabling non-boot CPUs ...
feb 05 13:48:24 linuxlite-Spring-Peak kernel: x86: Booting SMP configuration:
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
feb 05 13:48:24 linuxlite-Spring-Peak kernel: CPU1 is up
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
feb 05 13:48:24 linuxlite-Spring-Peak kernel: CPU2 is up
feb 05 13:48:24 linuxlite-Spring-Peak kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
feb 05 13:48:24 linuxlite-Spring-Peak kernel: CPU3 is up
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: PM: Waking up from system sleep state S3
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: interrupt unblocked
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ACPI: EC: event unblocked
feb 05 13:48:24 linuxlite-Spring-Peak kernel: iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: xhci_hcd 0000:14:00.0: xHC error in resume, USBSTS 0x401, Reinit
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb usb3: root hub lost power or was reset
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb usb4: root hub lost power or was reset
feb 05 13:48:24 linuxlite-Spring-Peak kernel: sd 0:0:0:0: [sda] Starting disk
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb 2-1.5: reset high-speed USB device number 4 using ehci-pci
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb 1-1.3: reset full-speed USB device number 3 using ehci-pci
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ata2: SATA link down (SStatus 0 SControl 300)
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
feb 05 13:48:24 linuxlite-Spring-Peak kernel: ata3.00: configured for UDMA/100
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb 1-1.6: reset high-speed USB device number 4 using ehci-pci
feb 05 13:48:24 linuxlite-Spring-Peak kernel: usb 2-1.2: reset low-speed USB device number 5 using ehci-pci
feb 05 13:48:24 linuxlite-Spring-Peak kernel: OOM killer enabled.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: Restarting tasks ...
feb 05 13:48:24 linuxlite-Spring-Peak kernel: pcieport 0000:00:1c.0: PCI bridge to [bus 02]
feb 05 13:48:24 linuxlite-Spring-Peak kernel: pcieport 0000:00:1c.0:  bridge window [mem 0xf7d00000-0xf7dfffff]
feb 05 13:48:24 linuxlite-Spring-Peak kernel: pcieport 0000:00:1c.3: PCI bridge to [bus 13]
feb 05 13:48:24 linuxlite-Spring-Peak kernel: pcieport 0000:00:1c.3:  bridge window [io  0xc000-0xcfff]
feb 05 13:48:24 linuxlite-Spring-Peak kernel: pcieport 0000:00:1c.3:  bridge window [mem 0xf1400000-0xf14fffff 64bit pref]
feb 05 13:48:24 linuxlite-Spring-Peak kernel: done.
feb 05 13:48:24 linuxlite-Spring-Peak systemd-resolved[686]: Clock change detected. Flushing caches.
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1]: Starting Load/Save RF Kill Switch Status...
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_453
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_453
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_512
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_512
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_552
feb 05 13:48:24 linuxlite-Spring-Peak bluetoothd[706]: Endpoint unregistered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_552
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1129]: Stopped target Bluetooth.
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1]: Stopped target Bluetooth Support.
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1]: Reached target Bluetooth Support.
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1]: Started Load/Save RF Kill Switch Status.
feb 05 13:48:24 linuxlite-Spring-Peak systemd[1129]: Reached target Bluetooth.
feb 05 13:48:24 linuxlite-Spring-Peak kernel: video LNXVIDEO:01: Restoring backlight state
feb 05 13:48:25 linuxlite-Spring-Peak systemd-sleep[3429]: System returned from sleep state.
feb 05 13:48:25 linuxlite-Spring-Peak kernel: PM: suspend exit
feb 05 13:48:25 linuxlite-Spring-Peak kernel: Bluetooth: hci0: unexpected event for opcode 0x0000
feb 05 13:48:25 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:25 linuxlite-Spring-Peak kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
feb 05 13:48:25 linuxlite-Spring-Peak kernel: ata1.00: configured for UDMA/133
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:25 linuxlite-Spring-Peak systemd-sleep[3561]: /dev/sda:
feb 05 13:48:25 linuxlite-Spring-Peak systemd-sleep[3561]:  setting Advanced Power Management level to 0xfe (254)
feb 05 13:48:25 linuxlite-Spring-Peak systemd-sleep[3561]:  APM_level        = 254
feb 05 13:48:25 linuxlite-Spring-Peak systemd[1]: systemd-suspend.service: Deactivated successfully.
feb 05 13:48:25 linuxlite-Spring-Peak systemd[1]: Finished System Suspend.
feb 05 13:48:25 linuxlite-Spring-Peak systemd[1]: Stopped target Sleep.
feb 05 13:48:25 linuxlite-Spring-Peak systemd[1]: Reached target Suspend.
feb 05 13:48:25 linuxlite-Spring-Peak systemd[1]: Stopped target Suspend.
feb 05 13:48:25 linuxlite-Spring-Peak systemd-logind[744]: Operation 'sleep' finished.
feb 05 13:48:25 linuxlite-Spring-Peak ModemManager[883]: <info>  [sleep-monitor-systemd] system is resuming
feb 05 13:48:25 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137305.6349] manager: sleep: wake requested (sleeping: yes  enabled: yes)
feb 05 13:48:25 linuxlite-Spring-Peak kernel: RTL8211DN Gigabit Ethernet r8169-0-1300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-1300:00, irq=MAC)
feb 05 13:48:25 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137305.6351] device (enp19s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:25 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:25 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137305.9402] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 05 13:48:25 linuxlite-Spring-Peak kernel: r8169 0000:13:00.0 enp19s0: Link is Down
feb 05 13:48:25 linuxlite-Spring-Peak kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x2-0x1
feb 05 13:48:26 linuxlite-Spring-Peak pulseaudio[1137]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_453
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_453
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_512
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_512
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc_xq_552
feb 05 13:48:26 linuxlite-Spring-Peak bluetoothd[706]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc_xq_552
feb 05 13:48:26 linuxlite-Spring-Peak kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x2-0x1
feb 05 13:48:26 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:26 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1102] manager: NetworkManager state is now DISCONNECTED
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1140] manager: (88:9F:6F:7B:3D:B3): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/6)
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1144] device (88:9F:6F:7B:3D:B3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1153] device (88:9F:6F:7B:3D:B3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1442] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.1446] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak ntpd[1068]: error resolving pool ntp.ubuntu.com: Temporary failure in name resolution (-3)
feb 05 13:48:26 linuxlite-Spring-Peak kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
feb 05 13:48:26 linuxlite-Spring-Peak kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
feb 05 13:48:26 linuxlite-Spring-Peak systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7538] policy: auto-activating connection 'TIM-27991109' (ab7a0f39-cb00-4833-9782-96f66a4d1c87)
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7556] device (wlp2s0): Activation: starting connection 'TIM-27991109' (ab7a0f39-cb00-4833-9782-96f66a4d1c87)
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7568] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7585] manager: NetworkManager state is now CONNECTING
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7598] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7610] device (wlp2s0): Activation: (wifi) access point 'TIM-27991109' has security, but secrets are required.
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7615] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7623] sup-iface[ea29f7b7ab0efceb,2,wlp2s0]: wps: type pbc start...
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7642] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7648] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7652] device (wlp2s0): Activation: (wifi) connection 'TIM-27991109' has security, and secrets exist.  No new secrets needed.
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7653] Config: added 'ssid' value 'TIM-27991109'
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7653] Config: added 'scan_ssid' value '1'
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7653] Config: added 'bgscan' value 'simple:30:-70:86400'
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7653] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7654] Config: added 'auth_alg' value 'OPEN'
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7654] Config: added 'psk' value '<hidden>'
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: WPS-CANCEL
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: SME: Trying to authenticate with 20:b0:01:ab:1c:45 (SSID='TIM-27991109' freq=2437 MHz)
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: authenticate with 20:b0:01:ab:1c:45
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: send auth to 20:b0:01:ab:1c:45 (try 1/3)
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: Trying to associate with 20:b0:01:ab:1c:45 (SSID='TIM-27991109' freq=2437 MHz)
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: authenticated
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.7933] device (wlp2s0): supplicant interface state: disconnected -> associating
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: associate with 20:b0:01:ab:1c:45 (try 1/3)
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: RX AssocResp from 20:b0:01:ab:1c:45 (capab=0x1411 status=0 aid=21)
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: Associated with 20:b0:01:ab:1c:45
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=DE
feb 05 13:48:26 linuxlite-Spring-Peak kernel: wlp2s0: associated
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.8219] device (wlp2s0): supplicant interface state: associating -> 4way_handshake
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: WPA: Key negotiation completed with 20:b0:01:ab:1c:45 [PTK=CCMP GTK=CCMP]
feb 05 13:48:26 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 20:b0:01:ab:1c:45 completed [id=0 id_str=]
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.8675] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.8676] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "TIM-27991109"
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.8678] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:26 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137306.8685] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
feb 05 13:48:26 linuxlite-Spring-Peak kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
feb 05 13:48:26 linuxlite-Spring-Peak avahi-daemon[704]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::5c68:879c:bafd:7fcb.
feb 05 13:48:26 linuxlite-Spring-Peak avahi-daemon[704]: New relevant interface wlp2s0.IPv6 for mDNS.
feb 05 13:48:26 linuxlite-Spring-Peak avahi-daemon[704]: Registering new address record for fe80::5c68:879c:bafd:7fcb on wlp2s0.*.
feb 05 13:48:27 linuxlite-Spring-Peak kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 20:b0:01:ab:1c:45
feb 05 13:48:27 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:48:28 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-71 noise=9999 txrate=1000
feb 05 13:48:28 linuxlite-Spring-Peak ModemManager[883]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0': not supported by any plugin
feb 05 13:48:28 linuxlite-Spring-Peak ModemManager[883]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.3/0000:13:00.0': not supported by any plugin
feb 05 13:48:28 linuxlite-Spring-Peak ntpd[1068]: bind(20) AF_INET6 fe80::5c68:879c:bafd:7fcb%3#123 flags 0x11 failed: Cannot assign requested address
feb 05 13:48:28 linuxlite-Spring-Peak ntpd[1068]: unable to create socket on wlp2s0 (7) for fe80::5c68:879c:bafd:7fcb%3#123
feb 05 13:48:28 linuxlite-Spring-Peak ntpd[1068]: failed to init interface for address fe80::5c68:879c:bafd:7fcb%3
feb 05 13:48:29 linuxlite-Spring-Peak systemd[1]: systemd-rfkill.service: Deactivated successfully.
feb 05 13:48:30 linuxlite-Spring-Peak ntpd[1068]: Listen normally on 8 wlp2s0 [fe80::5c68:879c:bafd:7fcb%3]:123
feb 05 13:48:30 linuxlite-Spring-Peak ntpd[1068]: new interface(s) found: waking up resolver
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1499] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1535] dhcp6 (wlp2s0): state changed new lease
feb 05 13:48:32 linuxlite-Spring-Peak dbus-daemon[708]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=709 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1554] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:32 linuxlite-Spring-Peak systemd[1]: Starting Network Manager Script Dispatcher Service...
feb 05 13:48:32 linuxlite-Spring-Peak dbus-daemon[708]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
feb 05 13:48:32 linuxlite-Spring-Peak systemd[1]: Started Network Manager Script Dispatcher Service.
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1774] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1781] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1786] manager: NetworkManager state is now CONNECTED_LOCAL
feb 05 13:48:32 linuxlite-Spring-Peak NetworkManager[709]: <info>  [1707137312.1795] device (wlp2s0): Activation: successful, device activated.
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:1 https://dl.google.com/linux/chrome/deb stable InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:3 https://ppa.launchpadcontent.net/unit193...ion/ubuntu jammy InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:4 http://archive.canonical.com/ubuntu jammy InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
feb 05 13:48:32 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:8 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
feb 05 13:48:33 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:1 https://dl.google.com/linux/chrome/deb stable InRelease
feb 05 13:48:33 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:4 http://archive.canonical.com/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:3 https://ppa.launchpadcontent.net/unit193...ion/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:8 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:1 https://dl.google.com/linux/chrome/deb stable InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:4 http://archive.canonical.com/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:3 https://ppa.launchpadcontent.net/unit193...ion/ubuntu jammy InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
feb 05 13:48:35 linuxlite-Spring-Peak nm-dispatcher[3656]: Ign:8 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
feb 05 13:48:37 linuxlite-Spring-Peak ntpd[1068]: Soliciting pool server 2a03:b020:0:403::254
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:4 http://archive.canonical.com/ubuntu jammy InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'archive.canonical.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'repo.linuxliteos.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:1 https://dl.google.com/linux/chrome/deb stable InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'dl.google.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'security.ubuntu.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:3 https://ppa.launchpadcontent.net/unit193...ion/ubuntu jammy InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'ppa.launchpadcontent.net'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]: Err:8 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
feb 05 13:48:39 linuxlite-Spring-Peak nm-dispatcher[3656]:  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: Reading package lists...
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist.../InRelease  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist.../InRelease  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist.../InRelease  Temporary failure resolving 'us.archive.ubuntu.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://archive.canonical.com/ubuntu/dist.../InRelease  Temporary failure resolving 'archive.canonical.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/.../InRelease  Temporary failure resolving 'security.ubuntu.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch https://dl.google.com/linux/chrome/deb/d.../InRelease  Temporary failure resolving 'dl.google.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch http://repo.linuxliteos.com/linuxlite/di.../InRelease  Temporary failure resolving 'repo.linuxliteos.com'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Failed to fetch https://ppa.launchpadcontent.net/unit193.../InRelease  Temporary failure resolving 'ppa.launchpadcontent.net'
feb 05 13:48:41 linuxlite-Spring-Peak nm-dispatcher[3656]: W: Some index files failed to download. They have been ignored, or old ones used instead.
feb 05 13:48:42 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 3.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:48:51 linuxlite-Spring-Peak systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
feb 05 13:48:51 linuxlite-Spring-Peak systemd[1]: NetworkManager-dispatcher.service: Consumed 2.331s CPU time.
feb 05 13:49:06 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=19500
feb 05 13:49:13 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=19500
feb 05 13:49:13 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: Reject scan trigger since one is already pending
feb 05 13:49:14 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=1000
feb 05 13:49:16 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=1000
feb 05 13:49:19 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=1000
feb 05 13:49:31 linuxlite-Spring-Peak ntpd[1068]: error resolving pool ntp.ubuntu.com: Temporary failure in name resolution (-3)
feb 05 13:49:31 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:49:34 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:49:41 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 2.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:49:46 linuxlite-Spring-Peak ntpd[1068]: error resolving pool 3.ubuntu.pool.ntp.org: Temporary failure in name resolution (-3)
feb 05 13:49:47 linuxlite-Spring-Peak wpa_supplicant[748]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=26000
Reply
#14
If the Power Management change did not improve the disconnect, you should reverse it.
As before edit the file and change it back to this and save the file.
Quote:wifi.powersave = 3
You'll need to restart to make it active.

My next suggestion would have been to try switching your channel.
But from the information provided earlier, channels 1 and 6 appear to be open to adjacent channel interference.

The final thing I can suggest is try different hardware.
A modern wifi adaptor may allow you to take advantage of the 5Ghz bands if your router has them.
Selecting an adaptor is not always easy.

The Panda brand of USB wifi adaptor has a good reputation on this forum.
stevef
clueless
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)