Hello having issues running both repeaters for some reason it is telling me that Device usb27103 currently not active what does this mean? its all plugged in was working then all the suddenly stopped working randomly is it not detecting the device number correctly with the URI? I am running 2 Cm200 on vhf for this repeater and node 29925 is running flawlessly with out any issues with 2 Cm200 on UHF
/sys/bus/pci/drivers/ehci_hcd
or xhci_hcd doesn't exist in my directory path. So, I did a
'lsusb' and came up with:
[root@W5OMR /sys/bus/usb/drivers/usbfs]# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 005 Device 003: ID 0d8c:013a C-Media Electronics, Inc.
Bus 005 Device 002: ID 0d8c:013a C-Media Electronics, Inc.
Bus 002 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120 for
Business
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
echo -n "0000:00:xx.y" > unbind
Remember to enable them back:
echo -n "0000:00:xx.y" > bind
where instead of xx.y you fill in the correct set of numbers to use the IDs discovered above.
This procedure is the same for all RHEL-like distributions (Red
Hat Enterprise, CentOS, Fedora).