Comment 4 for bug 2045039

Revision history for this message
xtrx-fix (xtrx-fix) wrote :

Could you rebuild the package? The fix is now upstream in github included and all merged.

Manual build using this is also working fine

sudo apt install dkms gcc-12 g++-12
git clone https://github.com/myriadrf/xtrx_linux_pcie_drv.git xtrx-0.0.1-2
cd xtrx-0.0.1-2
sudo cp -R . /usr/src/xtrx-0.0.1-2
sudo dkms add -m xtrx -v 0.0.1-2
sudo dkms build -m xtrx -v 0.0.1-2
sudo dkms install -m xtrx -v 0.0.1-2
sudo modprobe xtrx
sudo cp 50-xtrx.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger