Built-in laptop screen very dim after an automatic Dell BIOS update (fwupd); external monitor is fine — Intel i915 https://askubuntu.com/questions/1568468/built-in-laptop-screen-very-dim-after-an-automatic-dell-bios-update-fwupd-ext

After a routine fwupd firmware update my laptop's built-in screen became very dim, even at "100%" brightness. An external monitor on the same machine looks completely normal.

  • Laptop: Dell Latitude 5430, Intel Iris Xe (Alder Lake, i915), internal eDP panel (AU Optronics).

  • OS: Ubuntu 24.04, GNOME.

  • Trigger: fwupd auto-flashed the Dell system BIOS from 1.36.0 to 1.39.1 (check with fwupdmgr get-history). The screen was fine before that.

What I already ruled out (none of these help):

  • Not a kernel regression — dim on every kernel I tried; the panel is only bright in recovery mode / with nomodeset (i.e. when i915 is not driving it).

  • Not gamma/ICCxrandr Brightness 1.0, Gamma 1.0, no VCGT in the ICC profile.

  • Not a software brightness slider/sys/class/backlight/intel_backlight reports brightness == actual_brightness == max_brightness (1023), yet the panel is dim.

  • Brightness keys only make it dimmer, never brighter.

  • Downgrading the BIOS is blocked: LVFS only offers 1.39.1, so fwupdmgr / GNOME Firmware cannot roll back.

How do I get the panel bright again without a BIOS downgrade?

Bluetooth has disappeared entirely in Kubuntu 24.04 https://askubuntu.com/questions/1568463/bluetooth-has-disappeared-entirely-in-kubuntu-24-04

For starters, here is my system. EDIT: My headphones are Skullcandy ANC Crusher 2, if that also helps.

dorkus@Robot-Overlord-2:~$ hostnamectl
 Static hostname: Robot-Overlord-2
       Icon name: computer-desktop
         Chassis: desktop
      Machine ID: cb951c28f5914877ac1ffec151517b6f
         Boot ID: da44c91966764dc18e535841f756b86f
Operating System: Ubuntu 24.04.4 LTS              
          Kernel: Linux 6.8.0-136-generic
    Architecture: x86-64
 Hardware Vendor: ASUS
  Hardware Model: ROG STRIX B650E-F GAMING WIFI
Firmware Version: 2214
   Firmware Date: Tue 2024-01-02
    Firmware Age: 2y 6month 2w 1d   

It started when trying to fix a connection issue between KDE Connect and my Android. I changed my firewall settings to "allow" and while it fixed the KDE Connect issue, it caused my bluetooth audio to sound choppy and distorted in A2DP sink.

I then tried a few fixes for that from here and here and here.

And now bluetooth has disappeared from my system tray entirely, with no way to reconnect it.

Running hciconfig shows this:

dorkus@Robot-Overlord-2:~$ hciconfig
hci1:   Type: Primary  Bus: USB
        BD Address: 74:F6:1C:14:86:DF  ACL MTU: 1021:8  SCO MTU: 64:1
        UP RUNNING 
        RX bytes:5514 acl:0 sco:0 events:685 errors:0
        TX bytes:61032 acl:0 sco:0 commands:684 errors:0

hci0:   Type: Primary  Bus: USB
        BD Address: C8:94:02:6E:C8:B4  ACL MTU: 1021:6  SCO MTU: 240:8
        UP RUNNING 
        RX bytes:16686 acl:0 sco:0 events:2267 errors:0
        TX bytes:554095 acl:0 sco:0 commands:2267 errors:0

Trying to bring hci1 back up using sudo hciconfig -a hci1 up only results in a timeout error.

Using sudo dmesg |grep -i bluetooth brings this up as well:

[   10.444683] Bluetooth: Core ver 2.22
[   10.444697] NET: Registered PF_BLUETOOTH protocol family
[   10.444698] Bluetooth: HCI device and connection manager initialized
[   10.444702] Bluetooth: HCI socket layer initialized
[   10.444704] Bluetooth: L2CAP socket layer initialized
[   10.444706] Bluetooth: SCO socket layer initialized
[   10.461217] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240219111427
[   10.562871] Bluetooth: hci1: BCM: chip id 102
[   10.563864] Bluetooth: hci1: BCM: features 0x2f
[   10.579873] Bluetooth: hci1: BCM20703A1
[   10.579876] Bluetooth: hci1: BCM20703A1 (001.001.005) build 0000
[   10.581959] Bluetooth: hci1: BCM20703A1 'brcm/BCM-0bb4-0306.hcd' Patch
[   11.738855] Bluetooth: hci1: BCM: features 0x2f
[   11.756004] Bluetooth: hci1: BCM20703A1 Generic USB 20Mhz fcbga_BU
[   11.756008] Bluetooth: hci1: BCM20703A1 (001.001.005) build 0481
[   31.962093] Bluetooth: hci0: Device setup in 21007347 usecs
[   31.962100] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   32.237327] Bluetooth: hci0: AOSP extensions version v1.00
[   32.237335] Bluetooth: hci0: AOSP quality report is supported
[   38.338622] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   38.338625] Bluetooth: BNEP filters: protocol multicast
[   38.338629] Bluetooth: BNEP socket layer initialized
[   38.339681] Bluetooth: MGMT ver 1.22
[   38.339717] Bluetooth: MGMT ver 1.22
[   38.755139] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240219111427
[   38.918839] Bluetooth: hci0: Device setup in 169917 usecs
[   38.918844] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   39.194199] Bluetooth: hci0: AOSP extensions version v1.00
[   39.194205] Bluetooth: hci0: AOSP quality report is supported
[   43.528015] Bluetooth: RFCOMM TTY layer initialized
[   43.528021] Bluetooth: RFCOMM socket layer initialized
[   43.528024] Bluetooth: RFCOMM ver 1.11

Not sure what I'm missing here. I tried some instructions to also reinstall the entire bluetooth stack with no luck either. Any ideas would be greatly appreciated.

UPDATE: Apparently I can still connect my headphones using bluetoothctl using the scan command to get the MAC address of the headphones and then forcing it to pair. Audio is still choppy but now I'm wondering what is really going on. Perhaps it's just an issue with the system tray itself? Bluetooth apparently does work, but it's a pain to do it this way every time.

How to detect ill effects of clicking on a link in an malicious email? https://askubuntu.com/questions/1568462/how-to-detect-ill-effects-of-clicking-on-a-link-in-an-malicious-email

I was stupid enough to fall for what purported to be an e-invitation in my inbox from someone in my address book. I went so far as to click on what was labeled as “View Invitation” and landed on some page that said something like “that event has already past” before it dawned on me that I might have just been pwned.

First sensible thing I did was put the device (laptop running Ubuntu 24.04.4 LTS) into airplane mode (I'm typing this on another device). Then I checked the full message body. I didn't see anything that looked fishy in the SMTP headers, but careful inspection of the visible message reveals it's bogus: It bears a surface resemblance to something from Evite, but the URLs that Thunderbird shows when I cursor-hover over various of the message’s features involve paperlessinvguestview.com and paperlessgrandivio.com. (Yes of course I should have glanced at the lower-left corner of the message’s window before clicking: we have already established that I was stupid.)

Next I looked up both domains on check-host.net. For the first one it turned up nothing (so maybe it's already been shut down?), but for the second it resolved to 104.21.72.204, which it attributed to Cloudflare.

Since I didn't type anything at all, let alone any sensitive information, the only bad potential effect I have thought of is inadvertently downloading/running evil things (of course there may be other bad effects that haven’t occurred to me).

My main question is: How can I detect what harm if any has been done?

I figured I could look to see what files had recently been modified, so at the command line I ran:

find / -mmin -240 -mmin +120 -type f -exec ls -lt {} +

Of course this returned some 1300 lines to stdout (plus more than 1400 lines of “Permission denied” to stderr), but when I filtered that by grep -v \.cache, it fell to a manageable 550 lines. Perusing that didn't unearth any smoking guns either, at least not smoking heavily enough for me to recognize it. A whole lot of 0-length files in /proc and /sys/fs/cgroup/user.slice, and some data in some of my password manager’s cache directories; stuff like that. It did occur to me to wonder about all those unreadable (system) directories, but I was reluctant to rerun the find inside a sudo because who knew if, say, I was now running a key logger that would capture my root password.

I have also run ps -aux, but again from out of its 314 lines of output, there is nothing that stands out to me along the lines of rm /*. It was the same for top. Likewise, perusing contents of /var/log turns up nothing that makes ME panic (kern.log, syslog, and auth.log are the only files modified since, and none is obviously shouting, “Danger!”).

I checked out this question and this one too, but I figure a whole lot may have changed in the more or less decade since they were posted.

I guess at some point I will just have to risk connecting again, if only to install something like ClamAV?

Forgot login password [duplicate] https://askubuntu.com/questions/1568459/forgot-login-password

I forgot my password for Ubuntu on my Samsung laptop. From (Recovery menu, Drop to root shell prompt, Give root password for maintenance) I've tried unsuccessfully: mount -o rw,remount /.

Copy-paste not working in VirtualBox[7.2.6] from Ubuntu [26.04 host] to Ubuntu [26.04 guest] https://askubuntu.com/questions/1568458/copy-paste-not-working-in-virtualbox7-2-6-from-ubuntu-26-04-host-to-ubuntu

I am running Ubuntu 26.04 and want to share my clipboard with a VirtualBox 7.2.6 host.
I have installed all apt updates and snap refreshes.
I also installed the VirtualBox 7.2.6 client additions.
I tried cutting and pasting text from host to client and client to host and it does not work.

Is anyone running Ubuntu 26.04 and is able to copy-and-paste text from host to VirtualBox client?
How do you do that?

using sed to fix up HTML oversight https://askubuntu.com/questions/1568456/using-sed-to-fix-up-html-oversight

I'm using the following command to update HTML files

sed -e "s/SRC=\([A-Za-z0-9.\/_-]*\)/SRC=\"\1\" /gi"

I'm having trouble adding + and & to the above as valid filename/path characters. My best understanding is that these special characters need to be escaped, like so:

sed -e "s/SRC=\([A-Za-z0-9.\/_-\+\&]*\)/SRC=\"\1\" /gi"

but I suspect the added bash command line complexity has me stimied. TIA.

Suspension and Power Off problem in Kubuntu 26.04 LTS - Lenovo Ideapad Slim 3 15ARP10 https://askubuntu.com/questions/1568453/suspension-and-power-off-problem-in-kubuntu-26-04-lts-lenovo-ideapad-slim-3-15

After installing Kubuntu 26.04 on my Slim 3 with Ryzen 7 7735HS, i noticed that sometimes my machine wont wake up from suspension, it acts like it is suspended, with external devices RGB off and with the power button blinking as it should. but when trying to resume by pressing any key or pressing the power button once, it wont wake up. I need to hold the power button until it turns off and then press it once to turn on again, and when this happens the battery protection mode always turns off and i need to turn it back on. I made a post about that here before, and a suggestion was made by someone for me to update my BIOS. I did it through a HirensBoot formated with ventoy, since it was my only option (i dont have windows and the only installation media available is an .exe file on the lenovo site). Was pretty confident that this was going to solve my problem, but it persisted and now, a few days after the update, my computer wont turn off most of the time. In that state, everything looks exactly like when my computer is powered off: Black screen, no rgb in external devices, but the power button glows white as it does when the computer is on. And my battery drains somewhat fast (drained about 80 percent after one night and one morning). Can someone please help me with those problems??

kernel 6.17.0-40 issues https://askubuntu.com/questions/1568450/kernel-6-17-0-40-issues

My professional laptop Dell Precision is under Noble 24.04 installed after delivery (delivered under Jammy).

I am french so I used fr (bepo) keyboard layout.

I stay with X11 to use Gimp, have no issue with web-conferencing app …

Early may

I still had kernel update (6.17.0-22) that switched me under wayland and qwerty keyboard layout, I run in CLI: setxkbmap fr bepo that returns me: WARNING: Running setxkbmap against an Xwayland server, I swithed back to kernel 6.17.0-20 and X11.

This morning (17th jully)

After a first use, my laptop locked up after being idle for a while, then when I entered my password, I can't connect… it switched to qwerty. I also connect to the docking station to have external screen, but it stayed black, no external screen detected in display parameters. I had no more wifi connection, I should connect by cable.

I didn't find under grub connection to switch back to X11, so I switched in /etc/gdm3/custom.conf the WaylandEnable=false, but if I switch with success to X11, I still had no wifi, external screen.

grub update failing- kernel installation error [closed] https://askubuntu.com/questions/1568448/grub-update-failing-kernel-installation-error

Tried to redo the kernel installation, but fails using sudo apt upgrade -y. Had to rewrite initrd configuration before update-grub. Could you kindly check right now.

issue with screen resolution after software update https://askubuntu.com/questions/1568442/issue-with-screen-resolution-after-software-update

I've recently updated my system through the "Software Updater" app.

After restarting the system the screen resolution was wrong, much smaller than expected and if I look among the Settings I am not able to choose any other screen resolution.

Previously, I was able to solve it by playing around with the settings in the "Software & Updates" app (NB: which is different from "Software Updater").
Apparently, Canonical has decided to remove it from newest versions of Ubuntu (see more: https://www.omgubuntu.co.uk/2026/02/ubuntu-26-04-drops-software-and-updates-gui).

---

After looking around on the internet I followed some instructions:

  • I ran the cmmand ubuntu-drivers devices of which the below is the response from the terminal:
== /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0 ==
modalias : pci:v000010DEd00003893sv00001327sd0000413Bbc03sc00i00
vendor   : NVIDIA Corporation
model    : AD104 [GeForce RTX 4070 SUPER]
driver   : nvidia-driver-595-server-open - distro non-free
driver   : nvidia-driver-595 - distro non-free
driver   : nvidia-driver-580-server-open - distro non-free
driver   : nvidia-driver-595-server - distro non-free
driver   : nvidia-driver-580 - distro non-free
driver   : nvidia-driver-580-server - distro non-free
driver   : nvidia-driver-580-open - distro non-free
driver   : nvidia-driver-595-open - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin
  • I followed the instructions to install the recommended driver: sudo apt install nvidia-driver-595-open which returned the following response: nvidia-driver-595-open is already the newest version (595.71.05-0ubuntu0.26.04.1)

  • After rebooting the system, the problem persists

What else can I do to solve the problem?

Ubuntu cloud image ~200-300 Mbps vs RHEL ~8 Gbps on identical OpenStack host (virtio-net, RHOSP 17.1) [closed] https://askubuntu.com/questions/1568441/ubuntu-cloud-image-200-300-mbps-vs-rhel-8-gbps-on-identical-openstack-host-vi

Environment:

Red Hat OpenStack Platform 17.1 (OVN networking) Compute host: Broadcom NIC (bnxt_en driver), 25 GbE bonded uplinks Same host, same tenant network, same flavor — only the guest image differs

Problem: A VM booted from an Ubuntu cloud image gets only ~200-300 Mbps upload/download. A VM booted from a RHEL image on the same host and network gets ~8 Gbps. Roughly a 30x difference attributable solely to the guest image. Testing method: Multi-stream iperf3 (8 parallel streams), VM-to-VM. Platform capacity independently confirmed at multi-Gbps, so this is isolated to the Ubuntu guest. What I've already verified:

Network QoS policy allows 2 Gbps+ (not the limit) Physical NIC is 25 GbE with clean counters MTU is correct (1500 guest / geneve overlay) RHEL guest on the same host hits ~8 Gbps, so host/fabric is fine.

Question: What differs in the Ubuntu cloud image's default network configuration (virtio multiqueue, offload settings, driver/kernel) that would cause this large a throughput gap versus RHEL on the same virtio-net platform?

Apparmor interferes with CUPS PDF print https://askubuntu.com/questions/1568439/apparmor-interferes-with-cups-pdf-print

Could the issue be something other than apparmor? A 24.04 system on the same network gives the same DENIED type messages but, the print to PDF happens. On 26.04, I see no output file at all when the print is coming from another system on the LAN

Using 26.04. CUPS print to PDF is working when the originator of the file is on the 26.04 system. The CUPS PDF print is shared with other systems in my local area network. At attempt print to PDF from an XP system in my local area network is failing. The system log contains a few lines such as this

2026-07-16T21:23:36.032922-05:00 localhost kernel: audit: type=1400 audit(1784255016.031:150402): apparmor="DENIED" operation="connect" class="file" profile="/usr/lib/cups/backend/cups-pdf" name="/run/samba/winbindd/pipe" pid=1158626 comm="cups-pdf" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0

Due to the presence of an XP system in my local area network, winbind is installed.

I've got rid of the above message from syslog by disabling apparmor with regard to cupsd (I think) but messages about dbus-daemon persist, an example is:

2026-07-17T10:06:37.333138-05:00 localhost kernel: audit: type=1107 audit(1784300797.331:152868): pid=1310 uid=995 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/com/redhat/PrinterSpooler" interface="com.redhat.PrinterSpooler" member="JobQueuedLocal" name=":1.8991" mask="receive" pid=349875 label="unconfined" peer_pid=1168372 peer_label="/usr/sbin/cupsd" peer_info="No such file or directory"

What do I need to change so that this works?

Lubuntu 26.04 on HP Chromebook x2 - Trackpad not working correctly https://askubuntu.com/questions/1568431/lubuntu-26-04-on-hp-chromebook-x2-trackpad-not-working-correctly

Chromebook in question: HP Chromebook x2 - touchscreen tablet with detachable keyboard.

Following the guides on mrchromebox.tech, I was able to get Lubuntu installed. Everything is working great except the trackpad. The cursor "warps" to the corresponding location on the screen to wherever I touch the touchpad (if I touch the top left of the touchpad the cursor instantly moves to the top left of the screen) and it constantly clicks and drags as I move my finger around the touchpad.

Touchpad in question:

keyboard and mouse settings showing the touchpad on the Chromebook

I haven't used Linux in a decade or so so you'll have to excuse my ignorance. I used AI to give some bash commands for the below info. Let me know if I can provide more info.

user@chris-soraka:~$ cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/platform/LNXPWRBN:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: PROP=0
B: EV=3
B: KEY=8000 10000000000000 0

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/pci0000:00/acpi.video_bus.0/input/input21
U: Uniq=
H: Handlers=kbd event10 
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Intel Virtual Buttons"
P: Phys=
S: Sysfs=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input22
U: Uniq=
H: Handlers=kbd event11 
B: PROP=0
B: EV=13
B: KEY=2000000000000 0 0 0 0 1000000000000 0 201c000000000000 0
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Intel Virtual Switches"
P: Phys=
S: Sysfs=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input23
U: Uniq=
H: Handlers=event12 
B: PROP=0
B: EV=21
B: SW=2

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="AVS HDMI HDMI/DP"
P: Phys=ALSA
S: Sysfs=/devices/platform/avs_hdaudio.22.auto/sound/card3/input24
U: Uniq=
H: Handlers=event13 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="AVS HDMI HDMI/DP,pcm=1"
P: Phys=ALSA
S: Sysfs=/devices/platform/avs_hdaudio.22.auto/sound/card3/input25
U: Uniq=
H: Handlers=event14 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="AVS HDMI HDMI/DP,pcm=2"
P: Phys=ALSA
S: Sysfs=/devices/platform/avs_hdaudio.22.auto/sound/card3/input26
U: Uniq=
H: Handlers=event15 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="AVS I2S ALC5663 Headset Jack"
P: Phys=ALSA
S: Sysfs=/devices/platform/avs_rt5663.21.auto/sound/card4/input27
U: Uniq=
H: Handlers=kbd event16 
B: PROP=0
B: EV=23
B: KEY=40 0 0 0 0 0 0 1000000000 c000000000000 0
B: SW=14

I: Bus=0018 Vendor=2d1f Product=4877 Version=0100
N: Name="WCOMCOHO:00 2D1F:4877"
P: Phys=i2c-WCOMCOHO:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOMCOHO:00/0018:2D1F:4877.0006/input/input35
U: Uniq=
H: Handlers=mouse2 event5 
B: PROP=2
B: EV=1b
B: KEY=400 0 0 0 0 0
B: ABS=2f3800000000003
B: MSC=20

I: Bus=0018 Vendor=2d1f Product=4877 Version=0100
N: Name="WCOMCOHO:00 2D1F:4877 UNKNOWN"
P: Phys=i2c-WCOMCOHO:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOMCOHO:00/0018:2D1F:4877.0006/input/input36
U: Uniq=
H: Handlers=event6 
B: PROP=0
B: EV=9
B: ABS=10000000000

I: Bus=0018 Vendor=2d1f Product=4877 Version=0100
N: Name="WCOMCOHO:00 2D1F:4877 Stylus"
P: Phys=i2c-WCOMCOHO:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOMCOHO:00/0018:2D1F:4877.0006/input/input37
U: Uniq=
H: Handlers=mouse3 event7 
B: PROP=2
B: EV=1b
B: KEY=1c03 0 0 0 0 0
B: ABS=1000003
B: MSC=11

I: Bus=0018 Vendor=2d1f Product=4877 Version=0100
N: Name="WCOMCOHO:00 2D1F:4877 UNKNOWN"
P: Phys=i2c-WCOMCOHO:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOMCOHO:00/0018:2D1F:4877.0006/input/input38
U: Uniq=
H: Handlers=mouse4 event8 
B: PROP=2
B: EV=1b
B: KEY=400 1 0 0 0 0
B: ABS=1000003
B: MSC=11

I: Bus=0018 Vendor=2d1f Product=4877 Version=0100
N: Name="WCOMCOHO:00 2D1F:4877 Mouse"
P: Phys=i2c-WCOMCOHO:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOMCOHO:00/0018:2D1F:4877.0006/input/input39
U: Uniq=
H: Handlers=mouse5 event9 js0 
B: PROP=0
B: EV=1b
B: KEY=30000 0 0 0 0
B: ABS=3
B: MSC=10

I: Bus=0003 Vendor=18d1 Product=502b Version=0100
N: Name="Google Inc. Hammer"
P: Phys=usb-0000:00:14.0-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:18D1:502B.0007/input/input40
U: Uniq=3c002b000a57414739313320
H: Handlers=sysrq kbd event2 
B: PROP=0
B: EV=100013
B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
B: MSC=10

I: Bus=0003 Vendor=18d1 Product=502b Version=0100
N: Name="Google Inc. Hammer"
P: Phys=usb-0000:00:14.0-2/input2
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:18D1:502B.0008/input/input41
U: Uniq=3c002b000a57414739313320
H: Handlers=mouse1 event4 
B: PROP=7
B: EV=1b
B: KEY=e520 10000 0 0 0 0
B: ABS=673800001000003
B: MSC=20

I: Bus=0003 Vendor=046d Product=4080 Version=0111
N: Name="Logitech M350"
P: Phys=usb-0000:00:14.0-1/input1:1
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52F.000A/0003:046D:4080.000B/input/input42
U: Uniq=64-c1-67-36
H: Handlers=kbd mouse0 event3 
B: PROP=0
B: EV=1f
B: KEY=3f00733fff 0 0 483ffff17aff32d bfd4444600000000 ffff0001 130ff38b17d000 677bfad9415fed 19ed68000004400 10000002
B: REL=1943
B: ABS=100000000
B: MSC=10



user@chris-soraka:~$ # Kernel driver currently bound, and which .ko file it loaded from
modinfo hid_multitouch | grep filename
lsmod | grep hid_multitouch
filename:       /lib/modules/7.0.0-27-generic/kernel/drivers/hid/hid-multitouch.ko.zst
hid_multitouch         36864  0
hid                   278528  9 hid_google_hammer,i2c_hid,usbhid,hid_multitouch,hid_vivaldi_common,snd_soc_sdca,hid_generic,hid_logitech_dj,hid_logitech_hidpp



user@chris-soraka:~$ # udev's classification (touchpad vs touchscreen vs mouse)
udevadm info /dev/input/event4 | grep ID_INPUT
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_INPUT_WIDTH_MM=100
E: ID_INPUT_HEIGHT_MM=57



user@chris-soraka:~$ # libinput's view of the device's capabilities
sudo libinput list-devices | grep -A18 "Google Inc. Hammer" | grep -A18 "Capabilities.*pointer"
Capabilities:            pointer touch 
Tap-to-click:            n/a
Tap-and-drag:            n/a
Tap button map:          n/a
Tap drag lock:           n/a
Left-handed:             disabled
Nat.scrolling:           disabled
Middle emulation:        n/a
Calibration:             identity matrix
Scroll methods:          none
Scroll button:           n/a
Scroll button lock:      n/a
Click methods:           none

System info:

  • Lubuntu 26.04 LTS
  • 7.0.0-27-generic kernel
nautilus is not showing my home directory contents https://askubuntu.com/questions/1568429/nautilus-is-not-showing-my-home-directory-contents

Up until couple of days ago, everything was honky-dory. Went thru few firmware updates using firmware-updater GUI, and reboot every time I was asked to earlier today. I am not sure if what is happening is tied to that action. I'm on Version 24.04 When I open nutil;us, all I see is a snap folder. When I launch terminal, I can see all my files but in nautilus only a snap folder. Any other link from the left panel, i.e., downloads, Documents, Music etc is giving me "Oops, something went wrong" message but displaying the correct path under it and said path is accessible and has the ownership of my user all throughout as I see it in my terminal. I used to be a Unix/Linux sysadmin back in the day but later switched to infosec and retired few years back. I can still find my way around bash but these GUI crap is all nonsense to me.

Error message about namespaces in Steam https://askubuntu.com/questions/1568428/error-message-about-namespaces-in-steam

I am getting this error message now when I try to use Steam,

Steam now requires user namespaces to be enabled.

This requirement is the same as for Flatpak, which has more detailed information available: https://github.com/flatpak/flatpak/wiki/User-namespace-requirements

The documentation on GitHub may as well be in Martian.

I am running Ubuntu 24.04.4 LTS, all up to date, on a Lenovo V15 G4 ABP. Steam is installed via the App Center.

This is set: kernel.apparmor_restrict_unprivileged_userns = 1

Steam update now appearing in Ubuntu 24.04 Software Updater? https://askubuntu.com/questions/1568397/steam-update-now-appearing-in-ubuntu-24-04-software-updater

Today upon starting my Ubuntu 24.04 Software Updater, I was surprised to see it had Steam updates in it. I excluded the Steam parts and ran the updater. I reran it and it still had Steam updates. I closed it without going any further.

I then started my Steam and told it to check for any updates. It said its already at the last version. So what's going on here? Is this a hacking attempt?

Info from Software Updater

**Steam**
Technical description
Package: steam-launcher
Steam is a software distribution service with an online store, automated installation, automatic updates, achievements, SteamCloud synchronized savegame and screenshot functionality, and many social features.

Changes for steam-launcher versions:
Installed version: 1:1.0.0.85
Available version: 1:1.0.0.87

This update does not come from a source that supports changelogs.

**Steam libraries metapackage**
Technical description
Package: steam-libs-amd64
This metapackage depends on the amd64 libraries required by steam-launcher.

Changes for steam-libs-amd64 versions:
Installed version: 1:1.0.0.85
Available version: 1:1.0.0.87

This update does not come from a source that supports changelogs.

**Steam libraries metapackage**
Technical description
Package: steam-libs-i386:i386
This metapackage depends on the i386 libraries required by steam-launcher.

Changes for steam-libs-i386:i386 versions:
Installed version: 1:1.0.0.85
Available version: 1:1.0.0.87

This update does not come from a source that supports changelogs.

My Steam apps

Steam version 1782866176
Steam Client Build date: Wed, Jun 24, 2026 7:24 PM UTC -08:00
Steam Web Build Date: Thu, June 25, 2026 8:15 PM UT C -08:00
Steam API Version: SteamClient023
Connect Digital8 Camcorder to Linux PC https://askubuntu.com/questions/1568331/connect-digital8-camcorder-to-linux-pc

I am trying to connect a Sony DCR-TRV120 Digital8 camcorder (from ~2000) via its FireWire iLink DV In/Out interface to an Ubuntu PC to transfer old Digital8 / video Hi8 tape recorded video to my PC. I am receiving an Error: no camera exits message with each dvgrab attempt. I have be following several of the Ask Ubuntu Q&As, but have not been successful.

Here is some information on my setup:

  • Sony DCR-TRV120 Digital8 camcorder, using digital tape
  • Intel based desktop PC
  • IEEE-1394 PCI (plug-in) card (Installed after Linux installation)
  • Cable connections: FireWire 400 4-pin into camcorder; FireWire 400 6-pin into IEEE-1394 PCI card, installed in PC
  • Ubuntu 24.04.4 LTS

Results of lspci | grep -E -i "firewire":

03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 \[Fire II(M)\] IEEE 1394 OHCI Controller (rev 80)

Results of lsmod | grep firewire:

firewire_ohci          65536  0
firewire_core         229376  1 firewire_ohci
crc_itu_t              12288  1 firewire_core

Results of sudo dvgrab -i card=0:

  • NOTE: Tried card 0 & card 1
rom1394_0 warning: read failed: 0x0000fffff0000414
error reading config rom directory for node 0
Error: no camera exists

EDIT:

Number 1 command from the comments result:

[ 734.215574] firewire_core 0000:03:00.0: giving up on node ffc0: reading config rom failed: bus reset 
[ 734.343983] firewire_core 0000:03:00.0: rediscovered device fw0 
[ 734.344000] firewire_core 0000:03:00.0: phy config: new root=ffc1, gap_count=5 
[ 734.344507] firewire_ohci 0000:03:00.0: node ID not valid, new bus reset in progress – 

Number 2 command from the comments result started with the following and repeated:

[ 734.215574] firewire_core 0000:03:00.0: giving up on node ffc0: reading config rom failed: bus reset 
[ 734.343983] firewire_core 0000:03:00.0: rediscovered device fw0 
[ 734.344000] firewire_core 0000:03:00.0: phy config: new root=ffc1, gap_count=5 
[ 734.344507] firewire_ohci 0000:03:00.0: node ID not valid, new bus reset in progress 
[ 734.345439] firewire_ohci 0000:03:00.0: node ID not valid, new bus reset in progress 
[ 734.847984] firewire_core 0000:03:00.0: rediscovered device fw0 – 
Text-To-Speech for a Writer? https://askubuntu.com/questions/1566434/text-to-speech-for-a-writer

I'm on Ubuntu 24.04, I have installed rhvoice and speech-dispatcher, and this works fine from the command line.

My use case is that, as a writer, I want to be able to get the machine to read my text aloud to help check it. I used to use an online service but it's really expensive. I don't need Orca because I am not visually impaired and it would be overkill.

I write with Scrivener on WINE, so that's not going to integrate easily. I have tried getting LibreOffice to talk using the Read-Text extension but that's not working either (I have queried that on the LO forums because it's doing something truly weird).

My ideal would be being able to slap the text (a chapter at a time) into a text editor (for example) and have it read back (pausing would be great but a paragraph at a time would be acceptable).

So does anyone have any idea what I could use? Am I going the wrong way using speech-dispatcher even though standard APIs are good, right?

The speech output doesn't need to sound natural, in some ways it's better if it isn't for my purposes.

I'm having trouble installing the Minecraft.deb file on Ubuntu25.10 and all distributions based on this version I'm getting a libgdk-pixbuf-2.0 error https://askubuntu.com/questions/1560741/im-having-trouble-installing-the-minecraft-deb-file-on-ubuntu25-10-and-all-dist

EN:My operating system: Ubuntu 25.10

The error message I received while installing the Minecraft.deb file:

The following packages have unmet dependencies:
  minecraft-launcher: Bağımlılıklar: libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not installable

Please help.

TR:

İşletim sistemim:Ubuntu 25.10

Minecraft.deb dosyasını yüklerken aldığım hata mesajım :

The following packages have unmet dependencies:
  minecraft-launcher: Bağımlılıklar: libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not installable

lütfen yardımcı olun. UPDATE:Now I use Kubuntu 25.10

Force Git to use customized .vimrc https://askubuntu.com/questions/1524070/force-git-to-use-customized-vimrc

After putting core.editor=vim to git's config is there a way to force git to launch vim with .vimrc other than $HOME/.vimrc? I mean I would like to have different settings for my day-to-day vim (which is $HOME/.vimrc) and other one for git tasks.

One can create aliases for all git commands (like git commit, git difftool) invoking vim. These aliases would, for example, launch external bash script that prepares everything, but it's not the way I would like to go for. Something I have in mind is:

  • Putting path to custom vimrc into ~/.gitconfig
  • Setting some variable similar to SSH OPTIONS

Is there something like that?

vscode keeps crashing with "clean-exit" and code 0 https://askubuntu.com/questions/1489744/vscode-keeps-crashing-with-clean-exit-and-code-0

I just got the error message "The window terminated unexpectedly (reason: 'clean-exit', code:'0')" while working in vs code. I had launched an app at this point in the integrated terminal, but apart from that did not do anything off.

I now am not able to start vscode anymore as even after uninstalling and reinstalling I keep getting the mentioned error.
OS: Ubuntu Mate

Is there any way of deleting the apparently saved session data without losing all my other configurations? Thanks in advance.

Pin messages to stay always on top with Thunderbird https://askubuntu.com/questions/1410513/pin-messages-to-stay-always-on-top-with-thunderbird

How can I make Thunderbird to pin selected emails to stay always on top?
I can't find this feature in Thunderbird, there is a pin icon but it looks like it only "keeps the filtering when changing folders", whose function is not too clear to me. Also, suggestions on this (and possibly other) add-ons are welcome.

CopyQ global shortcut not working on Ubuntu 21.04 https://askubuntu.com/questions/1344833/copyq-global-shortcut-not-working-on-ubuntu-21-04

CopyQ clipboard manager global shortcut to show/hide main window does not work on Ubuntu 21.04 (doesn't work under Wayland windows manager)

Nouveau blacklisted but loaded https://askubuntu.com/questions/1043638/nouveau-blacklisted-but-loaded

Hi I am trying to use Ubuntu-Prime for ubuntu 18 on an asus laptop with 2 GPU (intel & nvidia).

I found the power consumption of the computer to be way too high when I reboot with only the intel GPU (using prime-select intel or using nvidia-settings).

I found that the nouveau driver was loaded despite normally not used:

$ gpu-manager | grep nouveau
Is nouveau loaded? yes
Is nouveau blacklisted? yes
Skipping "/dev/dri/card1", driven by "nouveau"
Skipping "/dev/dri/card1", driven by "nouveau"
Found "/dev/dri/card1", driven by "nouveau"
Skipping "/dev/dri/card1", driven by "nouveau"

I tried to blacklist it and also have a kernel startup option to prevent nouveau from being loaded yet it still loads. This seems very un-linuxy to me.

How to convert vmdk to bootable Disk or usb https://askubuntu.com/questions/895152/how-to-convert-vmdk-to-bootable-disk-or-usb

I have Mac os 10.12 in vmdk format and used it by VirtualBox on ubuntu.

How to can i convert this vmdk file to bootable Disk or Usb for installing mac os?

Force VESA driver in Ubuntu 16.10 https://askubuntu.com/questions/849481/force-vesa-driver-in-ubuntu-16-10

My Ubuntu 16.10 uses i915 driver. For some reasons I have troubles with it. So I want to force X to use VESA.

I tried:

  1. blacklist i915 in /etc/modprobe.d/blacklist.conf. Then sudo update-initramfs -u. Doesn't work.

  2. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=i915" in /etc/default/grub. Then update-grub2. Doesn't work

  3. Added new file 20-foo.conf in /usr/etc/X11/xorg.conf.d with content:

    Section "Device"
        Identifier      "Configured Video Device"
        Driver          "vesa"
    EndSection
    

Doesn't work.

Guys, how on the Earth one could make an OS that requires such an effort just to switch video driver? Maybe I'm doing something wrong?

Any macro recorder programs availiable? https://askubuntu.com/questions/752325/any-macro-recorder-programs-availiable

Is there any macro recorders for ubuntu? I want a program that i could assign a key to do a recorded mouse movement and keyboard typing. Thanks

Ethernet connection is not showing in my ubuntu 14.04 https://askubuntu.com/questions/553605/ethernet-connection-is-not-showing-in-my-ubuntu-14-04

These are outputs of some useful commands:- May it helps...

1.-> ifconfig output-->

      lo        Link encap:Local Loopback  
      inet addr:127.0.0.1  Mask:255.0.0.0
      inet6 addr: ::1/128 Scope:Host
      UP LOOPBACK RUNNING  MTU:65536  Metric:1
      RX packets:9262 errors:0 dropped:0 overruns:0 frame:0
      TX packets:9262 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:0 
      RX bytes:845156 (845.1 KB)  TX bytes:845156 (845.1 KB)

      wlan0     Link encap:Ethernet  HWaddr e0:ca:94:3e:ec:ef  
      inet addr:192.168.43.229  Bcast:192.168.43.255  Mask:255.255.255.0
      inet6 addr: fe80::e2ca:94ff:fe3e:ecef/64 Scope:Link
      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
      RX packets:223666 errors:0 dropped:0 overruns:0 frame:217706
      TX packets:180946 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000 
      RX bytes:243037937 (243.0 MB)  TX bytes:16583971 (16.5 MB)
      Interrupt:16 
      (2).  cat /etc/nework/interfaces :->
      output--> # interfaces(5) file used by ifup(8) and ifdown(8)
      auto lo
      iface lo inet loopback

      (3). ifup eth0 :->
      output-->  Ignoring unknown interface eth0=eth0.

      (4) lspci -nn :->
      output--> 
       00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation CoreProcessor    
       Family DRAM Controller [8086:0104] (rev 09) 
       00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd   Generation      

     C ore Processor Family Integrated Graphics Controller [8086:0116] (rev 09)

     00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
     00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
     00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
     00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b4)
     00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 04)
     00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 04)
     00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 04)
     00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 04)
    01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)

that it..

libEGL warning: DRI2: failed to authenticate https://askubuntu.com/questions/511076/libegl-warning-dri2-failed-to-authenticate

Trying to run a game & the game opens the closes right away & in the terminal it says "libEGL warning: DRI2: failed to authenticate"

I have searched for weeks trying to fix the problem. All I found is

  1. Ubuntu has a bug that has not been fixed yet?
  2. Nvidia drivers do not have DRI2 Support?

Anyone know how to fix this, Its driving me nuts. I have tried Nouveau drivers and I get even more libEGL warning errors

I am running Ubuntu 14.04

How to sort by row from terminal https://askubuntu.com/questions/447420/how-to-sort-by-row-from-terminal

I was looking at this question and I wondered if the following could be done from terminal. I did it in python, just want to see if it could be done from terminal, bash scripting or whatever.

Suppose I have a file that looks like so:

2,4,5,14,9
40,3,5,10,1

could it be sorted like so, by rows (lines)

2,4,5,9,14
1,3,5,10,40

or is it too complicated? I did it using python, I just want to know if it could be done so next time I might not use python. What I have done, is creating lists and sorting them.