I've tried to install XTRX with PCI-e adapter on Ubuntu18.04 and Ubuntu20.04. but I've got errors during driver installation.
sudo modprobe xtrx
fails with "modprobe: ERROR: could not insert 'xtrx': Device or resource busy".
results of dmesg:
xtrx: Unable to initialize UART driver: -16
Host system is Ubuntu 18.04
uname -a : Linux test 5.4.0-70-generic #78~18.04.1-Ubuntu SMP Sat Mar 20 14:10:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux.
Tried to build driver manually, and recieving the same error after sudo insmod xtrx.ko.
Then I've tried to remove UART checking in static int __init xtrx_init(void) and rebuild again but no PCI device is shown after
sudo lspci -v -d 10ee: command so I suppose, that driver hasn't been installed.
I've tried to install XTRX with PCI-e adapter on Ubuntu18.04 and Ubuntu20.04. but I've got errors during driver installation.
sudo modprobe xtrxfails with
"modprobe: ERROR: could not insert 'xtrx': Device or resource busy".results of dmesg:
xtrx: Unable to initialize UART driver: -16Host system is Ubuntu 18.04
uname -a : Linux test 5.4.0-70-generic #78~18.04.1-Ubuntu SMP Sat Mar 20 14:10:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux.
Tried to build driver manually, and recieving the same error after sudo insmod xtrx.ko.
Then I've tried to remove UART checking in static int __init xtrx_init(void) and rebuild again but no PCI device is shown after
sudo lspci -v -d 10ee:command so I suppose, that driver hasn't been installed.