Can't access my computer https://askubuntu.com/questions/1559923/cant-access-my-computer

First off, I’m 88 years old. I brought a mini PC with Ubuntu installed. I figured it would keep my old brain active. Everything was fine until I tried to upgrade to ubuntu-24.04.3-desktop-amd64, from a bootable USB. When I start the mini it is asking for a password. I used the password I originally used, but it says the password is invalid. So at this point the mini is useless. BOSGAME Ubuntu Linux Mini PC,Intel N95 16GB RAM 512GB SSD Mini Server Computers,Micro PC 4K Triple Display/WiFi5/BT4.2/USB3.2/2.5G LAN for Home/Office, Black

Intel I219-LM on Lenovo M90n-1 IoT detected in PCI but e1000e probe fails on Ubuntu 24.04.3 LTS Server https://askubuntu.com/questions/1559922/intel-i219-lm-on-lenovo-m90n-1-iot-detected-in-pci-but-e1000e-probe-fails-on-ubu

Intel I219-LM on Lenovo M90n-1 IoT detected in PCI but e1000e probe fails on Ubuntu 24.04.3 LTS Server

I’m trying to use the second Ethernet port (Intel I219-LM) on a Lenovo ThinkCentre M90n-1 IoT running Ubuntu 24.04.3 LTS Server, but the NIC never initializes. The Realtek NIC works normally.

Ubuntu does detect the I219-LM in lspci, and the correct Intel driver (e1000e) loads, but the driver probe fails with error -2, and the interface never appears in ip a.


System

  • Model: Lenovo ThinkCentre M90n-1 IoT
  • BIOS: Latest available from Lenovo support website
  • OS: Ubuntu 24.04.3 LTS Server (fresh, clean install)
  • NIC Port 1: Realtek RTL8111/8168 → works
  • NIC Port 2: Intel I219-LM → detected by PCI but does not work

Diagnostic information

PCI device is detected:

lspci | grep -i i219
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-LM (rev 30)

Driver module loads, but probe fails:

lsmod | grep e1000
e1000e                356352  0

sudo dmesg | grep -i e1000e
[    1.113767] e1000e: Intel(R) PRO/1000 Network Driver
[    1.114432] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.116625] e1000e 0000:00:1f.6: Interrupt Throttling Rate set to dynamic conservative mode
[    1.757815] e1000e: probe of 0000:00:1f.6 failed with error -2

Detailed PCI dump:

sudo lspci -vvv -s 00:1f.6

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-LM (rev 30)
  DeviceName: Onboard - Ethernet
  Subsystem: Lenovo Ethernet Connection (6) I219-LM
  Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  Interrupt: pin A routed to IRQ 16
  IOMMU group: 11
  Region 0: Memory at a1300000 (32-bit, non-prefetchable) [size=128K]
  Capabilities: [c8] Power Management version 3
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
  Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000  Data: 0000
  Kernel modules: e1000e

Only the Realtek NIC appears in ip a:

ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    ....
2: enp2s0:  mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether ... brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.35/24 metric 100 brd 192.168.2.255 scope global dynamic enp2s0
       valid_lft 3565sec preferred_lft 3565sec
    inet6 .../64 scope link 
       valid_lft forever preferred_lft forever

Output shows:

  • lo
  • enp2s0 (Realtek RTL8111/8168 with a valid IPv4 address)

The Intel NIC never appears as an interface (normally it would be something like enp0s...).


What I have tried

  • Fresh reinstall of Ubuntu 24.04.3 LTS Server
  • Updated to latest Lenovo BIOS
  • Verified both NICs are enabled in BIOS
  • Swapped cables, ports, and switches
  • Booted with the Intel port connected and disconnected
  • Confirmed the e1000e kernel module is loaded

Behavior is always the same:

  • The Realtek NIC works perfectly.
  • The Intel I219-LM is visible in PCI, but e1000e fails to probe it and no network interface is created.

Additional test: Windows 10 works on the same hardware

To rule out hardware failure, I booted the exact same ThinkCentre M90n-1 IoT from a Windows 10 Pro portable USB with the Ethernet cable plugged only into the Intel I219-LM port (Realtek port unused):

  • Windows detected the Intel NIC.
  • It obtained an IP address via DHCP.
  • The machine was reachable on the LAN and had working network connectivity.

So:

  • The Intel I219-LM hardware and port are known-good.
  • BIOS configuration appears sufficient for the NIC to operate.
  • The failure seems specific to the Ubuntu 24.04.3 + in-kernel e1000e + Lenovo OEM NVM/firmware combination, not a physical or cabling issue.

Intel documentation

Intel’s official driver README for this NIC says:

  • I219-LM is supported
  • Ubuntu 24.04 LTS is supported

Intel also states:

“If you purchased an OEM-branded system, contact your OEM for an SW/FW version compatible with your exact NVM. Using mismatched SW/FW versions may affect performance or stability.”

This suggests Lenovo may use a Lenovo-specific NVM/firmware for the I219-LM on this model.


Question for AskUbuntu

  • Is this a known issue with the I219-LM on Ubuntu 24.04.3 LTS Server (kernel 6.8) on the ThinkCentre M90n-1 IoT?
  • Does the in-kernel e1000e driver need a different version or special module options for this OEM firmware/NVM?
  • Could this be caused by an Intel NVM or ME/UEFI firmware mismatch on this Lenovo platform?
  • How can I further debug what probe of 0000:00:1f.6 failed with error -2 actually means here?

Any help or pointers on getting the Intel I219-LM to initialize properly on this system would be greatly appreciated.

Cannot make a bootable Windows 10 usb stick on Ubuntu https://askubuntu.com/questions/1559920/cannot-make-a-bootable-windows-10-usb-stick-on-ubuntu

I want to install Windows 10 alongside Ubuntu 24.04. I've tried creating a bootable Windows 10 usb drive using both Disks utility and Gparted, as described in some youtube videos. Usb drive is first boot option in bios but can't manage to get to Windows installation screen. It still boots to Ubuntu. What should I do?

Cloudflare Tunnels (agro) and WARP Conflicts https://askubuntu.com/questions/1559919/cloudflare-tunnels-agro-and-warp-conflicts

I'm running a kasm workspaces deployment on my home server (ubuntu latest long-term support.) WARP conflicts with the tunnel and causes an error how do I split my traffic so that the traffic from my kasm containers goes through the WARP tunnel, but the tunnel is not routed through the tunnel?

Does Ubuntu continually optimize startup? https://askubuntu.com/questions/1559918/does-ubuntu-continually-optimize-startup

Not a problem, the opposite: After installing Ubuntu 24.04 LTS on a few different machines, it seems there has been a gradual improvement in startup speed after a number of days use, and a number of reboots.

Is this just a matter of my perception, or is Ubuntu actually performing optimization automatically? (At this time, Ubuntu 24.04 appears to be the snappiest OS to load (and execute) on various PC's, so this is certainly not an issue.)

Como instalar a impressora epson [closed] https://askubuntu.com/questions/1559916/como-instalar-a-impressora-epson

Desejo saber como eu faço para instalar a impressora epson L120 no Ubuntu 20.04 instalado no notebook inspiron 15 35 30

Filtering packages for age-appropriateness? https://askubuntu.com/questions/1559915/filtering-packages-for-age-appropriateness

I'm putting together a laptop build for a 7 year old. I first tried to install Edubuntu but the installer was encountering fatal errors (I tried multiple memory sticks versions, CRC checks etc) plus Gnome is a little too heavy for the hardware... so I ended up installing Kubuntu 25.10 and adding the Edubuntu meta on top.

By coincidence, I noticed that yt-dlp was installed and the content of its extractor scripts point to unsavoury content.

This has prompted me to think about how I should/could manage age-inappropriate content?

Other than yt-dlp are there any other packages I should look out for?

I noticed there is a Parental controls app (malcontent), however if I am understanding its function correctly it focuses on limiting what software users can install, rather than access to existing installed software.

I'm not keen on locking the recipient out of admin as they're very tech minded and the general idea is for them to play and learn about linux (I'll also need to save a backup to fall back on after they've caused irreparable damage) - but perhaps this is what I need to do?

Suspend problem on Asus ROG Strix SCAR 17 G733 (Ubuntu 24.04.3) https://askubuntu.com/questions/1559914/suspend-problem-on-asus-rog-strix-scar-17-g733-ubuntu-24-04-3

My Asus ROG Strix SCAR 17 G733 refuses to suspend. dmesg says:

[ 7842.189593] printk: Suspending console(s) (use no_console_suspend to debug)
[ 7842.397139] NVRM: GPU 0000:01:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
[ 7842.397149] nvidia 0000:01:00.0: PM: pci_pm_suspend(): nv_pmops_suspend+0x0/0x50 [nvidia] returns -5
[ 7842.397562] nvidia 0000:01:00.0: PM: dpm_run_callback(): pci_pm_suspend+0x0/0x1b0 returns -5
[ 7842.397571] nvidia 0000:01:00.0: PM: failed to suspend async: error -5
[ 7842.479116] PM: Some devices failed to suspend, or early wake event detected
[ 7842.495408] nvme nvme0: Shutdown timeout set to 8 seconds
[ 7842.553363] nvme nvme0: 12/0/0 default/read/poll queues
[ 7842.683739] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[ 7843.138145] OOM killer enabled.
[ 7843.138149] Restarting tasks ... done.
[ 7843.142106] random: crng reseeded on system resumption
[ 7843.156427] PM: suspend exit
[ 7843.220406] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[ 7843.308387] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 7843.398448] r8169 0000:02:00.0 enp2s0: Link is Down
[ 7845.574445] audit: type=1400 audit(1763653173.559:282): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/etc/host.conf" pid=26925 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7845.574452] audit: type=1400 audit(1763653173.559:283): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/run/systemd/resolve/stub-resolv.conf" pid=26925 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=101
[ 7845.574455] audit: type=1400 audit(1763653173.559:284): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/etc/hosts" pid=26925 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7845.575331] audit: type=1400 audit(1763653173.559:285): apparmor="DENIED" operation="create" class="net" profile="snap.snapd-desktop-integration.snapd-desktop-integration" pid=26925 comm="snapd-desktop-i" family="inet" sock_type="dgram" protocol=0 requested="create" denied="create"
[ 7845.993032] wlp3s0: authenticate with da:d8:e5:74:a6:bd (local address=ec:2e:98:e4:37:c7)
[ 7845.999740] wlp3s0: send auth to da:d8:e5:74:a6:bd (try 1/3)
[ 7846.028590] wlp3s0: authenticate with da:d8:e5:74:a6:bd (local address=ec:2e:98:e4:37:c7)
[ 7846.029316] wlp3s0: send auth to da:d8:e5:74:a6:bd (try 1/3)
[ 7846.034980] wlp3s0: authenticated
[ 7846.035405] wlp3s0: associate with da:d8:e5:74:a6:bd (try 1/3)
[ 7846.053915] wlp3s0: RX AssocResp from da:d8:e5:74:a6:bd (capab=0x1411 status=0 aid=23)
[ 7846.059399] wlp3s0: associated
[ 7846.079772] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by da:d8:e5:74:a6:bd
[ 7846.171272] rfkill: input handler disabled
[ 7847.758352] audit: type=1400 audit(1763653175.742:286): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/etc/host.conf" pid=27316 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7847.758359] audit: type=1400 audit(1763653175.742:287): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/run/systemd/resolve/stub-resolv.conf" pid=27316 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=101
[ 7847.758361] audit: type=1400 audit(1763653175.742:288): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/etc/hosts" pid=27316 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7847.758531] audit: type=1400 audit(1763653175.743:289): apparmor="DENIED" operation="create" class="net" profile="snap.snapd-desktop-integration.snapd-desktop-integration" pid=27316 comm="snapd-desktop-i" family="inet" sock_type="dgram" protocol=0 requested="create" denied="create"
[ 7850.010841] audit: type=1400 audit(1763653177.995:290): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/etc/host.conf" pid=27385 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7850.010846] audit: type=1400 audit(1763653177.995:291): apparmor="DENIED" operation="open" class="file" profile="snap.snapd-desktop-integration.snapd-desktop-integration" name="/run/systemd/resolve/stub-resolv.conf" pid=27385 comm="snapd-desktop-i" requested_mask="r" denied_mask="r" fsuid=1000 ouid=101
[ 7852.063516] rfkill: input handler enabled
[ 7852.086372] workqueue: drm_mode_rmfb_work_fn hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[ 7853.431954] kauditd_printk_skb: 2 callbacks suppressed
[ 7853.431958] audit: type=1326 audit(1763653181.416:294): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431962] audit: type=1326 audit(1763653181.416:295): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431965] audit: type=1326 audit(1763653181.416:296): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431967] audit: type=1326 audit(1763653181.416:297): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431970] audit: type=1326 audit(1763653181.416:298): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431972] audit: type=1326 audit(1763653181.416:299): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431974] audit: type=1326 audit(1763653181.416:300): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431976] audit: type=1326 audit(1763653181.416:301): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431982] audit: type=1326 audit(1763653181.416:302): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7853.431985] audit: type=1326 audit(1763653181.416:303): auid=1000 uid=1000 gid=1000 ses=6 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=27469 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/315/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x743937313531 code=0x50000
[ 7877.404590] wlp3s0: disconnect from AP da:d8:e5:74:a6:bd for new auth to da:d8:e5:74:a6:b5
[ 7877.478730] wlp3s0: authenticate with da:d8:e5:74:a6:b5 (local address=ec:2e:98:e4:37:c7)
[ 7877.487537] wlp3s0: send auth to da:d8:e5:74:a6:b5 (try 1/3)
[ 7877.522790] wlp3s0: authenticate with da:d8:e5:74:a6:b5 (local address=ec:2e:98:e4:37:c7)
[ 7877.523705] wlp3s0: send auth to da:d8:e5:74:a6:b5 (try 1/3)
[ 7877.528286] wlp3s0: authenticated
[ 7877.529391] wlp3s0: associate with da:d8:e5:74:a6:b5 (try 1/3)
[ 7877.538451] wlp3s0: RX ReassocResp from da:d8:e5:74:a6:b5 (capab=0x1011 status=0 aid=22)
[ 7877.545218] wlp3s0: associated
[ 7877.614414] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by da:d8:e5:74:a6:b5
[ 7885.679372] workqueue: pm_runtime_work hogged CPU for >10000us 8 times, consider switching to WQ_UNBOUND

A Fedora 43 installation on the same hardware suspends without problems. Anyone some idea?

Thanks

Why does Thunderbird hang for 1-2 minutes every time email arrives? https://askubuntu.com/questions/1559912/why-does-thunderbird-hang-for-1-2-minutes-every-time-email-arrives

Running Ubuntu 24.04.3 LTS, and Thunderbird snap 140.4.0esr. I connect to a GMAIL account, and connect using POP3 because I'm old and I just like it better than MIME for when I'm off-line.

Every time email arrives, either when I first start it up, or if Thunderbird is up and new email arrives, it downloads the email (1....N) then just stops responding.

I've taken a peek in the background and nothing else is being downloaded, and the emails aren't changing size, but the application just remains unresponsive for 1-2 minutes, no matter how many email arrive. But I can run other applications.

It's like it's running some kind of non-interuptable background integrity test every time a new email arrives.

I have a lot of emails, but I folderize them (2021, 2022, ... 2025) and I've manually compacted everything.

Any ideas?

Easy Effects 8.0.3 and system tray: feedback request https://askubuntu.com/questions/1559911/easy-effects-8-0-3-and-system-tray-feedback-request

I'm encountering a problem that's difficult to diagnose: https://github.com/wwmm/easyeffects/issues/4484#issuecomment-3540527445. To try and make progress, I'd like to know if it's truly, as I initially suspected and reported, a bug in Easy Effects or a problem with my system (Ubuntu 25.10), but I don't have the hardware to create a Live CD.

If you haven't already done so, would any of you be willing to install Easy Effects 8.0.3 as a flatpak (https://flathub.org/en/apps/com.github.wwmm.easyeffects), one of the two GNOME extensions: Tray Icons: Reloaded (https://extensions.gnome.org/extension/2890/tray-icons-reloaded/?XHUOcDrXiQd=ZlpsLjAYM) or AppIndicator and KStatusNotifierItem Support (https://extensions.gnome.org/extension/615/appindicator-support), and report here the behavior observed after enabling the "Automatically start on login" and "Show icon in status bar" options in Easy Effects preferences, logging out and then logging back in, regarding the different clicks on the Easy Effects icon in the notification area?

I tested it in a virtual machine, everything works very well, just a little differently: it's the middle click that shows/hides the window, and the left and right clicks that display the menu. However, given this difference in behavior in a virtual machine, I'm afraid this test won't be very conclusive.

Thank you for your attention.

How do I fix Ubuntu not showing after dual booting? https://askubuntu.com/questions/1559910/how-do-i-fix-ubuntu-not-showing-after-dual-booting

So I dual booted ubuntu on my secondary ssd,but when I restart and pull out the USB like it says, it just takes me to windows. When I pulled up the bios, there is no option to boot ubuntu and the file partition stayed the same.

Fan Speed viewing problem [duplicate] https://askubuntu.com/questions/1559909/fan-speed-viewing-problem

How to checkout fan speed and control them? I can't access and control fanspeed or view the fan speed anyhow. I tried sensors, and got the ouput as below

radif@Ubuntu:~$ sensors
amdgpu-pci-0400
Adapter: PCI adapter
vddgfx:        1.39 V  
vddnb:       743.00 mV 
edge:         +66.0°C  
PPT:          17.00 W  

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +91.6°C  

BAT0-acpi-0
Adapter: ACPI interface
in0:          10.71 V  
curr1:         2.87 A  

nvme-pci-0300
Adapter: PCI adapter
Composite:    +47.9°C  (low  =  -0.1°C, high = +85.8°C)
                       (crit = +86.8°C)
Sensor 1:     +47.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +67.8°C  (low  = -273.1°C, high = +65261.8°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +88.0°C  
temp2:        +25.0°C  
temp3:        +41.0°C  
temp4:        +54.0°C  
temp5:        +37.0°C  

I also tried many snap packages but couldn't figure out them. What should I do right now?

i am using ubuntu 25.10. in this version microsoft team and zoom share option not working https://askubuntu.com/questions/1559907/i-am-using-ubuntu-25-10-in-this-version-microsoft-team-and-zoom-share-option-no

In my desktop no camera, The microsoft team device camera setting "mirror my video to on/off mode" not working. I tried to share my screen show error message. How can i fix this issue ?

Why are CVEs resolved first for latest, and not for LTS versions? https://askubuntu.com/questions/1559894/why-are-cves-resolved-first-for-latest-and-not-for-lts-versions

As many of us use LTS versions in production environments, I really find it appalling that you are first fixing the CVEs for the latest version, while LTS version is not even touched from that perspective... Our security advisory is screaming about the things like this, and we're near to decision to switch to other distribution.

An example: https://ubuntu.com/security/CVE-2025-38561

Debian already got it fixed: https://security-tracker.debian.org/tracker/CVE-2025-38561

How to copy paste between Ubuntu 25.10 host and Windows 11 guest https://askubuntu.com/questions/1559867/how-to-copy-paste-between-ubuntu-25-10-host-and-windows-11-guest

I can't figure any way to copy/paste between a Ubuntu 25.10 host and a KVM/QEMU Windows 11 guest. As a first step, I'd be happy to copy/paste text only, though I wouldn't ignore solutions that allow for more general copy/paste, including file drag/drop solutions. However, nothing I've found online works, including installing the spice guest tools on the guest. The VM is defined with virt-manager and uses defaults for everything but the network (bridge not nat). The VM works fine, except no copy/paste. Can anybody help? Note that:

  • VMs defined with virt-manager already use the spice display and the QXL video by default. Thus the solutions that suggest turning on these features are ineffective or not applicable
  • I'm using virt-manager to define the VM. Thus the solutions that involve specific parameters for the CLI version of QEMU are not applicable.
  • Several online suggestions discuss editing XML or YAML files that don't seem to exist under Ubuntu 25.10. These are also N/A.
  • The Windows version is a non-activated version of Windows 11, completely up to date. The only differences I've seen between an activated and an un-activated install of Windows involves personalization settings (colors, themes, ...). In particular, copy/paste works fine within the guest and works fine via remmina, just not with the KVM/QEMU console.
  • The copy/paste I really need isn't app specific, on either the copy or the paste side. Regardless of the app, text that's copied can be pasted into other apps, including the VM if I access it via remmina, but it can't be pasted into the standard KVM/QEMU console. I'd prefer the console, only because it's a slight pain to have to run remmina in addition to virt-manager. Note that, until it broke, VirtualBox supported full bidirectional copy/paste with the addition of the appropriate host and guest extensions. However, I can't stand the somewhat flaky nature of VirtualBox wrt Ubuntu-hosted VMs, so I'm looking for a solution closer to a standard Ubuntu install.
Display Hostnames with "who" -u/-m [closed] https://askubuntu.com/questions/1559805/display-hostnames-with-who-u-m

Moving from Solaris to Ubuntu. I need to display the hostnames of connected IP's as in hosts file instead of IP addresses, using who -u and who -m.

This is the result in Solaris:

$ who -m
user pts/0   2025-11-18   05:00   (KL113)

This is the result in Ubuntu, where I would expect the hostname to be shown instead of the IP address in the who -m command:

$ cat /etc/hosts
[...]
163.203.192.113 KL113
[...]
$ who -m
user pts/0   2025-11-18 05:00    (163.203.192.113)
How to remove snap version of docker when snap remove --purge fails https://askubuntu.com/questions/1559665/how-to-remove-snap-version-of-docker-when-snap-remove-purge-fails

I had docker running on my LTS 24.04 system that I had installed from the docker site--not the snap version from Ubuntu. However, I had not installed the docker-compose script (didn't know it wasn't included by default). Anyway, I naively tried to grab it using apt-get and suddenly I have the snap version of docker. This caused all kinds of problems, and I'd like to get rid of it, and start over.

I thought this would be easy, but my computer just hangs whenever I try

sudo snap docker disable
sudo snap remove docker    # have tried with and without --purge

After running the command, I check on the process with

ps aux | grep snap

and see 2 processes that are in interruptible sleep mode (STAT Ss and S+) with sudo, and another process by root that has STAT Sl+, i.e, they are waiting on something...

I've tried killing the process and that causes snap to stop with

error: Change finished in status  Hold with no error message.

I can reset the snap demon following the solution here

How can I force remove a snap

But even after resetting the snap daemon, when I execute

sudo snap remove --purge docker

I'm back to a hung system.

I can see that the docker service and docker.socket are stopped, so that should not be why the snap.daemon is waiting.

@Rinzwind: No the service is not active. The system attempts to load it, but fails.

This did prompt me to remove the manually installed version of docker. That eliminates the docker service from even trying to start (it was broken since the snap install) since nothing is installed anymore. However, I still cannot get rid of the snap docker version. Even after reboot and cleaning the snapd/state.json activity related to previous attempts to remove docker.

snap changes yields

docker   28.4.0   3377   latest/stable    canonical✓  disabled

sudo systemctl status docker

yields

Unit docker.service could not be found.

docker.socket is also not running.

Edit#2 @Rinzwind. As expected dpkg found nothing and most of the directories were empty. However, I did purge /var/lib/containerd and .docker

The zombie remove processes did not awake, so I tried rebooting and remove again. I had to clean the json state again, but no luck afterwards.

Is there a more manual (drastic) way to remove snap app from the system? I just need the snap version gone because I'd rather not blow up my system just to get rid of a snap app, but I need docker. I'm really surprised this is so hard because I thought the whole point of snap apps was that they were containerized and "easy to remove". ha.

Edit #3. I just need to remove the existing snap version of docker. (I know now how to complete my manual docker install...) The snap version is disabled (verified by systemctl--no service and in snap list), and non-functional. No containers are running. In fact, I removed the docker service from systemctl. I'm not even sure what actual files remain, but snapd does think it has a docker app and will not purge it.

Edit #4. Since the files associated with docker seemed to be removed and only the snap daemon thought docker was on the system, I tried re-installing snap with

sudo apt purge snapd && sudo apt install snapd

After reinstall, there were no more references to docker and the other snap containers could be reinstalled. This was a bit of overkill, but short of rebuilding the OS. I then re-installed docker from source as described by @Ajay below. System works.

I guess I'm still interested in an actual procedure to clean up the snap daemon without purging the daemon (purge any other files, sure) in case this happens again, since this process kills all snap apps, but this will work.

Ubuntu 24.04 Internal Microphone Not Working on ASUS VivoBook https://askubuntu.com/questions/1555661/ubuntu-24-04-internal-microphone-not-working-on-asus-vivobook

I recently installed Ubuntu 24.04 LTS on my ASUS VivoBook laptop, and my internal microphone is not working. External headsets with a microphone work fine, but the built-in mic is completely silent. I think the bug is related with wrong ping configuration, but i dont know exactly how I will fix it.

Here are my system details:

Operating System: Ubuntu 24.04.3 LTS
Kernel: Linux 6.8.0-79-generic
Architecture: x86-64
Hardware Vendor: ASUSTeK COMPUTER INC.
Hardware Model: VivoBook_ASUSLaptop
Firmware Version: X409FA.305

What I’ve tried:

  • Checked Settings → Sound → Input and selected the internal microphone. No input level is detected.
  • Tested with arecord (arecord -d 5 -f cd test.wav) but the recording is silent.
  • Verified that the sound card is detected with arecord -l, aplay -l, and lspci.
  • Tried using pactl list short sources to switch inputs, but still no sound.
  • Tested with an external headset mic, which works fine — so the issue is only with the built-in microphone.

Related reports:

  • This issue seems to be the same as the confirmed bug here: Launchpad #2112330 (now closed).
  • Also confirmed in the kernel bug tracker: Kernel Bug #219807

My questions:

  • Is there a known fix or workaround for enabling the internal microphone on ASUS VivoBook running Ubuntu 24.04?
  • Should I try upgrading/downgrading the kernel, or is there a patch available?
  • Is there any PulseAudio / PipeWire configuration that could help until a kernel fix is released?

Thanks for your help!

Cannot call perf on Ubntu 24.04 https://askubuntu.com/questions/1553558/cannot-call-perf-on-ubntu-24-04

I am trying to profile using perf on ubuntu.

I keep getting WARNING: perf not found for kernel 6.14.0-24 even just trying to manually invoke perf.

I already tried downloading the packages via: sudo apt install linux-tools-6.14.0-24-generic

I tried every package suggested in the error message, the full error on calling perf says:

perf
WARNING: perf not found for kernel 6.14.0-24

  You may need to install the following packages for this specific kernel:
    linux-tools-6.14.0-24-generic
    linux-cloud-tools-6.14.0-24-generic

  You may also want to install one of the following packages to keep up to date:
    linux-tools-generic
    linux-cloud-tools-generic
.AppImage install https://askubuntu.com/questions/1543367/appimage-install

I tried to install OrcaSlicer.AppImage (version 2.2.0), but I could not run it. I did "properties -> (turn on) Executable as Program and (Read and Write) on Permissions". Addition, the "libfuse2ft64" is the newest version (2.9.9-8.1build1). Ubuntu version 24.04.2 TLS. using terminal command (chmod +x OrcaSlicer) at software dir. nothing happen. Anyone has any more solution. Please give me some advice. Thank you

No Wifi after fresh installation of ubuntu 22.04 intel Wi-Fi 6 AX200 https://askubuntu.com/questions/1484464/no-wifi-after-fresh-installation-of-ubuntu-22-04-intel-wi-fi-6-ax200

After a fresh installation of Ubuntu 22.04 I'm not able to use my wifi. The card is the intel Wi-Fi 6 AX200.

During installation I had no trouble using the card downloading updates. After the installation I can't use wifi.

I use a dual boot with Windows 11.

I tried to fix it with sudo apt install backport-iwlwifi-dkms. After rebooting there was no change.

After that I installed the official firmware from Intel for this card by unzipping the ucode file and transferred it to /lib/firmware. After a reboot it worked.

a few hours later I started into win11 where I got a prompt regarding some firmware files that where tried to install. After googling the name it was about the mentioned network card (before I never saw this and didn't have issues in win11 with the card). After that I just forced closing the window and never saw this dialog again (I didn't know what to do and I also don't know if there is a correlation, but I wanted to mentioned it)

After my next boot to Ubuntu the network drivers where gone in terms of I couldn't use wifi so I reproduced the initial fix, but I had no luck.

$ lshw -k
Kernel driver in use: pcieport
07:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
    Subsystem: Intel Corporation Wi-Fi 6 AX200NGW
    Kernel modules: iwlwifi
09:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
    Subsystem: ASRock Incorporation I211 Gigabit Network Connection
    Kernel driver in use: igb
    Kernel modules: igb
$ rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
$ dmesg | grep iwl
[    3.712065] iwlwifi 0000:07:00.0: enabling device (0000 -> 0002)
[    3.747228] iwlwifi 0000:07:00.0: CSR_RESET = 0x10
[    3.747238] iwlwifi 0000:07:00.0: Host monitor block 0x0 vector 0x0
[    3.747247] iwlwifi 0000:07:00.0:     value [iter 0]: 0x3f7f0430
[    3.747255] iwlwifi 0000:07:00.0:     value [iter 1]: 0x3f7f0c30
[    3.747263] iwlwifi 0000:07:00.0:     value [iter 2]: 0x3f7f8830
[    3.747271] iwlwifi 0000:07:00.0:     value [iter 3]: 0x3f7f0030
[    3.747278] iwlwifi 0000:07:00.0:     value [iter 4]: 0x3f7f0430
[    3.747286] iwlwifi 0000:07:00.0:     value [iter 5]: 0x3f7f8430
[    3.747294] iwlwifi 0000:07:00.0:     value [iter 6]: 0x3f7f8030
[    3.747302] iwlwifi 0000:07:00.0:     value [iter 7]: 0x3f7f0030
[    3.747309] iwlwifi 0000:07:00.0:     value [iter 8]: 0x3f7f0c30
[    3.747317] iwlwifi 0000:07:00.0:     value [iter 9]: 0x3f7f0c30
[    3.747325] iwlwifi 0000:07:00.0:     value [iter 10]: 0x3f7f0030
[    3.747332] iwlwifi 0000:07:00.0:     value [iter 11]: 0x3f7f0030
[    3.747340] iwlwifi 0000:07:00.0:     value [iter 12]: 0x3f7f8430
[    3.747348] iwlwifi 0000:07:00.0:     value [iter 13]: 0x3f7f8430
[    3.747356] iwlwifi 0000:07:00.0:     value [iter 14]: 0x3f7f8030
[    3.747361] iwlwifi 0000:07:00.0: Host monitor block 0x0 vector 0x1
[    3.747369] iwlwifi 0000:07:00.0:     value [iter 0]: 0x044466c2
[    3.747377] iwlwifi 0000:07:00.0:     value [iter 1]: 0x044466c2
[    3.747385] iwlwifi 0000:07:00.0:     value [iter 2]: 0x044466c2
[    3.747392] iwlwifi 0000:07:00.0:     value [iter 3]: 0x044466c2
[    3.747400] iwlwifi 0000:07:00.0:     value [iter 4]: 0x044466c2
[    3.747408] iwlwifi 0000:07:00.0:     value [iter 5]: 0x044466c2
[    3.747416] iwlwifi 0000:07:00.0:     value [iter 6]: 0x044466c2
[    3.747423] iwlwifi 0000:07:00.0:     value [iter 7]: 0x044466c2
[    3.747431] iwlwifi 0000:07:00.0:     value [iter 8]: 0x044466c2
[    3.747438] iwlwifi 0000:07:00.0:     value [iter 9]: 0x044466c2
[    3.747446] iwlwifi 0000:07:00.0:     value [iter 10]: 0x044466c2
[    3.747454] iwlwifi 0000:07:00.0:     value [iter 11]: 0x044466c2
[    3.747461] iwlwifi 0000:07:00.0:     value [iter 12]: 0x044466c2
[    3.747469] iwlwifi 0000:07:00.0:     value [iter 13]: 0x044466c2
[    3.747477] iwlwifi 0000:07:00.0:     value [iter 14]: 0x044466c2
[    3.747482] iwlwifi 0000:07:00.0: Host monitor block 0x0 vector 0x6
[    3.747490] iwlwifi 0000:07:00.0:     value [iter 0]: 0xb00c4471
[    3.747498] iwlwifi 0000:07:00.0:     value [iter 1]: 0xf00c4471
[    3.747506] iwlwifi 0000:07:00.0:     value [iter 2]: 0xe00c4471
[    3.747513] iwlwifi 0000:07:00.0:     value [iter 3]: 0xe00c4471
[    3.747521] iwlwifi 0000:07:00.0:     value [iter 4]: 0xf00c4471
[    3.747529] iwlwifi 0000:07:00.0:     value [iter 5]: 0xb00c4471
[    3.747536] iwlwifi 0000:07:00.0:     value [iter 6]: 0xa00c4471
[    3.747544] iwlwifi 0000:07:00.0:     value [iter 7]: 0xe00c4471
[    3.747551] iwlwifi 0000:07:00.0:     value [iter 8]: 0xb00c4471
[    3.747559] iwlwifi 0000:07:00.0:     value [iter 9]: 0xb00c4471
[    3.747567] iwlwifi 0000:07:00.0:     value [iter 10]: 0xe00c4471
[    3.747574] iwlwifi 0000:07:00.0:     value [iter 11]: 0xe00c4471
[    3.747582] iwlwifi 0000:07:00.0:     value [iter 12]: 0xf00c4471
[    3.747590] iwlwifi 0000:07:00.0:     value [iter 13]: 0xb00c4471
[    3.747598] iwlwifi 0000:07:00.0:     value [iter 14]: 0xa00c4471
[    3.747603] iwlwifi 0000:07:00.0: Host monitor block 0x22 vector 0x0
[    3.747611] iwlwifi 0000:07:00.0:     value [iter 0]: 0x00000000
[    3.747829] iwlwifi: probe of 0000:07:00.0 failed with error -110
After installing Ubuntu, it shows Error: 0x80070422 https://askubuntu.com/questions/1482867/after-installing-ubuntu-it-shows-error-0x80070422

After I installed Ubuntu 20.04.4 LTS in my PC, it shows --

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80070422
Error: 0x80070422 The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

Press any key to continue...

I'm not sure what I should do as pressing any key does nothing but closes the terminal. P.S: I'm using Windows10

steps to create an AppImage https://askubuntu.com/questions/1386538/steps-to-create-an-appimage

often run into this issue with documentation where the documentation is trying to be as exhaustive as possible and as such make the simplest use case impossible to unearth.

https://docs.appimage.org/packaging-guide/manual.html#creating-an-appdir-manually

this documentation seems ok enough but I'm pretty sure I don't need 99% of what they claim.

I'm in the use case where I built something from unity. I have a folder that contains my main binary and then ton and tons and tons of other junk.

when you click on the binary it runs perfectly it has an icon and all.

How do I just put that entire folder into an .appimage file including instructions on what's the right binary to run?

seems like all I need to do is create a folder named MyUnityGame.AppDir and inside have my whole folder I mentioned plus a .desktop file that points to the binary and that's it right?

all the rest sounds like it would apply to something that's not self contained / that has dependencies, which isn't my case.

what's next once I have my .desktop?

(and most error-proof) to use a precompiled one from this repository.

where's the precompiled AppRun file?

EDIT : I guess it's this one : https://github.com/AppImage/AppImageKit/blob/master/resources/AppRun

can I just have it as :

#!/bin/sh
exec myunitygame.desktop "$@"

seems like the rest is superfluous in my case

Upgrade Ubuntu 14.04 LTS to 16.04 LTS apt problem https://askubuntu.com/questions/1006117/upgrade-ubuntu-14-04-lts-to-16-04-lts-apt-problem

I want to upgrade my Ubuntu 14.04 LTS :

Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:        14.04
Codename:       trusty

To 16.04 LTS.

I ran the command do-release-upgrade but I got this error :

The required dependency 'apt (>= 1.0.1ubuntu2.13)' is not installed.

So I did a apt full-upgrade cause apt-get dist-upgrade didn't find any updates followed by apt-get update

And than I ran the release upgrade and I got hit by the same error.

P.S : The version of ubuntu now is like the first time 14.04 LTS, so no 14.04.X

What should I do ?

mono - "file does not contain a valid cil image"? https://askubuntu.com/questions/975096/mono-file-does-not-contain-a-valid-cil-image

I have been using a program on my Windows computer for quite some time, but I am using my Ubuntu pc the most these days. Thus, I would like to be able to run this program (.exe file with associated .dll files) on my Ubuntu pc, but I have already given it a try myself using mono, however, this failed. Not sure if this is important, but the program requires the .net framework, which is why I chose to use mono.

I installed mono like this: Tutorial on how to install

The problem is that when I use the command mono /root/myprogram.exe, it prints out the error "file does not contain a valid cil image". What can I do?

Error running make - array type has incomplete element type https://askubuntu.com/questions/572404/error-running-make-array-type-has-incomplete-element-type

I am trying to install libbow library. When i run make file the following error is generated

gcc -c   -Ibow -I. -I./argp -DHAVE_LIBNSL=1 -DHAVE_STRERROR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_RANDOM=1 -DHAVE_SRANDOM=1 -DHAVE_SETENV=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_ALLOCA_H=1  -g -O -Wall -Wimplicit -o array.o array.c
In file included from array.c:22:
./bow/libbow.h:2128: error: array type has incomplete element type
make: *** [array.o] Error 1

The Source of libbow is :http://www.cs.cmu.edu/~mccallum/bow/src/ (The latest version)

Search results showed it as a compiler problem. How to resolve this? Or is there any other source for libbow?

Ubuntu 14.04 Login Loop from running startx in root https://askubuntu.com/questions/550896/ubuntu-14-04-login-loop-from-running-startx-in-root

I made a really big mistake and no other articles seem to be fixing this. I was trying to fix my new Ubuntu laptop that I bought because it has the username defualt (spelled wrong) and I didn't like the terminal showing defualt@defualtHP. I think I was able to change it to rootMLR@MLR. I did this from pressing Ctrl+Alt+F1 and using commands I looked up. Then I stupidly entered "startx". Now I can't log in as rootMLR.

So far I have tried:

  1. chown rootMLR:defualt .Xauthority The output for ls -lah is now:

     -rw------- 1 rootMLR defualt 0 Nov  00:46 .Xauthority
    

    If i try chown rootMLR:rootMLR .Xauthority it says invalid group.

    How can I tell what I should put in the chown command?

    But when I reboot, I still am stuck in a log in loop.

    After the reboot when I try chown rootMLR:defualt .Xauthority it says cannot access '.Xauthority' No such file or directory.

  2. I tried deleting it with rm /home/rootMLR/.Xauthority and then rebooting but it doesn't work.

This is all because I stupidly did startx from the Ctrl+Alt+F1 windows.

I'm not attached to this at all yet; is there a way to restore factory defaults or even delete a user all together or something? Or restore the entire operating system to default? I don't have a boot disk or anything for this unfortunately. I can't believe it was working fine and I messed it up; this is very frustrating.

Any help would be immensely appreciated. I need this PC for a project for work and I spent a lot of money on it. I am a super-noob, I need command-by-command instructions if possible. I use Red Hat at work and I really want to start using Linux at home but now I'm very worried that I will not be able to fix this.

Scanner driver/software for Canon imageclass mf4820d multifunction laser printer on ubuntu 14.04 https://askubuntu.com/questions/549235/scanner-driver-software-for-canon-imageclass-mf4820d-multifunction-laser-printer

I am using Canon imageclass mf4820d multifunction laser printer. I wan to install printer and scanner driver and software for this printer on ubuntu 14.04. I am unable to print and in ubuntu. Can anyone help me?

Error using SpeedFan - how can I control fan speed? https://askubuntu.com/questions/410273/error-using-speedfan-how-can-i-control-fan-speed

I'm new to the whole Linux concept. I start up SpeedFan and it comes up with a error saying "Privileged instruction". I'm very new to this, so if someone could tell me how to fix this step by step, it would be greatly appreciated.

Problem installing Grub Customizer in Lubuntu https://askubuntu.com/questions/246966/problem-installing-grub-customizer-in-lubuntu

I'm using Lubuntu.
I tried to install Grub Customizer but I have problems.
I used the following commands:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer  

But, I can not find Applications > System Tools > Grub Customizer. I also ran gksu grub-customizer in a terminal but nothing happened. What to do?