Description of the issue (screenshots if relevant):
I used dnfdragora to install gcdemu, but the required kernel module doesn’t seem to built after reboot
$ cdemu-daemon
Starting CDEmu daemon with following parameters:
- config file: (null) (exists: 0)
- num devices: 1
- control device: /dev/vhba_ctl
- audio driver: null
- bus type: session
- default CDEmu debug mask: 0x0
- default libMirage debug mask: 0x0
Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)cdemu0: Kernel I/O: failed to open control device /dev/vhba_ctl: No such file or directory!
cdemu: Daemon: failed to start device #0!
cdemu: Daemon: failed to create device!
Daemon initialization and start failed!
$ sudo modprobe dkms-vhba
modprobe: FATAL: Module dkms-vhba not found in directory /lib/modules/6.14.0-desktop-0.rc3.1omv2590
$ sudo modprobe vhba
modprobe: FATAL: Module vhba not found in directory /lib/modules/6.14.0-desktop-0.rc3.1omv2590
$ sudo dnf install dkms-vhba
Last metadata expiration check: 21:29:26 ago on Sun 02 Mar 2025 04:12:04 PM PST.
Package dkms-vhba-20240917-1.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
The problem was that vhba does not yet officially support the new 6.14rc kernel.
I added a patch from upstream and as soon as the updated version of vhba ( 20240917-3) appears in the rolling repository you will be able to install it