Hello,
I bought this PCIe Card to add 4 USB 3.0 ports:
It is compatible with linux (Linux kernel 2.6 and higher) and I’ve tried it with Ubuntu 20.04 and Ubuntu 18.04. It works perfectly. I can see my USB key for example.
But in HiveOS, it doesn’t work. The GPU is not seen, it’s totally invisible. (Yes I plugged the SATA power cable)
The command “cat /proc/version” gives me:
Linux version 5.4.0-hiveos (root@hiveos-dev-krnl) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #108.hiveos.210325 SMP Thu Mar 25 04:39:49 UTC 2021
So it is supposed to work, right ?
What can I do ? Is there specific driver to install ? Anything to try on my shell box on HiveOS ?
Command " grep -i xhci /boot/config-$(uname -r)" gives
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_XHCI_PLATFORM=mCONFIG_USB_ROLES_INTEL_XHCI is not set
And command “lspci -v | grep xhci” returns
Kernel driver in use: xhci_hcd
Otherwise, I will just return the product…
Thanks !