How to install Ubuntu GNOME Desktop on Kubuntu 26.04 LTS? https://askubuntu.com/questions/1567916/how-to-install-ubuntu-gnome-desktop-on-kubuntu-26-04-lts

I know how very contradictory that statement is, but I wanted to try it again without having to reinstall everything since I moved to KDE Plasma. But when checking what'll happen when I trry installing it alongside KDE Plasma to ensure it won't break anything, I noticed that doing apt --simulate ubuntu-desktop is fine but apt --simulate gnome wants to remove the kubuntu-desktop and kubuntu-settings-desktop packages. Is that fair to be concerned that removing those packages will mess with KDE Plasma?

Is there some way to install GNOME with the stuff that is included on native Ubuntu without it messing with KDE Plasma so that if I decide I really am sure I don't like GNOME, I can just remove it and go back to KDE Plasma like nothing happened? Also out of curiosity sake, what is the difference between ubuntu-desktop and gnome packages?

Stylus on Lenovo Yoga 9 14IRP8 is buggy in vertical tablet mode https://askubuntu.com/questions/1567915/stylus-on-lenovo-yoga-9-14irp8-is-buggy-in-vertical-tablet-mode

My Lenovo Yoga 9 14IRP8 often does not recognize stylus strokes from the Precision Pen 2 when drawing in (mainly vertical, but occasionally also horizontal) tablet/2-in-1 mode, as shown in the picture. I have a hard time to find the origin of this issue. It occurs in different desktop environments (KDE and GNOME) and different distributions (Fedora, Ubuntu 26.04, Ubuntu 24.04). The bugs only happen when my palm rests on the display, but persist when I disable the touchscreen via udev rule:

ACTION=="add|change", SUBSYSTEM=="input", ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{LIBINPUT_IGNORE_DEVICE}="1"

Kernel: 7.0.0-22-generic

libinput: 1.31.1

Running libinput debug-events reports ultra-short time windows where the pen is detected to be lifted and set back down. Note that the timespans seem too short for a human to lift the pen out of the proximity reach and set it back down, as illustrated by the following snippet:

event6   TABLET_TOOL_TIP              +11.969s      185.73*/103.15* tilt: -12.00 /9.00  pressure: 0.00* up
 event6   TABLET_TOOL_PROXIMITY        +11.971s     185.73 /103.15  tilt: -12.00 /9.00  pressure: 0.00  pen      ('AES Pen', 0x80a32bf2, id 0x846b) proximity-out
 event6   TABLET_TOOL_PROXIMITY        +12.064s     187.33*/104.03* tilt: -11.00*/3.00* pressure: 0.00* pen      ('AES Pen', 0x80a32bf2, id 0x846b) proximity-in    axes:pt btn:S
 event6   TABLET_TOOL_TIP              +12.066s     187.33 /104.03  tilt: -11.00 /3.00  pressure: 0.31* down

Does anyone have a similar issue? What is the most likely cause for this?

Stylus behavior in horizontal and vertical tablet mode:

stylus behavior in horizontal and vertical tablet mode

BCM4322 (14e4:432b) with b43 on Ubuntu 26.04: scans networks but authentication always times out after kernel upgrade https://askubuntu.com/questions/1567914/bcm4322-14e4432b-with-b43-on-ubuntu-26-04-scans-networks-but-authentication

BCM4322 (14e4:432b) with b43 on Ubuntu 26.04 scans WiFi networks, but authentication always times out.

System

  • Computer: Mac Pro 5,1
  • [wireless WiFi card: Broadcom BCM4322]
  • PCI ID: 14e4:432b
  • Ubuntu: 26.04 LTS
  • Current kernel tested: 7.0.0-22-generic
  • Previous kernel tested: 6.17.0-35-generic
  • Driver: b43
  • Firmware: 784.2 (2012-08-15)

Hardware is detected correctly:

lspci -nn | grep -i broadcom
0d:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)

Firmware packages installed:

dpkg -l | grep -E 'b43|bcmwl|broadcom|firmware-b43'

ii  b43-fwcutter
ii  firmware-b43-installer
ii  linux-firmware-broadcom-wireless

My WiFi adapter worked correctly in Ubuntu before.

After a system update, WiFi stopped working.

I previously managed to recover functionality with help from another AI assistant (DeepSeek), but after a later Ubuntu update to 26.04 the problem returned.

Ethernet works perfectly.

Other devices connect to the same router without problems:

  • MacBook
  • Linux laptops
  • Android phones
  • iPhones

Therefore the router itself appears to be working normally.

Symptoms

The adapter:

  • Detects nearby networks correctly.
  • Shows strong signal levels.
  • Loads firmware correctly.
  • Creates wlan0 correctly.

Example:

nmcli device wifi list

Shows all nearby networks including my own network.

However, any connection attempt fails.

NetworkManager typically reports:

Activation: (wifi) association took too long
ssid-not-found

After a failed attempt, network scanning often becomes unstable and WiFi networks disappear until NetworkManager is restarted.

Restarting NetworkManager restores network visibility.

Router

Router: Totalplay ISP router.

SSID:

Totalplay-2.4G-bc38

Interesting observation:

The same SSID appears advertised through multiple BSSIDs:

64:9D:F3:1D:BC:38  Totalplay-2.4G-bc38
64:9D:F3:1D:BC:41  Totalplay-2.4G-bc38
64:9D:F3:1D:BC:40  Totalplay-5G-bc38

I disabled and reconfigured WiFi multiple times, including router factory reset.

The issue remains.

Driver messages

At boot:

b43-phy0: Broadcom 4322 WLAN found
Loading firmware version 784.2

At some point I observed:

b43-phy0 ERROR: Fatal DMA error
This device does not support DMA on your system.
It will now be switched to PIO.

Because of this, I currently use:

cat /etc/modprobe.d/b43.conf

options b43 pio=1

Current runtime value:

cat /sys/module/b43/parameters/pio

1

Direct wpa_supplicant test

To eliminate NetworkManager from the equation I stopped NetworkManager and tested directly with wpa_supplicant.

Configuration:

network={
    ssid="Totalplay-2.4G-bc38"
    psk=<generated_psk>
    bssid=64:9D:F3:1D:BC:38
    freq_list=2412
}

This forces:

  • 2.4 GHz
  • channel 1
  • BSSID 64:9D:F3:1D:BC:38
  • WPA2-PSK

Result:

Trying to authenticate with 64:9d:f3:1d:bc:38
freq=2412 MHz

nl80211: Authentication request sent successfully

Authentication timed out

The adapter sends authentication requests but never receives a response.

The failure happens before WPA key negotiation.

Additional observations

I tested:

  • Kernel 7.0.0-22-generic
  • Kernel 6.17.0-35-generic

Behavior changes slightly between kernels but neither kernel successfully connects.

I also created a fresh NetworkManager profile and forced:

key-mgmt=wpa-psk
proto=rsn
pairwise=ccmp
group=ccmp

No improvement.

Question

Has anyone seen BCM4322 + b43 authentication failures like this on recent Ubuntu kernels?

Could this be:

  • a known b43 regression?
  • a mac80211 regression?
  • a BCM4322 firmware issue?
  • an incompatibility with newer Totalplay access points?
  • a consequence of running the adapter in PIO mode after DMA errors?

Any suggestions for further debugging would be greatly appreciated.

journalctl shows almost nothing about Postfix https://askubuntu.com/questions/1567907/journalctl-shows-almost-nothing-about-postfix

I have some weird journalctl behavior.

I have two Ubuntu servers with postfix installed on them. If I run journalctl -f -u postfix@-.service on ServerA I got dynamically updated output, that shows me all postfix event: connetions, mail routing, putting messages to queue, etc. When I send some message via this server, corresponding events are shown in output almost immediately, but this not working on ServerB. On Server B it says fatal, the Postfix mail system is not running. If I run journalctl -f -u postfix@-.service I get output with a few old records and that's it, nothing else.

Why this happening like that? Is it journalctl malfunctioning, or postfix misconfigured?

This is screenshot from ServerA

Journalctl output on ServerA

This is screenshot from ServerB.

Journalctl output on ServerB

Ubuntu 24.04.4 wired usb asix 88179 dongle not working on raspberry pi 4 https://askubuntu.com/questions/1567905/ubuntu-24-04-4-wired-usb-asix-88179-dongle-not-working-on-raspberry-pi-4

Running ubuntu 24.04.4 the wired usb ethernet asix 88179 are not working. I try so many methods but the settings-network-usb ethernet are still cannot be turned on. It is disable.

They haven't fix this problems. It work with the old ubuntu version. 22.04.

Any raspberry pi os users who encounter these problems who read this message please submit the bug reports for it.

Problems with Ubuntu 26.04 unattended software update so as snap cannot install and update due to Intenet connection disconnected on raspberry pi 4 [closed] https://askubuntu.com/questions/1567903/problems-with-ubuntu-26-04-unattended-software-update-so-as-snap-cannot-install

Having lots of problems with Ubuntu 26.04 LTS and 26.10 that the wired internet connections always got disconnected. On raspberry pi 4.

The terrible is Ubuntu unattended software updates get so frustrating and annoying to use.

And lastly the snap also have a problems, cannot seems to update and install anything.

The fact of the problems is this is too way buggy and not functional to use on daily basis.

I wonder how to fix this problems.

Brave browser are flickering.

is there any commands to type on the terminals to troubleshoot the problems.

is there a way to disable the unattended updates, and the snap are not working well with updates. I had a very hard time to make it work. and it is very frustrating having an os that does not work.

so i try the daily build still the same thing nothing have change so far.

Ubuntu Kernel Panic - Please reboot your computer. VFS: Unable to mount root fs on unknown-block(0,0)(Linux 6.14.0-35-generic) [closed] https://askubuntu.com/questions/1567902/ubuntu-kernel-panic-please-reboot-your-computer-vfs-unable-to-mount-root-fs

When I start computer it shows "Kernel Panic! - Please reboot your computer. VFS: Unable to mount root fs on unknown-block(0,0)" error.

I go to Advanced options for Kubuntu and select Kubuntu, with Linux 6.17.0-19-generic and Kubuntu, with Linux 6.17.0-19-generic(recovery mode), Kubuntu, with Linux 6.14.0-35-generic and Kubuntu, with Linux 6.14.0-35-generic(recovery mode) but go into page showing BusyBox v1.36.1 (Ubuntu 1:1.36.1-6ubuntu3.1) built-in shell (ash)

How to solve this error?

Use Ubuntu 26.04 Live USB stuck on spinning circle (Try Ubuntu) on Intel Alder Lake N iGPU, works on 24.04.3 https://askubuntu.com/questions/1567901/use-ubuntu-26-04-live-usb-stuck-on-spinning-circle-try-ubuntu-on-intel-alder-l

I am experiencing a boot issue with Ubuntu 26.04 Live USB.

On the same hardware, Ubuntu 24.04.3 works normally and I can enter the "Try Ubuntu" desktop without any issues. However, Ubuntu 26.04 gets stuck at the spinning loading circle after selecting "Try Ubuntu" and never reaches the desktop.

Hardware:

  • CPU: Intel Alder Lake N (e.g. N97 / N305)
  • GPU: Integrated Intel iGPU (i915 driver)
  • Display: Tested with both HDMI and DP

Tested systems:

  • Ubuntu 24.04.3: Works normally
  • Ubuntu 26.04: Fails (stuck on loading spinner in Live session)

Observed behavior:

  • Spinning circle appears indefinitely
  • No desktop is reached

I also tried booting with "nomodeset", but the issue persists or only partially progresses.

This strongly suggests a regression in the graphics stack (kernel / i915 / mesa / GNOME shell) in Ubuntu 26.04 compared to 24.04.3 on Intel Alder Lake N hardware.

I would appreciate any guidance or workaround (kernel parameters or driver settings) to get Ubuntu 26.04 Live session working on this hardware.

Thank you.

Ubuntu 26.04 LDAC Defaults to 48Khz https://askubuntu.com/questions/1567897/ubuntu-26-04-ldac-defaults-to-48khz

Is there anyway to default to 96khz/24bit audio, ensure LDAC locks to High Quality (990kbps) instead of auto-scaling down?

I've tried everything, including but not limited to pipewire conf files, wireplumber conf/lua, pw-top still indicate the connection and playback at 48000 F32LE.

USB Audio with kubuntu 26.04 results in audio glitches https://askubuntu.com/questions/1567895/usb-audio-with-kubuntu-26-04-results-in-audio-glitches

i currently have highly annoying audio glitches when listening to music: apps tried:

  • Quodlibet
  • VLC
  • bashgst-launch-1.0 playbin uri=file:///home/stefan/…/Schiller__Atemlos/1__02__Schiller__Tiefblau.flac
  • ffplay 1__02__Schiller__Tiefblau.flac

that all with my USB Audio Interface (iBasso DC06).

(build in laptop speakers seem to work)

for me it sounds as if the USB bus is overloaded with data / the priority for the data is to low..

Operating System: Kubuntu 26.04 LTS
KDE Plasma Version: 6.6.4
KDE Frameworks Version: 6.24.0
Qt Version: 6.10.2
Kernel Version: 7.0.0-22-generic (64-bit)
Graphics Platform: Wayland
Processors: 16 × Intel® Core™ i9-9980HK CPU @ 2.40GHz
Memory: 32 GiB of RAM (31,1 GiB usable)
Graphics Processor 1: Intel® UHD Graphics 630
Graphics Processor 2: NVIDIA GeForce RTX 2060
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ZenBook Pro Duo UX581GV_UX581GV
System Version: 1.0

this problem only showed up recently. any idea how to narrow down / analyze the problem?

Problem with the pulse-sms deb package https://askubuntu.com/questions/1567892/problem-with-the-pulse-sms-deb-package

I was looking for a way to access the texts from my phone on my Ubuntu 24.04 desktop, and pulse-sms seemed to be a good option. I went to the web site, downloaded the .deb package, and installed it. But when I started the app, nothing happened. I tried to start it from a terminal and got this message:

Trace/breakpoint trap (core dumped)

Pulse-sms isn't in apt or snaps, is there something I can tweak to make it work?

Raid 1 on ssd m2 disk on usb plus nvme ssd disk https://askubuntu.com/questions/1567891/raid-1-on-ssd-m2-disk-on-usb-plus-nvme-ssd-disk

I would like ton configure a raid 1 array among a ssd m2 hard disk on usb and a internal nvme ssd disk.

Is it possible, and, if yes, how could I configure a raid 1 array to install ubuntu 26.04 x64 ?

Inkscape stopped working, assertion failed: display_wayland->cursor_theme_name https://askubuntu.com/questions/1567879/inkscape-stopped-working-assertion-failed-display-wayland-cursor-theme-name

I'm on Ubuntu 26.04 (was 25.10 at original time of writing) with default everything. Until I tried xfce (briefly) then switched back.

Since then I can't run Inkscape. When I run it from the terminal I get

$ inkscape

(inkscape:399944): Gdk-WARNING **: 16:25:22.955: Failed to load cursor theme Yaru

(inkscape:399944): Gdk-WARNING **: 16:25:23.011: Failed to load cursor theme Yaru
**
Gdk:ERROR:../../../../../gdk/wayland/gdkdisplay-wayland.c:1141:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)
Bail out! Gdk:ERROR:../../../../../gdk/wayland/gdkdisplay-wayland.c:1141:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at https://inkscape.org/report
with a detailed description of the steps leading to the crash, so we can fix it.
**
Gdk:ERROR:../../../../../gdk/wayland/gdkdisplay-wayland.c:1141:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)
Bail out! Gdk:ERROR:../../../../../gdk/wayland/gdkdisplay-wayland.c:1141:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)
Aborted (core dumped)

I think xfce might have reset the cursor theme, or I might even have done it myself, I don't recall.

But using Tweaks I've set the cursor theme to Yaru.

That theme isn't listed when I run

$ sudo update-alternatives --config x-cursor-theme
There are 7 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

  Selection    Path                                     Priority   Status
------------------------------------------------------------
* 0            /usr/share/icons/Adwaita/cursor.theme     90        auto mode
  1            /etc/X11/cursors/core.theme               30        manual mode
  2            /etc/X11/cursors/handhelds.theme          20        manual mode
  3            /etc/X11/cursors/redglass.theme           20        manual mode
  4            /etc/X11/cursors/whiteglass.theme         20        manual mode
  5            /usr/share/icons/Adwaita/cursor.theme     90        manual mode
  6            /usr/share/icons/DMZ-Black/cursor.theme   30        manual mode
  7            /usr/share/icons/DMZ-White/cursor.theme   50        manual mode

But /usr/share/icons/Yaru/cursor.theme does exist.

I have also tried running

$ dconf reset /org/gnome/desktop/interface/cursor-theme

and

$ gsettings reset org.gnome.desktop.interface cursor-theme

but no luck.

Following this question I checked and these files exist:

/usr/share/icons/Yaru/cursors/default
/usr/share/icons/Yaru/cursors/left_ptr

Any ideas what's wrong, and how I can get Inkscape running again?

Chrome slows then freezes https://askubuntu.com/questions/1567877/chrome-slows-then-freezes

After using for a period, Chrome sometimes becomes very slow and eventually freezes. Sometimes I can restart Chrome, other times I have to reboot my laptop. I do not use wifi on my mobile phone. All are wired networks.

Do you have any suggestions on how to find out what is causing the problem and a possible cure?

System information:

  • Chrome Version 149.0.7827.155 (Official Build) (64-bit) - [latest stable version of Google Chrome for Linux on 22-Jun-2026]
  • Ubuntu 24.04.4.LTS
  • Laptop: Dell Inspiron 13 7000

Diagnostic Information

  • System Monitor shows multiple errors even before slowdown, mostly of the form '/opt/google/chrome/chrome -type-renderer --crashpad-handler-pid-4808-enable-crash-reporter-.... followed by another 10 lines of alpha-numeric words and numbers. (I'm not sure if this is connected to the slowdown/freeze problem, although I did once notice a big increase in the number of processes of this type, thou did not manage to capture the details).
  • CPU usage has periods of 100% usage on some of the 8 CPUs
  • System Memory (8.0 GB) was 100% full just before latest crash.
  • After restart, System Memory started at 20% with single Tab on Chrome, increased to c. 40% with 6 Tabs. Swap at <10%
  • 2-3 hours after restart with 2 Chrome windows, email, LibreOffice Write etc running, Memory and Swap usage are both >80%
Hibernation not working in HP 15 gr0012au https://askubuntu.com/questions/1567876/hibernation-not-working-in-hp-15-gr0012au

I am having a HP laptop with AMD ryzen 3 3250u processor and I installed ubuntu 26 LTS and I tried to add a hibernation device in the laptop using a swap file but what I am experiencing is that when I run the command sudo systemctl hibernate my screen goes blank for sometime and return back to the lockscreen, sometime it work for the first time and subsequent hibernate fails, I am pasting my configuration files

/etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/nvme0n1p8 during curtin installation
/dev/disk/by-uuid/4c859583-daba-499b-9918-8bc642b14b80 / ext4 defaults 0 1
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/D6BC-8F6E /boot/efi vfat defaults 0 1
/swapfile none swap sw 0 0

/etc/default/grub

# If you change this file or any /etc/default/grub.d/*.cfg file,
# run 'update-grub' afterwards to update /boot/grub/grub.cfg.
# For full documentation of the options in these files, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release && echo ${NAME} )`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=4c859583-daba-499b-9918-8bc642b14b80 resume_offset=169984"
GRUB_CMDLINE_LINUX=""

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE/GOP/UGA
# you can see them in real GRUB with the command `videoinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
findmnt -no UUID -T /swapfile
4c859583-daba-499b-9918-8bc642b14b80
sudo filefrag -v /swapfile | awk '$1=="0:" {print substr($4,1,length($4)-2)}'
169984

here is the result for the kernel command

journalctl --since today -p emerg..err
Jun 22 17:44:22 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP>
Jun 22 17:44:22 Zenbook kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20251212>
Jun 22 17:44:22 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:44:22 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:44:22 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:44:22 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:44:22 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:44:22 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:44:22 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:44:22 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:44:25 Zenbook systemd[1]: Failed to activate swap swapfile.swap - /swapfile.
Jun 22 17:44:26 Zenbook kernel: ACPI Error: No handler for Region [RCM0] (000000002bbd688e) [S>
Jun 22 17:44:26 Zenbook kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/>
Jun 22 17:44:26 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous err>
Jun 22 17:44:26 Zenbook kernel: ACPI Error: Aborting method \_SB.PCI0.LPC0.EC0._Q42 due to pre>
Jun 22 17:44:28 Zenbook systemd[1]: Failed to activate swap swapfile.swap - /swapfile.
Jun 22 17:44:29 Zenbook systemd[1]: Failed to activate swap swapfile.swap - /swapfile.
Jun 22 17:44:35 Zenbook kernel: 
Jun 22 17:44:35 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 17:44:35 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBC due to previous err>
Jun 22 17:44:35 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 17:44:35 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBE due to previous err>
Jun 22 17:44:41 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:41 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:42 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:42 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:42 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:42 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:43 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:44 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:45 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:46 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:46 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:46 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:47 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:47 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:47 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:47 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:49 Zenbook gdm-password][2992]: gkr-pam: unable to locate daemon control file
Jun 22 17:44:53 Zenbook systemd[3231]: Failed to start app-gnome-snap\x2duserd\x2dautostart-37>
Jun 22 17:44:56 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:56 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:57 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:44:58 Zenbook systemd[3231]: Failed to start snap.prompting-client.daemon.service - >
Jun 22 17:45:00 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:45:00 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:45:10 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:45:11 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:45:27 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:45:27 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:48:00 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:48:01 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:48:49 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:48:49 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:49:21 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:49:21 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:49:24 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:49:25 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:49:40 Zenbook gdm3[1640]: Gdm: Failed to list cached users: GDBus.Error:org.freedesk>
-- Boot 6222b8fdb133452c9a58e6ee5f5c0f39 --
Jun 22 17:50:01 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP>
Jun 22 17:50:01 Zenbook kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20251212>
Jun 22 17:50:01 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:50:01 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:50:01 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:50:01 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:50:01 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:50:01 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:50:01 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 17:50:01 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 17:50:01 Zenbook kernel: Failed to create device parport0
Jun 22 17:50:05 Zenbook kernel: ACPI Error: No handler for Region [RCM0] (00000000d3275a16) [S>
Jun 22 17:50:05 Zenbook kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/>
Jun 22 17:50:05 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous err>
Jun 22 17:50:05 Zenbook kernel: ACPI Error: Aborting method \_SB.PCI0.LPC0.EC0._Q42 due to pre>
Jun 22 17:50:14 Zenbook kernel: 
Jun 22 17:50:14 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 17:50:14 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBC due to previous err>
Jun 22 17:50:14 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 17:50:14 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBE due to previous err>
Jun 22 17:50:20 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:20 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:21 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:21 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:21 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:22 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:22 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:24 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:24 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:25 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:25 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:25 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:25 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:45 Zenbook gdm-password][3131]: gkr-pam: unable to locate daemon control file
Jun 22 17:50:51 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:51 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:52 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:52 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:54 Zenbook systemd[3204]: Failed to start snap.prompting-client.daemon.service - >
Jun 22 17:50:56 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:50:56 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:51:15 Zenbook systemd-sleep[5143]: Failed to put system to sleep. System resumed aga>
Jun 22 17:51:15 Zenbook kernel: PM: hibernation: Image allocation is 79836 pages short
Jun 22 17:51:15 Zenbook systemd[1]: Failed to start systemd-hibernate.service - System Hiberna>
Jun 22 17:51:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:51:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:51:34 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:51:35 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 17:51:51 Zenbook chronyd[1427]: Could not connect to [2620:2d:4002:1::3123]:4460 (4.ntp>
Jun 22 17:51:52 Zenbook chronyd[1427]: Could not connect to [2620:2d:4000:1::2123]:4460 (1.ntp>
Jun 22 12:28:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 12:28:26 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 12:28:31 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 12:28:32 Zenbook kernel: NVRM: No NVIDIA GPU found.
Jun 22 12:43:13 Zenbook systemd-sleep[9679]: Failed to put system to sleep. System resumed aga>
Jun 22 12:43:13 Zenbook kernel: PM: hibernation: Image allocation is 116000 pages short
Jun 22 12:43:13 Zenbook systemd[1]: Failed to start systemd-hibernate.service - System Hiberna>
-- Boot f38d6bb7801c425387f1a8e9dbed4398 --
Jun 22 12:55:39 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP>
Jun 22 12:55:39 Zenbook kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20251212>
Jun 22 12:55:39 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 12:55:39 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 12:55:39 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 12:55:39 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 12:55:39 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 12:55:39 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 12:55:39 Zenbook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._ST>
Jun 22 12:55:39 Zenbook kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous err>
Jun 22 12:55:43 Zenbook kernel: ACPI Error: No handler for Region [RCM0] (000000003573ea84) [S>
Jun 22 12:55:43 Zenbook kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/>
Jun 22 12:55:43 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous err>
Jun 22 12:55:43 Zenbook kernel: ACPI Error: Aborting method \_SB.PCI0.LPC0.EC0._Q42 due to pre>
Jun 22 12:55:51 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 12:55:51 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBC due to previous err>
Jun 22 12:55:51 Zenbook kernel: ACPI BIOS Error (bug): Attempt to CreateField of length zero (>
Jun 22 12:55:51 Zenbook kernel: ACPI Error: Aborting method \_SB.WMID.WQBE due to previous err>
Jun 22 12:56:00 Zenbook chronyd[1458]: Could not connect to [2620:2d:4002:1::3123]:4460 (4.ntp>
Jun 22 12:57:43 Zenbook gdm-password][3020]: gkr-pam: unable to locate daemon control file
Jun 22 12:57:51 Zenbook systemd[3095]: Failed to start snap.prompting-client.daemon.service - >
Jun 22 12:58:16 Zenbook kernel: PM: hibernation: Image allocation is 83357 pages short
Jun 22 12:58:16 Zenbook systemd-sleep[4989]: Failed to put system to sleep. System resumed aga>
Jun 22 12:58:17 Zenbook systemd[1]: Failed to start systemd-hibernate.service - System Hiberna>
Ubuntu Wi-Fi Not Detected / Not Working After Installation https://askubuntu.com/questions/1567869/ubuntu-wi-fi-not-detected-not-working-after-installation

I am recently Installed ubuntu os. In that I can't see the wifi symbol i tried all method but result is negative. So i researched many articles shows Your wifi driver may problem change inter wifi thats like

My wifi driver ls MediaTek9702 does this not support wifi in the ubuntu. And also in additional drivers it does not show anything if loads like half hour still no output.

How to show seconds by hovering on the clock in Ubuntu? https://askubuntu.com/questions/1567866/how-to-show-seconds-by-hovering-on-the-clock-in-ubuntu

I was using Kubuntu, but the new LTS slowed my computer down so I'm back to an older Ubuntu LTS. I'd like to see the seconds but the same way I was able to do it in Kubuntu, by hovering over the clock, not showing them all the time on the regular clock (because that's supposed to use more computing power) so, does anyone know how to do it? Or at least showing them in the dropdown calendar instead of the top bar?

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:

enter image description here

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.

Note: I thought they are sorted by creation time but, no, they are not.

Camera not working - ubuntu 26 https://askubuntu.com/questions/1567617/camera-not-working-ubuntu-26

I have a Lenovo ThinkPad X9-15 Gen 1 with Ubuntu 26.04 (Resolute Raccoon, kernel 7.0.0-22-generic) and the built-in camera is not working in any application (Firefox, GNOME Camera, etc.). I tried to replicate solutions, given for ubuntu 24, but with no avail.

Some troubleshooting

Ubuntu version: 26.04

Ubuntu sees the camera:

$ v4l2-ctl --list-devices
Intel MIPI Camera (platform:v4l2loopback-000):
    /dev/video0

What I've already tried:

  • Installed oem-sutton-dana-meta, libcamhal0, linux-modules-ipu7-generic, v4l2loopback-dkms

  • v4l2-ctl --list-devices shows the camera via v4l2loopback

  • ipu7x.so is present in /usr/lib/libcamhal/plugins/

  • pw-cli list-objects shows the camera in PipeWire

v4l2-relayd -d fails with:

CamHAL[ERR] load_camera_hal_library, failed to open PCI device
gst_parse_launch_full: assertion 'pipeline_description != NULL' failed

libcamhal-ipu7x cannot be installed due to broken dependencies:

Depends: libjsoncpp25 but it is not installable (Ubuntu 26.04 has libjsoncpp26)
Depends: libia-cca-ipu7x0
Depends: libia-log-ipu7x0
Depends: libcamhal-ipu7x-common
Question about `ath12k` driver error with Qualcomm QCN9274 chipset: qmi failed to load board data file:-2 [closed] https://askubuntu.com/questions/1566799/question-about-ath12k-driver-error-with-qualcomm-qcn9274-chipset-qmi-failed-t

I am trying to use a Qualcomm QCN9274 (Compex WLE7002E25) Wi-Fi card on my x86 machine, but it's not working with the ath12k driver.

I am using the official board-2.bin from the upstream repository here.

[  954.894565] ath12k_pci 0000:01:00.0: BAR 0 [mem 0x80400000-0x805fffff 64bit]: assigned
[  954.894706] ath12k_pci 0000:01:00.0: MSI vectors: 16
[  954.894709] ath12k_pci 0000:01:00.0: Hardware name: qcn9274 hw2.0
[  955.593136] ath12k_pci 0000:01:00.0: qmi dma allocation failed (29360128 B type 1), will try later with small size
[  955.606921] ath12k_pci 0000:01:00.0: memory type 10 not supported
[  955.612535] ath12k_pci 0000:01:00.0: chip_id 0x0 chip_family 0xb board_id 0x101a soc_id 0x401a2200
[  955.612548] ath12k_pci 0000:01:00.0: fw_version 0x141580c7 fw_build_timestamp 2024-11-11 11:03 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
[  955.635702] ath12k_pci 0000:01:00.0: failed to fetch board data for bus=pci,qmi-chip-id=0,qmi-board-id=4122 from ath12k/QCN9274/hw2.0/board-2.bin
[  955.635707] ath12k_pci 0000:01:00.0: failed to fetch board data for bus=pci,qmi-chip-id=0,qmi-board-id=255 from ath12k/QCN9274/hw2.0/board-2.bin
[  955.635709] ath12k_pci 0000:01:00.0: failed to fetch board.bin from QCN9274/hw2.0
[  955.635711] ath12k_pci 0000:01:00.0: qmi failed to load bdf:
[  955.635712] ath12k_pci 0000:01:00.0: qmi failed to load board data file:-2

jack@jack-pc:~$ uname -a
Linux jack-pc 6.8.0-111-generic #111~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 14 17:13:45 UTC  x86_64 x86_64 x86_64 GNU/Linux

Does anyone know what the problem is?

Is there a way to install Ubuntu on a manually created luks-encrypted LVM? https://askubuntu.com/questions/1566492/is-there-a-way-to-install-ubuntu-on-a-manually-created-luks-encrypted-lvm

I have a test system with two physical disks. I'm trying to recreate a setup I used to use years ago where I could span volumes across said physical disks. I never considered it a complicated setup but, I can't seem to duplicate it with ubiquity. When I did this last, the installer was still text based and that doesn't seem to be an option these days. I attempted the following within the Ubuntu 26.04 Live environment.

My two physical drives, in this example, are /dev/sda & /dev/sdb. I went looking for the equivalent commands and I think I got close. What I did is below:

  1. I created partitions for the EFI boot stuff and LVM: sudo fdisk /dev/sda

    1. Made one primary partition, about 1GB

      1. Flagged it ef for EFI (/dev/sda1)
    2. Made a logical/extended partition for the rest of the drive

      1. Flagged it 8e for Linux LVM (/dev/sda2)
  2. I created created one logical/extended on the second drive: sudo fdisk /dev/sdb

    1. Flagged it 8e for Linux LVM (/dev/sdb1).
  3. I then used LUKS to encrypt the partitions that will be used for the system:

    1. sudo cryptsetup open /dev/sda2 crypt_drive1 && sudo cryptsetup open /dev/sdb1 crypt_drive2
  4. I then opened those encrypted partitions:

    1. sudo cryptsetup open /dev/sda2 crypt_drive1 && sudo cryptsetup open /dev/sdb1 crypt_drive2
  5. I then set up a volume group with some logical volumes:

    1. sudo pvcreate /dev/mapper/crypt_drive1 /dev/mapper/crypt_drive2

    2. sudo vgcreate vg_system /dev/mapper/crypt_drive1 /dev/mapper/crypt_drive2

    3. sudo lvcreate -L 8G -n lv_swap vg_system

    4. sudo lvcreate -l 100%FREE -n lv_root vg_system

At this point, I figured I was good to go so I fired up the installer wizard and tried to run through the installer. When I got to the partition setup, I selected the option for a manual setup and expected to see my logical volumes available but didn't. I was able to select /dev/sda as my boot device and it set dev/sda1 as the boot partition but, it's not showing the logical volume stuff. Below, is a screenshot of where I'm stuck. I'm sure I missed a step. Where did I go wrong?

partitons

Ubuntu 26.04 + Btrfs: missing @ subvolumes https://askubuntu.com/questions/1566142/ubuntu-26-04-btrfs-missing-subvolumes

I’m testing Ubuntu 26.04 with Btrfs and noticed that the installer creates a flat Btrfs layout (no @ and @home subvolumes), unlike Kubuntu which sets them up by default.

This causes issues with tools like Timeshift that expect the standard @ layout.

Question:
Is there a supported or recommended way to install Ubuntu 26.04 with Btrfs using @ and @home subvolumes during installation (without manual post-install restructuring)?

Alternatively:

  • Is this behavior intentional in Ubuntu’s installer?

  • Are there plans to support a proper Btrfs subvolume layout like Kubuntu?

  • What is the best practice for users who want snapshot-based rollback (Timeshift/Snapper) on Ubuntu?

Any official guidance or recommended workflow would be appreciated.

Caps Lock is reversed in Ubuntu 24.04. How to fix it? https://askubuntu.com/questions/1538969/caps-lock-is-reversed-in-ubuntu-24-04-how-to-fix-it

On my laptop the caps lock has a light, and for me it has reversed from Caps Lock - no light to no Caps Lock but light.

Webcam on Dell Latitude 7320 detachable (MIPI IPU6 tigerlake) https://askubuntu.com/questions/1532051/webcam-on-dell-latitude-7320-detachable-mipi-ipu6-tigerlake

Plee

Hello folks! I've had my Latitude 7320 for a few years now and everything works out of the box with Ubuntu, except for the webcam. I've waited for years, and I'm now running 24.10 and still haven't been able to get this thing working. In this era it is very painful to have a webcam that does not work. There is at least one other person with my problem.

I've read a lot about this, and I believe that I have a MIPI ipu6 (tigerlake) architecture, which no longer uses USB so requires new packages. I see that there are many people out there running ubuntu with this type of webcam working, including official posts on the dell webpage.

Could someone please help a desperate soul here?

At the moment, I can't tell if there is a problem with loading the firmware, as it has an error message, but is followed by encouraging messages:

=> sudo dmesg | grep ipu
<snip>
[    2.857455] intel-ipu6 0000:00:05.0: Direct firmware load for intel/ipu6_fw.bin failed with error -2
[    2.864584] intel-ipu6 0000:00:05.0: FW version: 20230925
[    2.870327] intel-ipu6 0000:00:05.0: Found supported sensor OVTI8856:00
[    2.870334] intel-ipu6 0000:00:05.0: Connected 1 cameras

This may be due to the fact that the Oracular linux-firmware package installs a compressed version of this file at /lib/firmware/intel/ipu/ipu6se_fw.bin.zst. I did copy a version of ipu6_fw.bin to /lib/firmware/intel/ipu6se_fw.bin for good measure but continue to see the error.


What I've done

Diagnostics

The ipu6 video devices seem to show up

=> v4l2-ctl --list-devices
ipu6 (PCI:pci:pci0000:00):
    /dev/video1
    /dev/video2
    /dev/video3
    /dev/video4
    /dev/video5
    /dev/video6
    /dev/video7
    /dev/video8

ipu6 (pci:pci0000:00):
    /dev/media0

Intel MIPI Camera (platform:v4l2loopback-000):
    /dev/video0

but the driver info does not show IPU6

=> v4l2-ctl --all
Driver Info:
    Driver name      : v4l2 loopback
    Card type        : Intel MIPI Camera
    Bus info         : platform:v4l2loopback-000
    Driver version   : 6.11.0
    Capabilities     : 0x85200001
        Video Capture
        Read/Write
        Streaming
        Extended Pix Format
        Device Capabilities
    Device Caps      : 0x05200001
        Video Capture
        Read/Write
        Streaming
        Extended Pix Format

The driver seems to be loaded

=> sudo lshw -C multimedia
  *-multimedia:0            
       description: Multimedia controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 5
       bus info: pci@0000:00:05.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm bus_master cap_list
       configuration: driver=intel-ipu6 latency=0
       resources: iomemory:600-5ff irq:169 memory:6052000000-6052ffffff

as well as the v4l2-relay daemon service.

The PPA package installation

Using this page as a guide, I added the OEM Solutions Group PPA for Intel MIPI IPU6. Here is what is listed on that PPA:

enter image description here

These don't appear to be installable packages:

=> sudo apt update
<snip>
Hit:7 https://ppa.launchpadcontent.net/oem-solutions-group/intel-ipu6/ubuntu oracular InRelease
All packages are up to date.    
=> sudo apt install ipu6-camera-bins
Error: Unable to locate package ipu6-camera-bins

but I can see the package details for each one of them. For example the gst-plugins-icamera package has this contents:

enter image description here

I can install the .deb packages listed each of them, with the exception of libipu6 which is a transitional package, so I don't believe it's a problem.

Ubuntu 22.04 XRDP Allow multiple sessions and restrict some users https://askubuntu.com/questions/1433247/ubuntu-22-04-xrdp-allow-multiple-sessions-and-restrict-some-users

I have installed xrdp on Ubuntu 22.04 Server where I also installed ubuntu-desktop for development and testing. When one user is logged in through remote desktop, others cannot login. How to allow multiple logins (different users)?

Also, how to allow some users to login using xrdp and disable xrdp login for other users? I have four users. I want to allow accesses for two and disable access for the other two.

For ssh, it can be done using DenyUsers as answered here. Does something similar exists for xrdp?

There is one accepted answer here but I couldn't make it work.

How to install a newer/different libc6 version? https://askubuntu.com/questions/1389796/how-to-install-a-newer-different-libc6-version

I'm using Ubuntu 20.04 focal fossa.

I'm trying to install a package that depends on libc6=<2.33 or above. However, focal repositories only have version 2.31, which is causing dependency troubles:

Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.2 is to be installed

Is there any way I can install libc6 2.34 or above on Ubuntu 20.04 focal?

$ apt-cache policy libc6
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
 *** 2.31-0ubuntu9.2 500
        500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9 500
        500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages 

Thanks!

How to voice type in LibreOffice in Ubuntu? https://askubuntu.com/questions/1335047/how-to-voice-type-in-libreoffice-in-ubuntu

LibreOffice does not seem to have an inbuilt voice type feature. Is there any way to enable voice typing in LibreOffice?

If not, is there any other free and open source software with which I can voice type in LibreOffice?

I am using Ubuntu 24.04.

Problem with Eclipse: "An Error has occurred. See the log file ......" https://askubuntu.com/questions/310087/problem-with-eclipse-an-error-has-occurred-see-the-log-file

I have Ubuntu 13.04 and when I want run Vega program by ./Vega I get this message

An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.

so what is the problem and how i can fix it ?

"(CRON) info (No MTA installed, discarding output)" error in the syslog https://askubuntu.com/questions/222512/cron-info-no-mta-installed-discarding-output-error-in-the-syslog

I have a fresh install of Ubuntu 12.04.1 LTS an a number of servers.

I have not added any cron jobs or edited my crontab on those servers, however, at around the same time for each machine, I get a 75% CPU spike and the following info in my syslog at the time of the spike:

CRON[8380]: (CRON) info (No MTA installed, discarding output)

I have mono-complete installed and am running a service stack webserver.

What is the best way for me to stop this from happening? I would like to be able to remove the CPU spike.

How can I view a Microsoft Publisher .pub file? https://askubuntu.com/questions/3432/how-can-i-view-a-microsoft-publisher-pub-file

I need to view a .pub file. How can I view the file or convert it to a more mainstream format (such as a PDF?)