ラズベリーパイ4はUPSからのUSB信号を検出できません

ラズベリーパイ4はUPSからのUSB信号を検出できません

付属のUSBケーブルを使ってVultech UPS1050VA-PROを新しいRaspberry Pi 4に接続しようとしていますが、lsusb出力に表示されません(Raspberry Pi 4のUSB 2.0ポートと3.0ポートの両方に接続してみました)。また、USBサムドライブを接続するすべてのUSBポートをテストしましたが、すべて正常に動作しています。代わりに、UPSケーブルを古いRaspberry Pi 2に接続しようとすると、lsusbはそれを正常に検出できます(以下を参照)。

どこが間違っていたのでしょうか?よろしくお願いします

Raspbian Buster を使用した Raspberry Pi 4 のテストからの情報

$ sudo lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ # no change when connecting the usb cable

$ uname -a
Linux rpi4 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux

/var/log/messagesにそのUSBケーブルに関連するエントリがありません

=============== ================ =============== ==================

Raspbian Jessie を使用した Raspberry Pi 2 のテストからの情報

$ echo before connecting UPS usb cable ; sudo lsusb
before connecting UPS usb cable
Bus 001 Device 004: ID 1058:1003 Western Digital Technologies, Inc. Elements 1000 GB
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
$ echo after connecting UPS usb cable ; sudo lsusb
after connecting UPS usb cable
Bus 001 Device 006: ID 0925:1234 Lakeview Research 
Bus 001 Device 004: ID 1058:1003 Western Digital Technologies, Inc. Elements 1000 GB
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ 
$ uname -a
Linux myrpi2 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux

USBケーブルが接続されたときの/var/log/messagesのエントリ

Nov  3 01:27:55 myrpi2 kernel: [210930.891008] usb 1-1.5: new low-speed USB device number 6 using dwc_otg
Nov  3 01:27:56 myrpi2 kernel: [210931.038954] usb 1-1.5: New USB device found, idVendor=0925, idProduct=1234
Nov  3 01:27:56 myrpi2 kernel: [210931.038974] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov  3 01:27:56 myrpi2 kernel: [210931.038985] usb 1-1.5: Product: UPS USB MON V1.4
Nov  3 01:27:56 myrpi2 kernel: [210931.038995] usb 1-1.5: Manufacturer: Љ
Nov  3 01:27:56 myrpi2 kernel: [210931.055863] hid-generic 0003:0925:1234.0002: hiddev0,hidraw0: USB HID v1.00 Device [Љ UPS USB MON V1.4] on usb-3f980000.usb-1.5/input0
Nov  3 01:28:27 myrpi2 kernel: [210962.083218] usb 1-1.5: USB disconnect, device number 6

関連情報