System freeze when wifi turned on https://askubuntu.com/questions/1565932/system-freeze-when-wifi-turned-on

I am currently using Kubuntu 25.10.

The problem is that when I turn on Wi-Fi and connect to a Wi-Fi network, after 2–5–10–15 (random) minutes, my system freezes (keyboard + touchpad + mouse + screen) with a fullscreen message "KERNEL PANIC", and then I have to force shutdown to restart the system.

So I thought there was a problem with Kubuntu 25.10. Then I tried using the latest Linux Mint (through a live USB) without connecting to a Wi-Fi network, and the moment I tried to connect to a Wi-Fi network, the system froze again. Then I became sure that the issue is not with Kubuntu 25.10.

So now I am still using Kubuntu 25.10 and using the internet with USB tethering through my mobile phone, and the issue is gone. I haven’t checked with Ethernet. So if I unplug the USB cable and turn on Wi-Fi, it automatically connects to an available network, and I can use the internet for a maximum of 2–5 minutes. Then the Wi-Fi automatically disconnects, but in the panel (Wi-Fi connected icon) it still looks like it is connected, and then the system freezes, displaying a message: “KERNEL PANIC.”

There are some outputs of useful commands:
~ >👉 lspci -k | grep -A 3 -i network

03:00.0 Network controller: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter
        Subsystem: AzureWave Device 4680
        Kernel driver in use: mt7921e
        Kernel modules: mt7921e

~ >👉 sudo dmesg | grep -iE "wifi|wlan|firmware|error|fail"

[    0.107998] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.401026] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.481295] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.786612] ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20250404/psargs-332)
[    0.786690] ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
[    0.972368] RAS: Correctable Errors collector initialized.
[    3.207731] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    3.736750] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -61
[    3.737274] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -61
[    3.738119] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[    4.297054] mt7921e 0000:03:00.0: WM Firmware Version: ____010000, Build Time: 20250625153703
[    5.130770] mt7921e 0000:03:00.0 wlp3s0: renamed from wlan0
[    7.212071] amdgpu 0000:05:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x0101002B
[    7.215706] amdgpu 0000:05:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 8 VEP: 0 Revision: 5
[    7.336409] amdgpu 0000:05:00.0: amdgpu: psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[  324.199152] mt7921e 0000:03:00.0: driver own failed
[  349.733906] mt7921e 0000:03:00.0: chip reset failed
[  384.621992] mt7921e 0000:03:00.0: driver own failed
[  385.897674] mt7921e 0000:03:00.0: chip reset failed
[  393.014445] mt7921e 0000:03:00.0: driver own failed
[  416.230338] mt7921e 0000:03:00.0: chip reset failed
[  423.400296] mt7921e 0000:03:00.0: driver own failed
[  447.381789] mt7921e 0000:03:00.0: chip reset failed
[  454.494451] mt7921e 0000:03:00.0: driver own failed
[  478.587588] mt7921e 0000:03:00.0: chip reset failed
[  485.775037] mt7921e 0000:03:00.0: driver own failed
[  514.710676] mt7921e 0000:03:00.0: chip reset failed
[  527.792213] mt7921e 0000:03:00.0: driver own failed

enter image description here

My system info:

Operating System: Kubuntu 25.10
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.2
Kernel Version: 6.17.0-22-generic (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics
Memory: 8 GiB of RAM (7.2 GiB usable)
Graphics Processor 1: AMD Radeon Graphics
Graphics Processor 2: NVIDIA GeForce RTX 3050 Laptop GPU
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ASUS TUF Gaming A15 FA506ICB_FA506ICB
System Version: 1.0

Can you please tell me how to fix this issue?

Canno start a virt-maschine https://askubuntu.com/questions/1565930/canno-start-a-virt-maschine

I installed an Virtual Maschine Manager but ein got no connection to Qemu. I got the message that I should look, if a adequate libvirt daemon is running. What could I do? This is the full message:

VVerbindung zu libvirt qemu:///system kann nicht hergestellt werden.

Verify that an appropriate libvirt daemon is running.

Libvirt URI is: qemu:///system

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/connection.py", line 940, in _do_open
    self._backend.open(cb, data)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/usr/share/virt-manager/virtinst/connection.py", line 173, in open
    conn = libvirt.openAuth(self._open_uri, [valid_auth_options, authcb, cbdata], open_flags)
  File "/usr/lib/python3/dist-packages/libvirt.py", line 147, in openAuth
    raise libvirtError('virConnectOpenAuth() failed')
libvirt.libvirtError: Socket-Erstellung zu '/var/run/libvirt/libvirt-sock' fehlgeschlagen: Datei oder Verzeichnis nicht gefunden

What can I do.

repartition and expand a disk in Ubuntu that runs in a vm https://askubuntu.com/questions/1565927/repartition-and-expand-a-disk-in-ubuntu-that-runs-in-a-vm

I'm running Ubuntu in a VmWare VM. I have eliminated all snapshots and increased the size of the disk in the VM. What do I need to do to use the additional space?

DNS forwarder question https://askubuntu.com/questions/1565921/dns-forwarder-question

I've got bind9 installed and it's working just fine. All nslookup and dig commands work, checkconfig all of that.

I just want any unresolvable requests to go to Google. Here's /etc/bind/named.conf.options:

options {
    directory "/var/cache/bind";
        forwarders {
            8.8.8.8;
        };
    dnssec-validation auto;
    listen-on-v6 { any; };
};

I'm not sure what else I need to do.

The requests are not sent to 8.8.8.8. I verified that in Wireshark.

Install Pop-Up appears when logging in after a reboot https://askubuntu.com/questions/1565920/install-pop-up-appears-when-logging-in-after-a-reboot

Authentication Prompts to Install Unknown Software:

enter image description here

An icon appears on my hotbar (KDE/Kubuntu) when I first log in after rebooting my computer. It looks like a speech bubble with an ellipsis in it. Clicking on this brings up this pop-up asking for authentication to install... something. I have no idea what it is, but have been worried it might be malware (thus I always cancel, and it goes away). I've been using Kubuntu for several years, and Linux for longer, but have never seen anything like this. It doesn't seem related to Dolphin or the normal updates.

Does anyone know what it is? If it is a threat, anyone know how to get rid of it (I'm tired of seeing it every time I restart my computer)?

linux server password authentication failure [duplicate] https://askubuntu.com/questions/1565919/linux-server-password-authentication-failure

In one linux server we have changed the password configuration and not able to login with same password and username

Trouble connecting to wifi https://askubuntu.com/questions/1565914/trouble-connecting-to-wifi

I'm new to linux, my hotspot for net gets the failed to connect to network etc. Searched and found wifi- p2p disconnected

DEVICE             TYPE      STATE                   CONNECTION 
wlp0s20f3          wifi      connected               Hotspot    
lo                 loopback  connected (externally)  lo         
p2p-dev-wlp0s20f3  wifi-p2p  disconnected            --         
enp0s31f6          ethernet  unavailable             --         
paul@paul-Latitude-5520:~$ 

HOW do do I fix this please...I do not wont to be tethered by a USB cable !

ASP.NET Core API response becomes slow when handling multiple concurrent requests with Entity Framework [closed] https://askubuntu.com/questions/1565910/asp-net-core-api-response-becomes-slow-when-handling-multiple-concurrent-request

I am currently developing a Web API using ASP.NET Core with Entity Framework Core and SQL Server. It runs perfectly well with a couple of users, but when more than one request comes into the system simultaneously, its performance degrades drastically.

Below is a sample of the code I have written:

public async Task<IActionResult> GetUsers()
{
    var users = await _context.Users.ToListAsync();
    return Ok(users);
}

Environmental Information:

  • ASP.NET Core 7
  • Entity Framework Core
  • SQL Server
  • Approximately 50–100 simultaneous requests while testing

Issue: As the number of simultaneous requests grows, response time is incredibly slow and CPU utilization increases. At times, requests are timed out.

My Attempts at Solution:

  • Examined database indexes
  • Enabled logging for tracking query
  • processing Performed testing using small data

sets

Query: What might be the reason for this issue during simultaneous requests, and what measures can be taken to enhance performance in such a situation?

data recovery software [closed] https://askubuntu.com/questions/1565874/data-recovery-software

Can anyone recommend some good disk data recovery software for Linux? I have a 4 Tb disk that was my primary Ubuntu 22.04 drive about 3/4 full that has a damaged GRUB and wouldn't boot. I spent about 2 weeks trying every repair command line strategy Google could come up with without any success. As a last resort I re-installed Grub from the installation USB. Now it boots but doesn't access any of the 257,410 items that 'properties' describes as unavailable. I presume that means I have overwritten some or all of my root directory. I have a new installation of Ubuntu 24.04 on a different computer with a larger drive so I have a safe place to put any recovered files. All the recovery software that Google comes up with seems to be for Mac and Windows and runs on Mac or Windows. I have 5 different flavors of Linux but no Mac or Windows. Any suggestions would be welcome.

User68187 asked what flavors of Linux. Ubuntu22.04 and 24.04, Mint 22, and LMDE7; all in desktop PC's. LinuxCNC (Debian 14) and BeagleBone black (Debian 12.13),in two dedicated non-PC machine controllers.

Many Windows Steam games (mostly multiplayer shooters) crash on startup https://askubuntu.com/questions/1565801/many-windows-steam-games-mostly-multiplayer-shooters-crash-on-startup

I am about 3-4 weeks new to Ubuntu, downloading it in a bid to not install Windows 11, and for those weeks I've been trying my hardest to get my Steam games working on this device, to no avail.

Some games do work. I was able to get PEAK working on my computer after a LOT of setup, and single player games/really old point and clicks (e.g. Dave the Diver, Sam and Max Hit the Road, IHNMAIMS) work perfectly (though this could just be because of how simplistic they are).

Games such as Deadlock, Marvel Rivals, and The Outlast Trials, more high-fidelity games with a high amount of multiplayer however don't boot up. The best I've gotten is Deadlock, which I've been able to get the launch screen up until it crashes. Unfortunately all the answers I've seen on this website are either not working, or are simply too complex for my newbie brain to comprehend. I have gamemode installed and configured, GeProton is installed and applied to all desired games, ProtonTricks is installed, though I have no idea idea how to use it, and my Driver package is nvidia-driver-535.

Here is the last terminal log I recorded with Deadlock, gained by running Steam through Terminal. If I had to guess what the problem was, it would be the system is not recognizing libgamemode.so, despite it being on the device.

wine: using kernel write watches, use_kernel_writewatch 1.
fsync: up and running.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
Fossilize INFO: Setting autogroup scheduling.
Fossilize INFO: Setting autogroup scheduling.
Game Recording - would start recording game 1422450, but recording for this game is disabled
Adding process 135751 for gameID 1422450
chdir "/home/wolfwitchery/.steam/debian-installation/steamapps/common/Deadlock"
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
WARNING: discarding _NET_WM_PID 3 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 135752 for gameID 1422450
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
gamemodeauto: 
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 135767 for gameID 1422450
ERROR: ld.so: object '/home/wolfwitchery/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 135768 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
Adding process 135851 for gameID 1422450
ProtonFixes[135851] INFO: Running protonfixes
ProtonFixes[135851] INFO: Running checks
ProtonFixes[135851] INFO: All checks successful
ProtonFixes[135851] INFO: Using global defaults for "Deadlock" (1422450)
ProtonFixes[135851] INFO: No global protonfix found for "Deadlock" (1422450)
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
Adding process 135853 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
Adding process 135854 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
fsync: up and running.
Adding process 135856 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135859 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135861 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135865 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135871 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135880 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135892 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135909 for gameID 1422450
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Setting breakpad minidump AppID = 1422450
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198817498078 [API loaded no]
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 135926 for gameID 1422450
Fossilize INFO: Overriding serialization path: "/home/wolfwitchery/.steam/debian-installation/steamapps/shadercache/1422450/fozpipelinesv6/steamapprun_pipeline_cache".
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
wine: setpriority 3 for pid -1 failed: 3
04/16 21:54:00 minidumps folder is set to /tmp/dumps
04/16 21:54:00 Init: Installing breakpad exception handler for appid(gameoverlayui)/version(20260313015227)/tid(135988)
04/16 21:54:00 Init: Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)/tid(135988)
wine: setpriority -10 for pid -1 failed: 3
wine: setpriority -1 for pid -1 failed: 3
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
gamemodeauto: dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory
pid 135857 != 135856, skipping destruction (fork without exec?)
Game Recording - game stopped [gameid=1422450]
Removing process 135926 for gameID 1422450
Removing process 135909 for gameID 1422450
Removing process 135892 for gameID 1422450
Removing process 135880 for gameID 1422450
Removing process 135871 for gameID 1422450
Removing process 135865 for gameID 1422450
Removing process 135861 for gameID 1422450
Removing process 135859 for gameID 1422450
Removing process 135856 for gameID 1422450
Removing process 135854 for gameID 1422450
Removing process 135853 for gameID 1422450
Removing process 135851 for gameID 1422450
Removing process 135768 for gameID 1422450
Removing process 135767 for gameID 1422450
Removing process 135752 for gameID 1422450
Removing process 135751 for gameID 1422450
reaping pid: 135988 -- gameoverlayui

My specs are this currently. Please note that before downloading Ubuntu, I was able to get these games running nearly perfectly.

Static hostname: wolfwitchery 
Icon name: computer-desktop  
Chassis: desktop 🖥️
Machine ID: 45b0a1bba4b14060a6fb02232925f4e3
Boot ID: 59b851cc9e3649a3af351c2dae44d3b1
Operating System: Ubuntu 24.04.4 LTS              
Kernel: Linux 6.17.0-20-generic
Architecture: x86-64
Hardware Vendor: Dell Inc.
Hardware Model: Precision Tower 7810
Firmware Date: Mon 2020-10-19
Firmware Age: 5y 5month 3w 1d   

Please help me with this. I'm at my wits end, am not going back to Windows for the life of me, and I not really welcome to the idea of booting another OS such as Arch and drafting all my files to that system just to have a better chance. It's already been a pain in the ass just to get Ubuntu working.

How to robustly connect to Android phone with KDEConnect/GSConnect when travelling between different networks, just like Apple ecosystem? https://askubuntu.com/questions/1565782/how-to-robustly-connect-to-android-phone-with-kdeconnect-gsconnect-when-travelli

I use KDE Connect between my phone and laptop on my University WiFi. Very often, the IP address changes and the connection stops working. I have to manually find the IP of the computer with the command ip address and put it in my phone and connect manually. The same thing happens when I connect to a different network.

Is there any way to automate the connection process? AFAIK know Apple's computers have some robust connection procedure with iOS devices.

I want to be able to do this for multiple computers with the same phone.

Ubuntu 24.04 suddenly slow after update – how to fix performance issues? https://askubuntu.com/questions/1565767/ubuntu-24-04-suddenly-slow-after-update-how-to-fix-performance-issues

I'm using Ubuntu 24.04 LTS, and everything was working fine until a recent system update.

After updating, I started noticing:

  • System feels very slow (apps take longer to open)
  • High CPU usage even when idle
  • Occasional lag/freezing

I already tried:

  • Restarting the system
  • Running sudo apt update && sudo apt upgrade
  • Checking running processes with top

...but the issue is still there.

Is this related to a recent kernel/update issue? How can I diagnose and fix this properly?

Failed to fetch https://askubuntu.com/questions/1557041/failed-to-fetch

Cannot get security updates. This is the message i got

Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/s/systemd/systemd-coredump_255.4-1ubuntu8.10_amd64.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/b/bluez/bluetooth_5.72-0ubuntu5.4_all.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/i/intel-media-driver/intel-media-va-driver_24.1.0%%2bdfsg1-1ubuntu0.1_i386.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/i/intel-media-driver/intel-media-va-driver_24.1.0%%2bdfsg1-1ubuntu0.1_amd64.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/m/mesa/mesa-va-drivers_25.0.7-0ubuntu0.24.04.2_i386.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/m/mesa/mesa-va-drivers_25.0.7-0ubuntu0.24.04.2_amd64.deb 404  Not Found [IP: 2a01:9e40::252 80]
Failed to fetch http://ubuntu.ipacct.com/ubuntu/pool/universe/s/systemd/libnss-myhostname_255.4-1ubuntu8.10_amd64.deb 404  Not Found [IP: 2a01:9e40::252 80]
Intermittent Lenovo Trackpad Issues https://askubuntu.com/questions/1556403/intermittent-lenovo-trackpad-issues

I have a Lenovo IdeaPad Slim 5 16HAP9 that is running Ubuntu 24.04.3 LTS. With some regularity the track pad will partially stop working. The symptoms are not always the same but commonly include inability to left or right click, loss of 2 finger scroll, and increased cursor sensitivity (moves much faster). I can always move the cursor and sometimes left mouse click still works. The laptop has a touch screen which continues to function properly.

If I reboot the track pad will continue working for some indeterminate amount of time before the issues reappear. I have not found a predictable cause. It seems very random.

I can also get the track pad to work again by reloading the driver.

sudo rmmod hid_multitouch
sudo modprobe hid_multitouch

Are there ways to find errors or log messages that can give me some hint as to what is causing the issues and how to fix it?

Wifi, blutooth, screen brightness disappeared in ubuntu 24.04.2 https://askubuntu.com/questions/1555151/wifi-blutooth-screen-brightness-disappeared-in-ubuntu-24-04-2

I am using ubuntu24.04.2, and suddenly wifi, bluetooth, and screen brightness disappeared from the icons in the screen above right. And when I go to wifi or blutooth in settings, it tells me that wifi adapter and bluetooth not found. What may be the problem. NOTE: They were existent before, but they suddenly disappeared

Oracle VirtualBox: how to start a VM with GUI (not headless) at boot time of the Host and power off the VM at the shutdown of the Host? https://askubuntu.com/questions/1542583/oracle-virtualbox-how-to-start-a-vm-with-gui-not-headless-at-boot-time-of-the

On my lubuntu 24.04 distribution I have installed the hypervisor Oracle VirtualBox 7.1.6 and I have imported a Virtual Machine (called my-virtual-machine below in this question).

Start and Power Off a Virtual Machine by command lines

I have found how to start and power off a Virtual Machine by command line:

  1. To start a Virtual Machine:
/usr/bin/VBoxManage startvm 'my-virtual-machine' --type gui
  1. To power off a Virtual Machine:
/usr/bin/VBoxManage controlvm 'my-virtual-machine' acpipowerbutton

Descriptions of my needs

I have the following needs:

  1. to start my-virtual-machine (the Guest) automatically at boot time of my Host (that is lubuntu 24.04)
  2. to Power Off my-virtual-machine at the shutdown of the Host
  3. the Virtual Machine must to be start with the GUI and not headless

By this post, which is very old and refers to VirtalBox 4.2 but seems yet valid for VirtualBox 7.1, I'm able to solve my first request and perhaps the second request.

The problem is the third request because the method explained by the post allows to start the virtual machine at boot of the Host system but in headless mode and not with the GUI. When the Vitual Machine is correctly started I can see the following 2 process by ps aux command:

> ps aux | grep VBox
[...] /usr/lib/virtualbox/VBoxHeadless --comment my-virtual-machine --startvm 546632bd-b8bd-4f2d-b2a1-8657b968378a --vrde config
[...] /usr/lib/virtualbox/VBoxSVC --auto-shutdown --inherit-startup-pipe 7

Question

How to start a Oracle VirtualBox VM with GUI (and not headless) at boot time of the Host system and power off the VM at the shutdown of the Host system?

Scaling issue with LibreOffice in Kubuntu https://askubuntu.com/questions/1540303/scaling-issue-with-libreoffice-in-kubuntu

I am experiencing an annoying scaling issue with LibreOffice, Calc, Writer, etc.

When I open any dialogue box for any settings box, the text is very large, and the box is too small. I can make the box bigger, but that is extremely annoying to have to do every time.

I am running Kubuntu 24.10 on Wayland.

Libre Office 24.8.4.2

Using WPS office after upgrade to 24.04 creates ghost icons https://askubuntu.com/questions/1532214/using-wps-office-after-upgrade-to-24-04-creates-ghost-icons

After the upgrade I have noticed that dragging a file to WPS office window in order to open it leaves behind a ghost icon stuck on the screen above all windows:

Ghost icon:

Ghost icon

Using nautilus -q solves the problem, but it is generally annoying and I have no clue how to debug this behavior.

Wifi card rtw89 8851BE not detected by Ubuntu 22.04.4 LTS Jammy Jellyfish https://askubuntu.com/questions/1526371/wifi-card-rtw89-8851be-not-detected-by-ubuntu-22-04-4-lts-jammy-jellyfish

##Please see output at this link https://termbin.com/nru6.

I have looked at https://github.com/lwfinger/rtw89 and tried it but it doesn't work. It also says this in the description.

"This code will build on any kernel 6.10 and newer as long as the distro has not modified any of the kernel APIs. IF YOU RUN UBUNTU, YOU CAN BE ASSURED THAT THE APIs HAVE CHANGED. NO, I WILL NOT MODIFY THE SOURCE FOR YOU. YOU ARE ON YOUR OWN!!!!!"

Any help will be appreciated. Thanks

VMware Workstation Running Ubuntu Freezes Frequently https://askubuntu.com/questions/1491730/vmware-workstation-running-ubuntu-freezes-frequently

I hope you can help me with an issue I've encountered recently.

Setup:

VM Software: VMware Workstation 17.5
Guest OS: Ubuntu 22.04.2
Host OS: Windows 11 22H2
Hardware: Intel CPU, NVIDIA GPU

Background: Everything was working fine until a few days ago.

The Problem: Recently, my Ubuntu VM started freezing intermittently. Here's what happens:

  • I can move the cursor, but clicking anywhere doesn't have any effect.
  • The keyboard becomes unresponsive and its lights turn off.
  • Animations inside the VM, such as window movements and the clock updating, remain functional.
  • I can still use CTRL + ALT to switch back to the host, which continues to work normally.
  • In rare cases, if I wait for a while, the VM becomes responsive again. However, in most instances, I have to restart it. After a restart, it works fine for a bit but eventually runs into the same problem.

What I've Tried:

  • I've searched various forums and tried suggestions such as enabling the enhanced keyboard feature, but it didn't help.
  • I attempted to create a new VM from scratch, yet the issue persists.
  • I've ensured that the VM has ample memory and threads allocated.

I'm not very knowledgeable about Ubuntu or VMs in general. Can someone guide me on how to solve this problem? What additional information do you need from me to assist further?

Thank you for your time and help!

22.04 LTS No sound - Intel sound card snd_hda_intel not working https://askubuntu.com/questions/1421513/22-04-lts-no-sound-intel-sound-card-snd-hda-intel-not-working
$ aplay -l
**** Lista de PLAYBACK dispositivos hardware ****
tarjeta 0: PCH [HDA Intel PCH], dispositivo 3: Generic Digital [Generic Digital]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0

$ cat /proc/asound/modules
 0 snd_hda_intel

$ lspci -v | grep -A7 -i "audio"
00:1f.3 Multimedia audio controller: Intel Corporation Comet Lake PCH-LP cAVS
    Subsystem: QUANTA Computer Inc Comet Lake PCH-LP cAVS
    Flags: bus master, fast devsel, latency 32, IRQ 16
    Memory at b121c000 (64-bit, non-prefetchable) [size=16K]
    Memory at b1000000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl

##grub##
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 snd_hda_intel.dmic_detect=0"
Is it possible to launch nautilus or gedit with elevated privileges? https://askubuntu.com/questions/1370916/is-it-possible-to-launch-nautilus-or-gedit-with-elevated-privileges

Sometimes I need to edit files in /etc. I know I can do this with the console (sudo mv some/file /etc/some/file, sudo nano /etc/some/file) etc, but I find this way a bit clunky. Call me spoiled, but I'm really used to GUI tools such as Nautilus and Gedit.

Distributions such as Ubuntu Mate or Mint make it easy: I can right click a folder and then a context menu appears with options such as "open as administrator". From then double-clicking a text file opens it in gedit with elevated privileges.

However, I can't find such an option in the default Unity version of Ubuntu:

enter image description here

Note:

  • I am aware of the question Ways to run Nautilus with elevated privileges , but the solution recommended here is to use gksudo, which no longer works
  • I suppose I can always do sudo gedit /etc/whatever, but - AFAIK - using sudo with GUI tools is heavily ill-advised
  • I recall some say that it is ill-advised to run GUI tools with elevated privileges at all. This doesn't seem to be the case, however, since some default GUI tools themselves ask for elevation, Ubuntu Software being perhaps one of the most prominent examples:

enter image description here

Is there a way to run Nautilus or Gedit with elevated privileges?

Showing total CPU usage by using htop https://askubuntu.com/questions/1321793/showing-total-cpu-usage-by-using-htop

Online I found the following figure where you can see "CPU" as first row, and it should represent the total amount of the used CPU.

screenshot

Amongst the options of the htop I run on my PC there isn't the above CPU option. Where can I find it?

screenshot

Ubuntu server 18.04 LTS getting CIFS VFS: Free previous auth_key.response = https://askubuntu.com/questions/1048395/ubuntu-server-18-04-lts-getting-cifs-vfs-free-previous-auth-key-response

I recently set up Ubuntu server 18.04 LTS on an old laptop to use as a Plex Media server, and wanted to connect it to my existing media share on my QNAP NAS. I set this up using CIFS, and it seems to work, but every now an then i get the following message appear on the screen.

CIFS VFS: Free previous auth_key.response = 0000000076b9d676

The number at the end always changes. How do I get rid of this message??

Btw here is how I setup access to the share

Install cifs-utils

sudo apt install cifs-utils

Create mount directory

sudo mkdir /mnt/nas_media

Create credentials file

cat > ~/.smbcredentials
username=myusername
password=mypassword
ctrl+c

sudo chown root ~/.smbcredentials
sudo chmod 600 ~/.smbcredentials

Get UID for plex user account

id -u plex

I'll be using 113 as the UID for this example

Backup fstab file

sudo cp /etc/fstab /etc/fstab-old

Add share to fstab

sudo vi /etc/fstab

press i to enter insert mode go to end of file and enter a new line add the following

Note ip, sharename and username have been changed for privacy. Also vers=3.0 was set because that is the version of samba I have set on my nas.

//192.168.1.50/MyShare /mnt/nas_media cifs vers=3.0,iocharset=utf8,credentials=/home/myusername/.smbcredentials,uid=113 0 0

type :wq to save and exit vi

Load the new mount point

mount -a

btw I've also rebooted the server and the message always comes back. Plex is able to read and write to the share, so I'm not too sure why this message is coming up.

Is there anything I missed?

Change brightness on Asus laptop https://askubuntu.com/questions/762643/change-brightness-on-asus-laptop

I believe it's a big question among asus users, cause i've found tons of questions about "why do my backlight don't change with fn keys??".

Well... after to much researching and testing (I'm a linux noob btw :P), I found that the Fn keys change the value of the file /sys/class/backlight/asus_laptop/brightness. But, to change correctly the brightness, the file /sys/class/backlight/intel_backlight/brightness must be changed.

I even created a script to change it through bash, works alright and stuff... i just type ./brightness 50, where 50 means the % of the maximum brightness... but i still miss my Fn keys, for God's sake!!

Then I tried to simply change the symlinks that redirects the folders (asus_laptop and intel_backlight are symlinks to very opposed directions), but not even sudo was capable to change these symlinks...

In resume, I'm asking help to re-enable my Fn keys to work with the backlight brightness.

Thanks!

Fix XPad Driver https://askubuntu.com/questions/502782/fix-xpad-driver

I followed the first answer here: How do I get an XBOX 360 controller working?, and ended up screwing with my XPad drivers. How can I reverse all of the commands and restore my XPad Driver?

I used these commands:

sudo apt-get install --install-recommends jstest* joystick xboxdrv
echo "blacklist xpad" | sudo tee -a /etc/modprobe.d/blacklist.conf
sudo rmmod xpad  # unload module if already loaded
xboxdrv --silent
jstest-gtk

Then I edited /etc/init/xboxdrv.conf and added

start on filesystem
exec xboxdrv -D
expect fork
bindfs in fstab https://askubuntu.com/questions/493195/bindfs-in-fstab

I am struggling to get this to work properly.

This works in terminal

sudo bindfs -u dave /media/dave/Documentary2Lin/RAIDMain/Documentary2 ~/shares/Documentary2

How do I get this to work in fstab?

I've tried

/media/dave/Documentary2Lin/RAIDMain/Documentary2 ~/shares/Documentary2 fuse.bindfs force-user=dave perms=a=rX 0 0

It gives an error in fstab

How do I convert my recorded voice to text in a file? https://askubuntu.com/questions/450191/how-do-i-convert-my-recorded-voice-to-text-in-a-file

I need a TALK to TEXT program to speak to the computer and have it write my reports. I have problems with my wrist and can not type fast. I'm working with the Linux system. I need a link to install this also. please help i can't find what i need

How can I copy a file from one partition to another? https://askubuntu.com/questions/222632/how-can-i-copy-a-file-from-one-partition-to-another

I started with Linux a year ago. Few weeks ago it was my idea to install the EFISTUB bootloader.

I used an Live CD to freshly install 12.10, and studied the articles of http://www.rodsbooks.com/ inside out.

The problem I am facing is that few files need to be copied from sda2 (Ext) to sda1 (fat32). I can not find a way to do it?

How can a script check if it's being run as root? https://askubuntu.com/questions/15853/how-can-a-script-check-if-its-being-run-as-root

I'm writing a simple bash script, but I need it to check whether it's being run as root or not. I know there's probably a very simple way to do that, but I have no idea how.

Just to be clear:
What's a simple way to write a script foo.sh, so that the command ./foo.sh outputs 0, and the command sudo ./foo.sh outputs 1?