Thank you so much for your time and suggestions.
I needed some time to work through everything.
I double-checked the installed kernel. Yes, it is the latest. Qubed did not allow me to update it
sudo qubes-dom0-update kernel-latest
Using sys-firewall as UpdateVM to download updates for Dom0; this may take some time...
Qubes OS Repository for Dom0 2.9MB/s | 3.0kB 00:00
Package kernel-latest-1000:6.1.12-1.qubes.fc32.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
qubes-prefs
check_updates_vm D True
clockvm - sys-net
default_audiovm D dom0
default_dispvm - fedora-37-dvm
default_guivm D dom0
default_kernel - 6.1.12-1.fc32
default_netvm - sys-firewall
default_pool - vm-pool
default_pool_kernel - linux-kernel
default_pool_private D vm-pool
default_pool_root D vm-pool
default_pool_volatile D vm-pool
default_qrexec_timeout D 60
default_shutdown_timeout D 60
default_template - fedora-37
management_dispvm - default-mgmt-dvm
stats_interval D 3
updatevm - sys-firewall
I applied the GRUB-Config and added the SMBus to sys-usb
again.
nano /etc/default/grub
RUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=false
GRUB_TERMINAL_OUTPUT="gfxterm"
GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-0c65cb5e-d2d0-474f-af0e-89c65050b234 rd.l>
GRUB_DISABLE_RECOVERY="true"
GRUB_THEME="/boot/grub2/themes/qubes/theme.txt"
GRUB_CMDLINE_XEN_DEFAULT="console=none dom0_mem=min:1024M dom0_mem=max:4096M uc>
GRUB_DISABLE_OS_PROBER="true"
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX rd.qubes.hide_all_usb i8042.reset i8042>
GRUB_CMDLINE_LINUX_DEFAULT="psmouse.proto=bare"
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
vm-pci attach --option no-strict-reset=true --option permissive=true --persistent sys-usb dom0:00_14.0
Furthermore, I investigated the disabled keyboard. It seems like it is just a part of my USB mouse⦠There is also no other device in the list, which I could imagine as my trackpad.
sudo xinput
ā” Virtual core pointer id=2 [master pointer (3)]
ā ā³ Virtual core XTEST pointer id=4 [slave pointer (2)]
ā ā³ sys-usb: XiaoMi Mi Wireless Mouse id=11 [slave pointer (2)]
ā ā³ sys-usb: XiaoMi Mi Wireless Mouse Consumer Control id=13 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
ā³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
ā³ Power Button id=6 [slave keyboard (3)]
ā³ Video Bus id=7 [slave keyboard (3)]
ā³ Power Button id=8 [slave keyboard (3)]
ā³ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
ā³ HP WMI hotkeys id=10 [slave keyboard (3)]
ā³ sys-usb: XiaoMi Mi Wireless Mouse System Control id=12 [slave keyboard (3)]
ā³ sys-usb: XiaoMi Mi Wireless Mouse Consumer Control id=14 [slave keyboard (3)]
sudo libinput list-devices
Device: Power Button
Kernel: /dev/input/event2
Group: 1
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: Video Bus
Kernel: /dev/input/event4
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: Power Button
Kernel: /dev/input/event0
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: Lid Switch
Kernel: /dev/input/event1
Group: 4
Seat: seat0, default
Capabilities: switch
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: AT Translated Set 2 keyboard
Kernel: /dev/input/event3
Group: 5
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: HP WMI hotkeys
Kernel: /dev/input/event10
Group: 6
Seat: seat0, default
Capabilities: keyboard switch
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: sys-usb: XiaoMi Mi Wireless Mouse
Kernel: /dev/input/event11
Group: 7
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a
Device: sys-usb: XiaoMi Mi Wireless Mouse System Control
Kernel: /dev/input/event12
Group: 8
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
Device: sys-usb: XiaoMi Mi Wireless Mouse Consumer Control
Kernel: /dev/input/event13
Group: 9
Seat: seat0, default
Capabilities: keyboard pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: disabled
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Rotation: n/a
# with qubes.InputKeyboard containing ys-usb dom0 ask,user=root,default_target=dom0
I also tried the psmouse/description
command whose result looks like yours. I tried to update some drivers, too.
cat /sys/module/psmouse/drivers/serio\:psmouse/description
PS/2 mouse driver
sudo qubes-dom0-update xorg-x11-drv-synaptics-devel
I am not entirely sure, but I used Ubuntu 22.04.2 LTS
to get the hwinfo
results whose kernel version should be (based on a quick internet search) Linux 5.19. But the trackpad also worked with an installation of Fedora 37
using the kernel version 6.0.
Moreover, today I upgraded dom0 from 2001:4.14.5-19.fc32
to 2001:4.14.5-20.fc32`, but still nothing to report.
Until now I did not validate the BIOS ācause I trusted HP with shipping devices with a current version and I wanted to avoid using Windows on the device again (HP-Laptopsā BIOSs can only be upgraded via a Windows tool). I upgraded from BIOS version F.08
to the current F.11
and upgraded the touchscreen firmware on the fly. Nevertheless, no effect.
While using Windows 2 Go to update the BIOS I recognized, that the deviceās speakers were not working, too. I am going to back up my Qubes now, then I will install Windows directly onto the device to validate, that the audio is working at all. Otherwise, there might be something internally broken and I have to return it. After I figured out if the speakers are working, I will test the latest dev build or just a fresh installation.
I will keep you updated. Thank you again for checking my logs and trying to help! I really appreciate your help.