USB/Yaesu 991A Troubles

Hello, I have a Raspberry Pi 5 8GB running Virtualhere and I am having trouble with the USB devices not working.  I have my Pi connected directly to my Yaesu 991A radio with USB, and I am attempting to run WSJT-X on my laptop and use Virtualhere to access the radio connected to the Pi over my home network.  At first it worked well, however it slowly started to have more and more issues.  As of now, I can receive radio activity, and it seems to activate the transmit on the radio, but will not put out a signal, so nobody ever hears me.  When it stops working, I get these errors every time it tries to transmit through the radio.  I have already disabled USB current limit, and have also tried an externally powered USB hub.  I have also tried it with the ethernet hardwired, as well as wirelessly.  As far as I can tell, my laptop/radio/Pi settings are all as they were when it was functioning properly. 

 I am puzzled because it worked well for weeks, then stopped.  Does anyone have any ideas?  Thanks.  

Server version on Pi is 4.6.9

 

 

 virtualhere.service - VirtualHere Server
    Loaded: loaded (/etc/systemd/system/virtualhere.service; enabled; preset: enabled)
    Active: active (running) since Sat 2024-12-28 12:11:42 PST; 8min ago
   Process: 944 ExecStart=/usr/local/sbin/vhusbdarm64 -b -c /usr/local/etc/virtualhere/config.ini (code=exited, status=0/SUCCESS)
  Main PID: 950 (vhusbdarm64)
     Tasks: 26 (limit: 9554)
       CPU: 2.451s
    CGroup: /system.slice/virtualhere.service
            └─950 /usr/local/sbin/vhusbdarm64 -b -c /usr/local/etc/virtualhere/config.ini

Dec 28 12:11:42 raspberrypi vhusbdarm64[950]: Found Full speed device [08bb:29b3] "Burr-Brown from TI              , USB Audio CODEC " at address 312
Dec 28 12:11:42 raspberrypi vhusbdarm64[950]: Found Low speed device [046d:c077] "Logitech, USB Optical Mouse" at address 11
Dec 28 12:11:42 raspberrypi vhusbdarm64[950]: Found Full speed device [10c4:ea70] "Silicon Labs, CP2105 Dual USB to UART Bridge Controller" at address 311
Dec 28 12:11:42 raspberrypi vhusbdarm64[950]: Warning, could not open device product file /sys/bus/usb/devices/3-1/product, error 2 (No such file or directory)
Dec 28 12:11:42 raspberrypi vhusbdarm64[950]: Found High speed device [0424:2512] "0x0424, 0x2512" at address 31
Dec 28 12:11:53 raspberrypi vhusbdarm64[950]: 192.168.1.233 connected as connection 1 (Standard TCP)
Dec 28 12:11:54 raspberrypi vhusbdarm64[950]: Device 312 [08bb:29b3] BOUND to connection 1
Dec 28 12:11:54 raspberrypi vhusbdarm64[950]: Device 311 [10c4:ea70] BOUND to connection 1
Dec 28 12:15:36 raspberrypi vhusbdarm64[950]: Error 22 discarding urb 0x7fff9f7f0c40 for device /sys/devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-1/3-1.2, Invalid argument (abort end>
Dec 28 12:15:42 raspberrypi vhusbdarm64[950]: Error 22 discarding urb 0x7fff9f7f2920 for device /sys/devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-1/3-1.2, Invalid argument (abort end>
~
~
 

#2

Thats weird, if nothing changes and it gets worse. 

It almost seems it might be a bug in the raspberry kernel firmware. Can you update the raspberry kernel:

sudo apt update;sudo apt upgrade;sudo reboot

see if that helps.