For anyone else who's tired of waiting for this to be fixed, here's what I did to get it working on Ubuntu 24.04.2 (Kernel 6.11.0-26-generic):
First to note is that this issue is already resolved in the Github repo: https://github.com/myriadrf/xtrx_linux_pcie_drv Second to note is that I had already purged xtrx-dkms along with gqrx- sdr. Here are my steps (CLI as root): 1. sudo apt install xtrx-dkms NOTE: Install Fails 2. cd /usr/src 3. git clone https://github.com/myriadrf/xtrx_linux_pcie_drv.git 4. cd xtrx-0.0.1+git20190320.5ae3a3e-3.2ubuntu2 5. mv xtrx.c ../ 6. cp ../xtrx_linux_pcie_drv/xtrx.c . 7. sudo apt dist-upgrade NOTE: Install Succeeds Now you can install gqrx-sdr and use it on Kernel 6.11.x... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2098021 Title: xtrx-dkms fails to build on kernel 6.11.x To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xtrx-dkms/+bug/2098021/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
