Ubuntu 22.04 and GNOME smartcard https://askubuntu.com/questions/1567786/ubuntu-22-04-and-gnome-smartcard

I've been tasked with setting up Smartcard authentication on Ubuntu (and other flavors), but I need some help specifically with Gnome login screen on Ubuntu 22.04/24.04.

The system in question has the smartcard and krb authentication working, but for whatever reason I can't get the GNOME (GDM login) screen to start reading my USB card reader. It's a supported reader and using pkcs tools I can read the card and slot with no problem. I just can't get GNOME to attempt to read the card. The reader never flashes at all. I've followed various tutorials online to no avail.

Which is the true memory usage report on Ubuntu Server? Running 26.04 in VM https://askubuntu.com/questions/1567785/which-is-the-true-memory-usage-report-on-ubuntu-server-running-26-04-in-vm

I have installed the server on VirtualBox and allocated 2 vCPUs and 4096MB base memory.

So if I run free -h the output tells me 3.3Gi total, 474Mi used, and 2.7Gi free. Also 360Mi buff/cache and 2.8Gi available.

The same thing can be confirmed by using top. However the story changes when I use htop instead:

Memory is shown at 252M used out of 3.3G, much lower than the previous reports.
Why is this? I haven't changed any of VirtualBox's advanced settings & only used the unattended install with automatic download of Guest Additions, as well as the CPU & RAM allocations aforementioned.

Thunderbird version 140.12.0esr (64 bits) snap is messing with folders https://askubuntu.com/questions/1567781/thunderbird-version-140-12-0esr-64-bits-snap-is-messing-with-folders

Since a couple of versions, my email folders are not sorted alphabetically anymore. A search told me that I should have a command to automatically sort them out, but there is not such option on my version. I thought I could sort the folders manually and place them properly sorted. Alas, it is not working. I am unable to move one folder relative to another. (that could be a personal problem, though...). Could you please tell me how to sort them properly ? Many thanks in advance for your help. P.S. : I thought they are sorted by creation time but, no, they are not...

Browser recommendation for GPU-accelerated 3D WebGL cosmology simulations on Linux https://askubuntu.com/questions/1567776/browser-recommendation-for-gpu-accelerated-3d-webgl-cosmology-simulations-on-lin

I am a cosmology PhD student using a low-end Ubuntu laptop. My research requires frequently rendering complex 3D simulations in the browser (e.g., Gaia DR1 WebGL visualizers).

I am seeking a reliable browser recommendation based on the following technical constraints:

  • GPU Rendering Accuracy: Firefox defaults to slow CPU rendering on my setup and fails to render critical elements (e.g., orbital lines upon zooming), which appear correctly in Chromium. I need guaranteed, accurate WebGL/GPU acceleration to avoid misinterpreting browser rendering bugs as simulation errors in my thesis.

  • No Aggressive Ad-Blocking Interference: I currently use Brave, but I am concerned its aggressive "Shields" and ad-blocking scripts might silently break or alter specific simulation outputs without my knowledge.

  • Privacy & Resource Efficiency: Standard Google Chrome is not viable due to heavy telemetry and invasive ad layouts that clutter my screen and consume limited system resources.

Given the need for strict rendering fidelity for scientific data without heavy telemetry or overly aggressive script blocking, which browser would you recommend?

Thanks for your help!

OpenRGB doesn't recognize my RGB memory KF556C40-16 and I can't shut down the LEDs https://askubuntu.com/questions/1567774/openrgb-doesnt-recognize-my-rgb-memory-kf556c40-16-and-i-cant-shut-down-the-le

The motherboard is an ASUS TUF GAMING B760M-PLUS WIFI II. The memories are 2x Kingston Fury Beast 5600MT/s 16GB DDR5.

Some logs below:

$ cat /lib/modules/$(uname -r)/modules.builtin | grep i2c  
kernel/drivers/base/regmap/regmap-i2c.ko  
kernel/drivers/mfd/tps65912-i2c.ko  
kernel/drivers/input/touchscreen/elants_i2c.ko  
kernel/drivers/i2c/i2c-core.ko  
kernel/drivers/i2c/i2c-dev.ko  
kernel/drivers/i2c/busses/i2c-designware-core.ko  
kernel/drivers/i2c/busses/i2c-designware-platform.ko
$ lsmod | grep i2c  
i2c_i801 36864 1  
i2c_smbus 20480 1 i2c_i801  
i2c_mux 20480 1 i2c_i801
$ sudo i2cdetect -F 3  
Functionalities implemented by /dev/i2c-3:  
I2C no  
SMBus Quick Command yes  
SMBus Send Byte yes  
SMBus Receive Byte yes  
SMBus Write Byte yes  
SMBus Read Byte yes  
SMBus Write Word yes  
SMBus Read Word yes  
SMBus Process Call yes  
SMBus Block Write yes  
SMBus Block Read yes  
SMBus Block Process Call yes  
SMBus PEC yes  
I2C Block Write yes  
I2C Block Read yes  
SMBus Host Notify yes  
10-bit addressing no  
Target mode no
$ find /sys/bus/i2c/devices -maxdepth 1 -type l | sort  
/sys/bus/i2c/devices/i2c-0  
/sys/bus/i2c/devices/i2c-1  
/sys/bus/i2c/devices/i2c-2  
/sys/bus/i2c/devices/i2c-3  
/sys/bus/i2c/devices/i2c-4  
/sys/bus/i2c/devices/i2c-5  
/sys/bus/i2c/devices/i2c-6  
/sys/bus/i2c/devices/i2c-7

$ sudo Downloads/./OpenRGB*.AppImage --verbose --loglevel 6 --print-source
Connection attempt failed
[ResourceManager] Initializing HID interfaces: Success [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:969]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1066]
|               Start device detection               | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1067]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1068]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1149]
|             Detecting I2C interfaces               | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1150]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1151]
[ResourceManager] Registering I2C interface: /dev/i2c-3 Device 8086:7A23 Subsystem: 1043:8882 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-1 Device 0000:0000 Subsystem: 0000:0000 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-6 Device 10DE:2C05 Subsystem: 1458:41A8 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-4 Device 10DE:2C05 Subsystem: 1458:41A8 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-2 Device 0000:0000 Subsystem: 0000:0000 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-0 Device 0000:0000 Subsystem: 0000:0000 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-7 Device 10DE:2C05 Subsystem: 1458:41A8 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
[ResourceManager] Registering I2C interface: /dev/i2c-5 Device 10DE:2C05 Subsystem: 1458:41A8 [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:218]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1168]
|               Detecting I2C devices                | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1169]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1170]
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[Crucial DRAM] Detection failed testing register A0.  Expected 00, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A1.  Expected 01, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A2.  Expected 02, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A3.  Expected 03, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A4.  Expected 04, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A5.  Expected 05, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A6.  Expected 06, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A7.  Expected 07, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A8.  Expected 08, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register A9.  Expected 09, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AA.  Expected 0A, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AB.  Expected 0B, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AC.  Expected 0C, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AD.  Expected 0D, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AE.  Expected 0E, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
[Crucial DRAM] Detection failed testing register AF.  Expected 0F, got FFFFFFFF. [/builds/CalcProgrammer1/OpenRGB/Controllers/CrucialController/CrucialControllerDetect.cpp:107]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1215]
|            Detecting I2C DIMM modules              | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1216]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1217]
[ResourceManager] Detected occupied slot 2, bus 0, type Key: D [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1236]
[ResourceManager] Detected occupied slot 4, bus 0, type Key: D [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1236]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1282]
|               Detecting I2C PCI devices            | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1283]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1284]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1330]
|               Detecting HID devices                | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1331]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1334]
[ASUS TUF GAMING B760M-PLUS WIFI II] Registering RGB controller [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:235]
[Logitech G213] Registering RGB controller [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:235]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1499]
|            Detecting libusb HID devices            | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1500]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1501]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1611]
|              Detecting other devices               | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1612]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1613]
[ResourceManager] Calling Post-detection callbacks [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1033]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1044]
|                Detection completed                 | [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1045]
------------------------------------------------------ [/builds/CalcProgrammer1/OpenRGB/ResourceManager.cpp:1046]
$ fastfetch
                             ....              rafael@Ubuntu12600k
              .',:clooo:  .:looooo:.           -------------------
           .;looooooooc  .oooooooooo'          OS: Ubuntu 26.04 LTS (Resolute Raccoon) x86_64
        .;looooool:,''.  :ooooooooooc          Kernel: Linux 7.0.0-22-generic
       ;looool;.         'oooooooooo,          Uptime: 3 hours, 22 mins
      ;clool'             .cooooooc.  ,,       Packages: 1937 (dpkg), 18 (snap)
         ...                ......  .:oo,      Shell: bash 5.3.9
  .;clol:,.                        .loooo'     Display (LG ULTRAGEAR): 1920x1080 in 24", 180 Hz [External]
 :ooooooooo,                        'ooool     Display (Q27G4): 2560x1440 in 27", 180 Hz [External] *
'ooooooooooo.                        loooo.    DE: GNOME 50.1
'ooooooooool                         coooo.    WM: Mutter (Wayland)
 ,loooooooc.                        .loooo.    WM Theme: Yaru-dark
   .,;;;'.                          ;ooooc     Theme: Yaru-dark [GTK2/3/4]
       ...                         ,ooool.     Icons: Yaru-dark [GTK2/3/4]
    .cooooc.              ..',,'.  .cooo.      Font: Ubuntu Sans (11pt) [GTK2/3/4]
      ;ooooo:.           ;oooooooc.  :l.       Cursor: Yaru (24px)
       .coooooc,..      coooooooooo.           Terminal: Ptyxis 50.1
         .:ooooooolc:. .ooooooooooo'           Terminal Font: Ubuntu Sans Mono (11pt)
           .':loooooo;  ,oooooooooc            CPU: 12th Gen Intel(R) Core(TM) i5-12600K (16) @ 4.90 GHz
               ..';::c'  .;loooo:'             GPU: NVIDIA GeForce RTX 5070 Ti [Discrete]
                                               Memory: 6.98 GiB / 30.53 GiB (23%)
                                               Swap: 0 B / 8.00 GiB (0%)
                                               Disk (/): 46.71 GiB / 343.00 GiB (14%) - ext4
                                               
                                               Locale: pt_BR.UTF-8
sudo dmidecode -t memory | grep -Ei 'Manufacturer|Part Number|Locator'
    Locator: Controller0-DIMM0
    Bank Locator: BANK 0
    Locator: Controller0-DIMM1
    Bank Locator: BANK 0
    Manufacturer: Kingston
    Part Number: KF556C40-16         
    Module Manufacturer ID: Bank 2, Hex 0x98
    Memory Subsystem Controller Manufacturer ID: Unknown
    Locator: Controller1-DIMM0
    Bank Locator: BANK 0
    Locator: Controller1-DIMM1
    Bank Locator: BANK 0
    Manufacturer: Kingston
    Part Number: KF556C40-16         
    Module Manufacturer ID: Bank 2, Hex 0x98
    Memory Subsystem Controller Manufacturer ID: Unknown
Gimp crashes randomly https://askubuntu.com/questions/1567771/gimp-crashes-randomly

These Gimp random crashes make me mad. I lost my half an hour work. Why does it crash randomly? I am using 3.0.6 version. Don't know if it is flatpak or not. I have installed few plugins but crashes happen when I am not using them. These crashes actually happen when I open about 15-20 images totaling around 100-150 mbs. My laptop has 16 gb ram and AMD Ryzen 5 PRO 3500U. It isn't overheating. Does Gimp have a known bug with working on multiple images?

grub hangs up on availability of block devices https://askubuntu.com/questions/1567770/grub-hangs-up-on-availability-of-block-devices

Tried to recover boot for Ubuntu and this us what I get:
Ubuntu Wont Recover

What do I do now?

wpa2 enterprise with no certificate at (k)ubuntu26.04 - cannot connect https://askubuntu.com/questions/1567738/wpa2-enterprise-with-no-certificate-at-kubuntu26-04-cannot-connect

I just installed kubuntu 26.04; but then I just cannot connect to my University WPA2 enterprise wifi (like I could with 25.20, 24.04 and 22.04), signal eduroam.

This signal is configured with wpa2 enterprise, mschapv2 and peap, but no CA certificate.

At NetworkManager I (no longer? I cannot recall in previous kubuntu versions...) do not have a square to tick "No CA certificate" (initially I thought leaving it blank would mean "No certificate").

The command nm-connection-editor does show a window where I have such square - I save the configuration for eduroam, but I cannot devise where it is saved.

In fact, I can see a file netplan-NM-44fa4c25-2dc7-4a52-b83e-adcd7dd39185-eduroam.nmconnection at /run/NetworkManager/system-connections, but this file does not contain a line , e.g.,

system-ca-cert=false

(or whatever line I should provide to say there is no CA certificate). Also, this file is created at run time.

Yet, at /etc/NetworkManager/system-connections I produced a file netplan-NM-44fa4c25-2dc7-4a52-b83e-adcd7dd39185-eduroam.nmconnection with such line - but I could not devise how to convince the system to use this configuration file when I call for a connection to eduroam.

Currently I see some alternatives, that I do not know exactly how to put in action: i) the NetworkManager to be instructed to not use a certificate, even if it is does not present this option at its configuration window ii) the gui issued by the nm-connection-editor command to record a configuration file that does become used iii) to connect by the nmcli command, but to use a specific configuration file

I googled around , but I must miss some detail here. Thank you,

J.


As indicated, I add to the original question my new comments:

Thanks heynnema and Andrei Borzenkov for inputs.

a) I tried netplan apply and retested, no difference (so I learn there is a /etc/netplan/ directory with some .yaml configuration files); b) I thought my problem might be the CA certificate - well I might not be sure of this. I try to connect to eduroam and it keeps asking for my password, again and again. I do get this eduroam connection through windows 10 (dual boot machine). c) If I understand, this issue of CA certificate might not be the culprit. So I report what I observe at trying to log and I also write below the log "with journactl" with the "relevant lines" (sorry for the length):

"

Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.7625] audit: op="connection-activate" uuid="44fa4c25-2dc7-4a52-b83e-adcd7dd39185" name="eduroam" pid=1873 uid=1000 result="success"
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.7753] audit: op="statistics" interface="wlp0s20f3" ifindex=2 args="0" pid=1873 uid=1000 result="success"
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8335] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'new-activation', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8337] dhcp4 (wlp0s20f3): canceled DHCP transaction
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8338] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8338] dhcp4 (wlp0s20f3): state changed no lease
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8531] manager: NetworkManager state is now DISCONNECTED
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8532] device (wlp0s20f3): Activation: starting connection 'eduroam' (44fa4c25-2dc7-4a52-b83e-adcd7dd39185)
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8537] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8537] device (p2p-dev-wlp0s20f3): supplicant management interface state: completed -> disconnected
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8549] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8561] manager: NetworkManager state is now CONNECTING
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8562] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8564] device (wlp0s20f3): Activation: (wifi) access point 'eduroam' has security, but secrets are required.
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8564] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8570] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8571] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8572] device (wlp0s20f3): Activation: (wifi) connection 'eduroam' has security, and secrets exist.  No new secrets needed.
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'ssid' value 'eduroam'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'scan_ssid' value '1'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'bgscan' value 'simple:30:-65:300'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'key_mgmt' value 'WPA-EAP FT-EAP FT-EAP-SHA384 WPA-EAP-SHA256'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'password' value '<hidden>'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'eap' value 'PEAP'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'fragment_size' value '1266'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8576] Config: added 'phase2' value 'auth=MSCHAPV2'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8577] Config: added 'identity' value 'iulek'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8577] Config: added 'proactive_key_caching' value '1'
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8795] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.8795] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.9218] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.9219] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.9393] device (wlp0s20f3): supplicant interface state: associating -> associated
Jun 15 15:07:08 silicon NetworkManager[213851]: <info>  [1781546828.9394] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jun 15 15:07:12 silicon NetworkManager[213851]: <info>  [1781546832.0253] device (wlp0s20f3): supplicant interface state: associated -> disconnected
Jun 15 15:07:12 silicon NetworkManager[213851]: <info>  [1781546832.0253] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> disconnected
Jun 15 15:07:12 silicon NetworkManager[213851]: <info>  [1781546832.1254] device (wlp0s20f3): supplicant interface state: disconnected -> scanning
Jun 15 15:07:12 silicon NetworkManager[213851]: <info>  [1781546832.1255] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> scanning
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.6761] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.6761] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.7191] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.7192] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.7364] device (wlp0s20f3): supplicant interface state: associating -> associated
Jun 15 15:07:25 silicon NetworkManager[213851]: <info>  [1781546845.7364] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jun 15 15:07:34 silicon NetworkManager[213851]: <warn>  [1781546854.5693] device (wlp0s20f3): Activation: (wifi) association took too long
Jun 15 15:07:34 silicon NetworkManager[213851]: <info>  [1781546854.5693] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Jun 15 15:07:34 silicon NetworkManager[213851]: <warn>  [1781546854.5695] device (wlp0s20f3): Activation: (wifi) asking for new secrets
Jun 15 15:07:34 silicon NetworkManager[213851]: <info>  [1781546854.5967] device (wlp0s20f3): supplicant interface state: associated -> disconnected
Jun 15 15:07:34 silicon NetworkManager[213851]: <info>  [1781546854.5967] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> disconnected
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9711] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9715] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9719] device (wlp0s20f3): Activation: (wifi) connection 'eduroam' has security, and secrets exist.  No new secrets needed.
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9728] Config: added 'ssid' value 'eduroam'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9728] Config: added 'scan_ssid' value '1'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9728] Config: added 'bgscan' value 'simple:30:-65:300'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9728] Config: added 'key_mgmt' value 'WPA-EAP FT-EAP FT-EAP-SHA384 WPA-EAP-SHA256'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'password' value '<hidden>'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'eap' value 'PEAP'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'fragment_size' value '1266'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'phase2' value 'auth=MSCHAPV2'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'identity' value 'iulek'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9729] Config: added 'proactive_key_caching' value '1'
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9824] device (wlp0s20f3): supplicant interface state: disconnected -> scanning
Jun 15 15:07:57 silicon NetworkManager[213851]: <info>  [1781546877.9825] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> scanning
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.7687] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.7688] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.8126] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.8127] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.8349] device (wlp0s20f3): supplicant interface state: associating -> associated
Jun 15 15:08:00 silicon NetworkManager[213851]: <info>  [1781546880.8350] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jun 15 15:08:05 silicon NetworkManager[213851]: <info>  [1781546885.8040] device (wlp0s20f3): supplicant interface state: associated -> disconnected
Jun 15 15:08:05 silicon NetworkManager[213851]: <info>  [1781546885.8040] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> disconnected
Jun 15 15:08:05 silicon NetworkManager[213851]: <info>  [1781546885.9055] device (wlp0s20f3): supplicant interface state: disconnected -> scanning
Jun 15 15:08:05 silicon NetworkManager[213851]: <info>  [1781546885.9055] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> scanning
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4321] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4322] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4753] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4754] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4951] device (wlp0s20f3): supplicant interface state: associating -> associated
Jun 15 15:08:19 silicon NetworkManager[213851]: <info>  [1781546899.4952] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jun 15 15:08:22 silicon NetworkManager[213851]: <info>  [1781546902.6583] device (wlp0s20f3): supplicant interface state: associated -> disconnected
Jun 15 15:08:22 silicon NetworkManager[213851]: <info>  [1781546902.6583] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> disconnected
Jun 15 15:08:22 silicon NetworkManager[213851]: <info>  [1781546902.7585] device (wlp0s20f3): supplicant interface state: disconnected -> scanning
Jun 15 15:08:22 silicon NetworkManager[213851]: <info>  [1781546902.7585] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> scanning
Jun 15 15:08:23 silicon NetworkManager[213851]: <warn>  [1781546903.5690] device (wlp0s20f3): Activation: (wifi) association took too long
Jun 15 15:08:23 silicon NetworkManager[213851]: <info>  [1781546903.5690] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Jun 15 15:08:23 silicon NetworkManager[213851]: <warn>  [1781546903.5692] device (wlp0s20f3): Activation: (wifi) asking for new secrets
Jun 15 15:08:25 silicon NetworkManager[213851]: <info>  [1781546905.5123] device (wlp0s20f3): supplicant interface state: scanning -> inactive
Jun 15 15:08:25 silicon NetworkManager[213851]: <info>  [1781546905.5123] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> inactive
Jun 15 15:08:26 silicon NetworkManager[213851]: <warn>  [1781546906.2536] device (wlp0s20f3): no secrets: User canceled the secrets request.
Jun 15 15:08:26 silicon NetworkManager[213851]: <info>  [1781546906.2536] device (wlp0s20f3): state change: need-auth -> failed (reason 'no-secrets', managed-type: 'full')
Jun 15 15:08:26 silicon NetworkManager[213851]: <info>  [1781546906.2538] manager: NetworkManager state is now DISCONNECTED
Jun 15 15:08:26 silicon NetworkManager[213851]: <warn>  [1781546906.2539] device (wlp0s20f3): Activation: failed for connection 'eduroam'
Jun 15 15:08:26 silicon NetworkManager[213851]: <info>  [1781546906.2541] device (wlp0s20f3): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Jun 15 15:08:28 silicon NetworkManager[213851]: <info>  [1781546908.9803] policy: auto-activating connection 'acessoLivreUEPG' (6ca6770e-ad6c-4f89-8685-3ec9f427180e)

"

(acessoLivre - undesirable - is the signal it gets automatically if no success in with eduroam).

I hope this brings in more details. Please, let me know if you need more information. I also try to learn from the points you raise.

Thanx.

J.


Following up: Thanks to enzyklopädie instructions below , I can connect to eduroam !

I try to learn and do better next time - I see a log from journalctl in my original question would already help, as pointed by others. I cannot devise how you enzyklopädie got the solution and the command you issued to see the alert you wrote - I think I would take ages to reach out the reason. So, help me educate myself, pls.

By the way, the command:

"

nmcli connection modify eduroam 802-1x.openssl-ciphers "DEFAULT:@SECLEVEL=0"

"

introduces the lines:

"

#Netplan: passthrough setting
openssl-ciphers=DEFAULT:@SECLEVEL=0

"

into

/run/NetworkManager/system-connections/netplan-NM-44fa4c25-2dc7-4a52-b83e-adcd7dd39185-eduroam.nmconnection

but this file is overwritten every time I come to reconnect. So, there remains the question - how to make this instruction/configuration permanent (I come and go between eduroam and other signals)?

I went further to check my thunderbird capabilities under eduroam and I cannot tell how much necessary is to set (but I did) at its configuration:

"

security.tls.version.min 1

"

and for some reason to be able to use the smtp server I use as "Connection Security: " STARTLS rather than SSL/TLS (and the corresponding correct port, of course).

OK, there remains the question "how to make a instruction/configuration permanent" for a given SSI signal?

J.


Good morning.

New additions based on the last comment by heynnema.

My understanding then is that the configuration about the SSL version to be used when I use eduroam is stored in a file called, in my case, /etc/netplan/90-NM-44fa4c25-2dc7-4a52-b83e-adcd7dd39185.yaml (id est, a yaml format file). I check it now and it has the lines (I do not describe here the complete hierarchy)

"

      802-1x.openssl-ciphers: "DEFAULT:@SECLEVEL=0"

"

I have not hand edited this file - my thought is that it (also) became edited with the command

nmcli connection modify eduroam 802-1x.openssl-ciphers "DEFAULT:@SECLEVEL=0"

I had given (which changed also the file a "corresponding" file at
/run/NetworkManager/system-connections ) .

So I think the run time file is generated based upon what is (permanently stored) at the /etc/netplan corresponding yaml file. Therefore, there is the due configuration for me to use with eduroam even after any reboot.

I should say that now I got all configurations I needed. Thanks to everyone who took time to help me.

J.

Problem after re-enabling bitlocker on Ubuntu 26.04 / Windows 11 dual boot setup https://askubuntu.com/questions/1567735/problem-after-re-enabling-bitlocker-on-ubuntu-26-04-windows-11-dual-boot-setup

I have been using Ubuntu and Windows without issues on a dual boot setup. The Windows drive mounts automatically on startup in Ubuntu, however I want to re-enable BitLocker to encrypt the Windows drive. After re-enabling it, Ubuntu will not start. I get the following message:

You are in emergency mode. After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, or "exit" to continue bootup. Press Enter for system maintenance (or press Control-D to continue):

If I type systemctl reboot nothing happens. If I type exit the same message appears again.

I have disabled Bitlocker again, but still I would prefer to have the Windows drive encrypted because it is a laptop I sometimes travel with.

No focus, no paste in Ubuntu [closed] https://askubuntu.com/questions/1567667/no-focus-no-paste-in-ubuntu

Recently I have problems with my Ubuntu 22.04 using Gnome:

  • I can’t paste with the mouse middle button.
  • New windows didn’t get focus or remained hidden.

I tried several suggestions from the web, but to no avail. I installed 25.04 and 26.04 on the side using the same home directory. I still had the same problems. A new user with a fresh home on any of the installations has no problems. My experiments shows that the problems are associated with the home/.config directory, however my .config is huge and I have difficulties finding the culprit file or files.

GNOME Panel & Activities Overview workspace thumbnails flickering issue https://askubuntu.com/questions/1567665/gnome-panel-activities-overview-workspace-thumbnails-flickering-issue

GNOME Activities Overview workspace thumbnails begin flickering after several hours of uptime on Ubuntu 26.04 LTS with GNOME Shell 50.1 running on Wayland and Intel Alder Lake-N integrated graphics (i915 driver).

System:

  • Ubuntu 26.04 (upgraded from 24.04)
  • GNOME Shell 50.1 / Mutter 50.1
  • Wayland session (no Xorg session available)
  • Intel Alder Lake-N UHD Graphics (i915 driver)
  • Three displays (all 1920×1080 @ 60Hz)

Symptoms:

  • After several hours of uptime, GNOME Activities Overview becomes visually corrupted.
  • Specifically, workspace thumbnails flicker immediately upon entering Overview (Super key or hot corner).
  • The flickering is limited to Overview workspace thumbnails and GNOME top bar. Normal desktop, application windows remain stable and unaffected.
  • Exiting Overview immediately returns the desktop to normal. Logging out and back in resolves the issue temporarily, but it returns in minutes, rebooting it returns after several hours. No GPU resets, hangs, or DRM errors appear in journalctl.

I’ve tried:

  • Kernel parameter: intel_idle.max_cstate=1 Appears to delay or partially change the symptoms, but the issue still occurs.
  • Kernel parameter: i915.enable_dc=0 Initially seemed to reduce symptoms, but the issue still returned.
  • Tested different kernels (including older kernel) No change in long-term behavior.
  • Disabled a couple of third-party GNOME extensions (still using default Ubuntu extensions).

Observations:

  • The issue does not affect application rendering or the desktop outside of Activities Overview.
  • It appears only after extended uptime (hours), not immediately after login.
  • The issue is reproducible across reboots and kernel versions.
  • No relevant errors in journalctl related to i915, DRM, or GPU resets.

Question:

Has anyone seen GNOME Activities Overview workspace thumbnail flickering or corruption on GNOME Shell 50 / Mutter 50 under Wayland, particularly on Intel integrated graphics? Are there known issues, workarounds, or logs that I should investigate further?


Update:

I performed additional testing and found a significant correlation with monitor configuration.

With my original multi-monitor setup (2 ASUS monitors + 1 TCL TV), GNOME Shell produced thousands of repeated errors:

gbm_surface_lock_front_buffer failed Failed to query buffer age, got error 3003

These sessions also exhibited Activities Overview flickering, top-panel flickering, and occasional window-edge artifacts.

I have now tested the system with a single display only (different display: Sony TV over HDMI) and the issue has not reproduced. There is no visible flickering, no rendering corruption, and:

journalctl -b | grep -c "gbm_surface_lock_front_buffer failed" 0

journalctl -b | grep -c "Failed to query buffer age" 0

The issue also reproduced across multiple kernels, including a newer mainline kernel Linux 7.0.12-070012-generic, which makes a pure kernel/i915 explanation seem less likely. Using this mainline kernel the symptoms also started appearing after roughly 10 minutes rather than a few hours.

At this point, the strongest lead appears to be a GNOME Shell/Mutter multi-monitor rendering issue, or an interaction involving multiple outputs.

Can’t boot into an Ubuntu 26.04 live USB https://askubuntu.com/questions/1567269/can-t-boot-into-an-ubuntu-26-04-live-usb

I have got an HP EliteBook 8570W which has a 3rd generation Core i7 processor, an AMD Radeon HD 7700M and 8 GB of DDR3 RAM.

The problem is that I can't boot Ubuntu 26.04 from the live USB. When I boot I see the Ubuntu logo, but it disappears after a few minutes.

Ubuntu 26.04 inaccessible disk https://askubuntu.com/questions/1567128/ubuntu-26-04-inaccessible-disk

I have a ASUS TUF GAMING laptop with two separate nvme each 1TB. On first one windows 11 installed with bitlocker disabled. And on the second one I installed Ubuntu Raccoon. But during installation Ubuntu installer reported bitlocker detected. Anyhow installation finished without any problem. I did not used any encryption either. Just created a user to login. I have created a swap, efi and an ext4 partition. After login, I could not mount the ext4 partition as it prompts for a password!? By the way, I checked the disk and discovered a Microsoft reserved partition in front of queue which was strange. Any idea? Tks

After Update from 24.04 to 26.04: how can I configure my terminal to open in the same directory as other open terminals https://askubuntu.com/questions/1566040/after-update-from-24-04-to-26-04-how-can-i-configure-my-terminal-to-open-in-the

After the latest operating system update I realized that my productivity went down as I was unable to configure my shell to open a new tab console in the same directory as the already opened tab.

How to reproduce:

  • Open a terminal (Ctrl Alt T)
  • cd Downloads
  • Open a new terminal (Ctrl Shift T)
  • New tab opens in ~ but in 24.04 the console opened in ~/Downloads

Any idea how I can get the old behaviour after my update?

The graphical UI has a setting "Preserve Working Directory" with available options: Always - Never - Safe, that does not change the behaviour of the terminal. New tabs open always open in the home directory.

My prompt command variable was used in 24.04 and remains unchanged:

 $ echo $PROMPT_COMMAND setLastCommandState;
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007";setGitPrompt

Thanks

Solution: switching back to gnome-terminal restored the functionality I worked with in 24.04. Thanks for the help nevertheless! Let's see if ptyxis will add this productivity feature in the future. Nevertheless I love the new Ctrl . to open a terminal from a nautilus window in 26.04.

Ubuntu 24.04 (Noble): Wi-Fi stopped working after kernel upgrade to 6.17.0-14-generic (Intel AX211 / iwlwifi) https://askubuntu.com/questions/1563722/ubuntu-24-04-noble-wi-fi-stopped-working-after-kernel-upgrade-to-6-17-0-14-ge

After upgrading the Linux kernel on Ubuntu (via sudo apt upgrade) to a newer version (in my case 6.17.0-14-generic), Wi-Fi stopped working. The laptop uses an Intel Wi-Fi 6E AX211 adapter with the iwlwifi driver. The device was detected by PCI tools, but the Wi-Fi interface was not usable and the device showed as UNCLAIMED in lshw.

Hardware / detection output:

aeart@aeart-ThinkBook-16-G8-IAL:~$ lspci | grep -i network
00:14.3 Network controller: Intel Corporation Device 7740
aeart@aeart-ThinkBook-16-G8-IAL:~$ lspci -knn | grep -iA2 net
00:14.3 Network controller [0280]: Intel Corporation Device [8086:7740]
 Subsystem: Intel Corporation Device [8086:0094]
 Kernel modules: iwlwifi
--
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:57a1]
 DeviceName: To Be Filled by O.E.M.
 Subsystem: Lenovo Device [17aa:3802]
aeart@aeart-ThinkBook-16-G8-IAL:~$ sudo lshw -class network
[sudo] password for aeart: 
  *-network:0 UNCLAIMED     
       description: Network controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix cap_list
       configuration: latency=0
       resources: iomemory:480-47f memory:48192c4000-48192c7fff
  *-network:1
       description: Ethernet interface
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       logical name: eno0
       version: 00
       serial: 84:ba:59:b6:c2:cc
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=6.17.0-14-generic firmware=0.1-4 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:146 memory:98200000-9821ffff
  *-network
       description: Ethernet interface
       physical id: 12
       bus info: usb@3:3
       logical name: enx6a1febda5995
       serial: 6a:1f:eb:da:59:95
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=rndis_host driverversion=6.17.0-14-generic firmware=RNDIS device ip=192.168.5.60 link=yes multicast=yes port=twisted pair

Kernel log / error: dmesg showed firmware load failures and the driver explicitly said that the required firmware versions were missing:

aeart@aeart-ThinkBook-16-G8-IAL:~$ sudo dmesg | grep iwlwifi
[sudo] password for aeart: 
[    2.462594] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    2.515914] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80930 wfpm id 0x80005b20
[    2.515930] iwlwifi 0000:00:14.3: PCI dev 7740/0094, rev=0x461, rfid=0x2010d000
[    2.515935] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz
[    2.516006] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-b0-gf-a0-100.ucode failed with error -2
[    2.516195] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-b0-gf-a0-99.ucode failed with error -2
[    2.516231] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-b0-gf-a0-98.ucode failed with error -2
[    2.516233] iwlwifi 0000:00:14.3: no suitable firmware found!
[    2.516238] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-bz-b0-gf-a0-98
[    2.516241] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-bz-b0-gf-a0-100
[    2.516243] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Ubuntu 24.04.2 pinned app shortcut failling on special characters https://askubuntu.com/questions/1545776/ubuntu-24-04-2-pinned-app-shortcut-failling-on-special-characters

I am used to access to my pinned applications with the windows + [0-9] shortcut on Ubuntu 22.04.5.

I recently upgraded my laptop to Ubuntu 24.04.2 LTS and this shortcut only works for non special characters. I am using an AZERTY keyboard and so far, I found that the keys é,è,ç,à (mapped to the keys 2,7,9,0) don't apply the shortcut.

I tried to hold the shift key while applying the shortcut but it only opens a new instance of the selected application instead of navigating to the existing one.

Of course I could use my mouse or the alt + tab shortcut to navigate through my applications, but I find it more precise when I have a bunch of windows opened. Did this behavior happen to anyone?

How do I properly update Python? https://askubuntu.com/questions/1538584/how-do-i-properly-update-python

I am on Python 3.10 and would like to upgrade to 3.13.1. I have been trying to figure out how to do this, and have managed to get it installed, but it uses the python3.13 alias instead of the python alias.

Detach Terminal crashes all terminal instances https://askubuntu.com/questions/1532175/detach-terminal-crashes-all-terminal-instances

New install. Ubuntu 24.04.1 LTS ~ installed Gimp, Libre Office, and Ink Scape... then added UBS Studio to record the bug.

So, I open a terminal window, and left-click the [+] (top left) to add an additional tab. In most cases if I then right-click that new tab and select Detach Terminal, it will abruptly close all terminal windows that I have open. In some cases this behavior will stop for a few iterations and then start again. Sometimes I have to add two more terminal tabs and select a middle tab among them to try and detach... I have yet to isolate a specific open/close pattern that is 100% reliable to produce this issue. However, it is consistent from a fresh reboot.

Since then I've been looking for a place to report the issue and share the video. I have the video on my google drive to show what I'm seeing happen. Thoughts are welcome.

Upgrade from Ubuntu 22.04 to Ubuntu 24.04 without a snap install https://askubuntu.com/questions/1524976/upgrade-from-ubuntu-22-04-to-ubuntu-24-04-without-a-snap-install

I'm using Ubuntu 22.04 on a WSLv1 system, which does not support snap:

$ snap list
Interacting with snapd is not yet supported on Windows Subsystem for Linux 1.
This command has been left available for documentation purposes only.

Doing sudo do-release-upgrade breaks with:

sudo do-release-upgrade

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/noble", line 8, in <module>
    sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeMain.py", line 241, in main
    if app.run():
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeController.py", line 2642, in run
    return self.fullUpgrade()
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeController.py", line 2447, in fullUpgrade
    if not self.doPostInitialUpdate():
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeController.py", line 1438, in doPostInitialUpdate
    self.quirks.run("PostInitialUpdate")
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeQuirks.py", line 102, in run
    func()
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeQuirks.py", line 127, in noblePostInitialUpdate
    self._test_and_fail_on_tpm_fde()
  File "/tmp/ubuntu-release-upgrader-uqmd8iby/DistUpgrade/DistUpgradeQuirks.py", line 1898, in _test_and_fail_on_tpm_fde
    snap_list = subprocess.check_output(['snap', 'list'])
  File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['snap', 'list']' returned non-zero exit status 1.

It is only fair because snap list errors out. Is it possible to upgrade to Ubuntu 24.04 by somehow disabling any snap interaction and sidetracking its attempt to do snap list?

Thanks!

How to install without USB stick https://askubuntu.com/questions/1458972/how-to-install-without-usb-stick

I have burned the ubuntu .iso to a USB with Balena etcher and installed Ubuntu to a new SSD with the USB installer.

Now that I have an Ubuntu machine. Is it possible to install to a new SSD from the Ubuntu, without the USB stick? It would be nice not to have to burn a USB stick and be able to outfit a new SSD from an OS (Mac, Windows, or Ubuntu) with an Ubuntu install .iso

Where do I find core dump files, and how do I view and analyze the backtrace (stack trace) in one? https://askubuntu.com/questions/1349047/where-do-i-find-core-dump-files-and-how-do-i-view-and-analyze-the-backtrace-st

When I run my C program on Ubuntu 20.04, I get this run-time error:

Segmentation fault (core dumped)

I really need to find and view the core file, but I can't find it anywhere. Where is it, and how do I view the backtrace in it?

How to update firmware correctly https://askubuntu.com/questions/1301801/how-to-update-firmware-correctly

enter image description here I'm looking at the screen and I'm wondering how to update the firmware suggested here, while not using the dock.

My question is on how. Don't I, in order to update the firmware, have to be connected to the dock? If I'm connected to it, am I not using it? This reminds me the days where win95 requested you to connect to the internet to download the drivers for the modem.

2nd (site question): How safe is this? Knowing that the dock is working flawlessly.

chroot: failed to run command '/bin/bash': No such file or directory Ubuntu 18.04 https://askubuntu.com/questions/1217451/chroot-failed-to-run-command-bin-bash-no-such-file-or-directory-ubuntu-18-0

I'm following these instructions to make a debian.img in a ubuntu 18.04 on a virtual box build

  1. On the PC, create a folder and generate a formatted, mountable image.
  2. Install a Debian Buster linux inside the chroot environment with the debootstrap command.
  3. Upload this image (debian.img) to your web server to download it later

The link to the site here

mkdir -p webkey/tutorial
cd webkey/tutorial
dd if=/dev/zero of=debian.img bs=1024 count=614400
sudo mkfs.ext2 -F debian.img
sudo tune2fs -c0 debian.img
mkdir debian
sudo mount -o loop debian.img debian/
sudo debootstrap --verbose --foreign --arch armel buster debian http://ftp.de.debian.org/debian
sudo chroot debian
export LC_ALL=C
debootstrap/debootstrap --second-stage

I have done everything upto

sudo chroot debian

When i enter this it gives me

chroot: failed to run command '/bin/bash': No such file or directory

I have read all the posts about chroot and this error none of these solutions does not seem to work for me. Or maybe I am doing something wrong.

Thanks for your time and expertise.

WiFi connection error: deauthenticating by local choice (Reason: 3=DEAUTH_LEAVING) https://askubuntu.com/questions/1180240/wifi-connection-error-deauthenticating-by-local-choice-reason-3-deauth-leavin

I'm encountering a connection issue to my university WiFi network that I cannot solve: when attempting to connect, I get the following message with dmesg -T :

[ven. oct. 11 12:32:04 2019] wlan0: deauthenticating from X by local choice (Reason: 3=DEAUTH_LEAVING)

This problem has already been pointed out in the forum, but none of the solutions I tried worked:

  • Disabling the powersave for WiFi (in /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf set wifi.powersave = 2 ).
  • Changing from NetworkManager to WICD.
  • Adding the following lines to /etc/sysctl.conf:

    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1
    

None of these worked.

Hard drive is not bootable after a sudden powercut(power interruption) https://askubuntu.com/questions/1118152/hard-drive-is-not-bootable-after-a-sudden-powercutpower-interruption

It's an old Asus laptop that i use sometime for programming. It's battery is dead so i have to be connected to power supply whenever i have to use. Was working fine for the last few years(even with a dead battery). Today while i was working on it, the power plug got dislodged from the socket and the computer instantly shutoff (normal, happened a lot previously). But this time when i tried to start it up, the first time- i could hear the wheezy sound(as usual) but the screen was complete black as if it was shutoff. I gave it some time but didn't see anything on the screen so i rebooted. Now the screen lights up proper (as usual) but i get the 'This is not a bootable disk ...Insert a bootable floppy and press any key...' error on the screen. I tried these at the BIOS setup

  1. enable/disable UEFI

  2. check boot priority ( there's only the hard drive and the dvd drive with the hard drive at the top priority).

No result.

I had a live USB of a Kali distro and i could boot from it (UEFI mode). My hard drive is GPT. It has Ubuntu 16.04 and Lubuntu 18.10 dual booted. Six partition including the sda1(grub_boot). There is no secure boot option in my BIOS setup.

Could anybody suggest :

  1. Where should i look to see whether it is a hardware related problem or just the grub is messed up.

  2. Should i go ahead with a Boot-repair or wait until it am sure where he problem is. Thanks in advance


                   :Update:

I restarted my system and now, as Ill luck would have it , the screen doesn't even light up though i can hear the fan noise see the power lights. Restarted a dozen of times but to no use so gave up. In the evening, i tried as the last ditch effort but now it's seemed the problem got worse as i could not even hear the fan noise or in fact no noise at all. So couldn't figure out if the POST test is happening or not after pressing the power button. So as a final effort, i started the pc on last time and kept in on for a good 20 minutes and then restarted the System. seems it solved the Dead screen issue and now i can see the pc logo and can enter the BIOS setup. But however, the initial problem still persist so now i am going to do some smart test from the live Kali on flash drive. This is a whole new experience, will update if get any major result.

SSH: Port 22 Connection refused https://askubuntu.com/questions/1072899/ssh-port-22-connection-refused

From Ubuntu 18 lts I'm trying to establish ssh connection with my Kali Linux VirtualBox on the same computer. I've already installed openssh-client and openssh-server on both systems and I'm connected to Internet via ethernet cable. So, I have 'enp2s0' interface (on both systems) which is found in 'ifconfig' and I changed my network ipv4 addresses to static with the same IP addresses I found in 'ifconfig':

In Ubuntu:

IP: 192.168.1.8

In Kali:

IP: 192.168.1.5

Netmask: 255.255.255.0 and Default Gateway: 192.168.1.255 are same on both systems. In VBox settings for Kali I configured network to Bridge connection. I checked ping between these systems and it is ok (64bytes..blahblah). I turned off firewall on both systems:

sudo ufw disable

so it's inactive. The problem is that, I can connect from Kali shell to Ubuntu, but not vice versa where I'm getting the following message:

ssh: connect to host 192.168.1.5 port 22: Connection refused

I also tried with: sudo ufw allow 22 on both and nothing.

sudo ufw ssh enable didn't help.

Answers on comments:

netstat -an | grep 22 gives me:

tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp       69      0 192.168.1.8:53436       13.32.28.22:443         ESTABLISHED
tcp6       0      0 :::22                   :::*                    LISTEN     
unix  2      [ ]         DGRAM                    3766327  /var/lib/samba/private/msg.sock/922
unix  2      [ ]         DGRAM                    3805225  /run/wpa_supplicant/wlp3s0mon
unix  3      [ ]         STREAM     CONNECTED     2717922  /run/user/1000/bus
unix  3      [ ]         STREAM     CONNECTED     2869722  
unix  3      [ ]         STREAM     CONNECTED     3802265  
unix  3      [ ]         STREAM     CONNECTED     3802266  
unix  3      [ ]         STREAM     CONNECTED     2335221  
unix  3      [ ]         STREAM     CONNECTED     2341225  /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     1822     /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED     3773622  
unix  3      [ ]         STREAM     CONNECTED     27122    /run/user/121/bus
unix  3      [ ]         STREAM     CONNECTED     3802298  
unix  3      [ ]         STREAM     CONNECTED     3802297  
unix  3      [ ]         STREAM     CONNECTED     2468922  
unix  2      [ ]         DGRAM                    2339422  
unix  3      [ ]         STREAM     CONNECTED     2332622  
unix  3      [ ]         STREAM     CONNECTED     3853822  
unix  3      [ ]         STREAM     CONNECTED     29227    
unix  3      [ ]         STREAM     CONNECTED     29228    
unix  3      [ ]         STREAM     CONNECTED     2329522  
unix  3      [ ]         STREAM     CONNECTED     3766622  
unix  3      [ ]         STREAM     CONNECTED     2329922  
unix  3      [ ]         STREAM     CONNECTED     28122    /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED     2888122  
Error MySQL: ERROR 2002 (HY000): Can't connect to local MySQL server through socket (Ubuntu 14.04.5) https://askubuntu.com/questions/997531/error-mysql-error-2002-hy000-cant-connect-to-local-mysql-server-through-soc
mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

service mysql status
mysql stop/waiting

service mysql restart
stop: Unknown instance: 
start: Job failed to start

find / -name mysql.sock
/var/lib/mysql/mysql.sock

However, I cannot find the file mysql.sock in my server. I don't know how to deal with this problem. Is there any information else I can provide to help me get assistance?
I need your help.

Accents stop working all of a sudden in Libreoffice https://askubuntu.com/questions/451840/accents-stop-working-all-of-a-sudden-in-libreoffice

I can write characters such as á, é, ó, ã, ê, etc just fine in Kubuntu 14.04.

Even in LibreOffice.

However, if I switch windows from LibreOffice to, say, Chrome or even Dolphin, and then I switch back to LibreOffice, these characters will not register anymore and instead plain a, e, o , a, e will be written, with no accents.

This is very annoying and I've been fiddling with KDE System Settings for the past couple of hours unsuccessfully. I'd really like some help.

Thanks in advance,

mv: Directory not empty https://askubuntu.com/questions/269775/mv-directory-not-empty

I want to move content of a directory within another directory with the same folders.

Here's an example:

I have ./backup which has the directories base and test. Now, I want to move these directories to ./backupArchives.

I use this:

mv ./backup/* ./backupArchives

but I got the error

mv: cannot move './backup/base' to './backupsArchive/base': Directory not empty

I tried using --force, but no luck. Is there a way to move it when folders already exists?

Note: I just want to merge contents, there's no overwriting.

Slow USB 3.0 speeds https://askubuntu.com/questions/110304/slow-usb-3-0-speeds

Long time forum forager, first time poster.

I bought a Toshiba 500 GB usb 3.0 hard drive last week and instantly ran home to see how fast I could push it. On my desktop (that I built) I was able to get 200 MB/sec. On my laptop (MSI FX something or other), which I dual boot Windows 7/Ubuntu 11.10, I was able to get about 120 MB/sec on Windows, but on Ubuntu, i get about 25 MB/sec.

lsusb shows:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 1532:0015 Razer USA, Ltd
Bus 004 Device 002: ID 0480:a007 Toshiba America Info. Systems, Inc.

lspci -vvv shows that the USB 3.0 host controller is using the kernel driver in use is xhci_hcd.

dmesg |grep usb shows:

[ 1815.455368] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1815.475459] scsi7 : usb-storage 4-1:1.0

The built in disk utility says its connected via usb at 705 MB/s, but that's not what it reports when I transfer files over to it.

Not really sure what to do at this point. Any help would be very nice.