This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TUSB3410: Still got FW load fail after enable drive.

Part Number: TUSB3410

Hello,

I used linux 4.18 and already enabled ti_usb_3410_5052 dirver.

But I still got error dmesg "Direct firmware load for ti_usb-v0451-p3410.fw failed with error -2" when pluged micro usb to USB port.

Config and fail log like attach file.

Linux version confirm:
#uname -a
Linux localhost.localdomain 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
#cat /proc/version
Linux version 4.18.0-193.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Fri May 8 10:59:10 UTC 2020

driver confirm:
#lsmod |grep -i usb
ti_usb_3410_5052       32768  0
usbnet                 49152  1 cdc_ether
mii                    16384  1 usbnet
usb_storage            73728  2 uas

Error dmesg after plug micro USB to USB.
#dmesg
2oj4[22379.280681] usb 1-2: new full-speed USB device number 17 using xhci_hcd
[22379.429139] usb 1-2: New USB device found, idVendor=0451, idProduct=3410, bcdDevice= 1.00
[22379.429144] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[22379.429147] usb 1-2: Product: TUSB3410 Boot Device
[22379.429149] usb 1-2: Manufacturer: Texas Instruments
[22379.429151] usb 1-2: SerialNumber: TUSB3410        
[22379.432705] ti_usb_3410_5052 1-2:1.0: TI USB 3410 1 port adapter converter detected
[22379.433070] usb 1-2: Direct firmware load for ti_usb-v0451-p3410.fw failed with error -2
[22380.019290] usb 1-2: reset full-speed USB device number 17 using xhci_hcd
[22380.151914] usb 1-2: device firmware changed
[22380.152082] usb 1-2: USB disconnect, device number 17
[22380.266650] usb 1-2: new full-speed USB device number 18 using xhci_hcd
[22380.441195] usb 1-2: New USB device found, idVendor=0451, idProduct=3410, bcdDevice= 1.00
[22380.441200] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[22380.441203] usb 1-2: Product: TUSB3410 Boot Device
[22380.441205] usb 1-2: Manufacturer: Texas Instruments
[22380.441208] usb 1-2: SerialNumber: TUSB3410        
[22380.444113] ti_usb_3410_5052 1-2:1.0: TI USB 3410 1 port adapter converter detected
[22380.448216] ti_usb_3410_5052 1-2:2.0: TI USB 3410 1 port adapter converter detected
[22380.448740] usb 1-2: TI USB 3410 1 port adapter converter now attached to ttyUSB0
[22394.322627] sr 14:0:0:0: [sr0] CDROM not ready.  Make sure there is a disc in the drive.
[22394.327675] sr 14:0:0:0: [sr0] CDROM not ready.  Make sure there is a disc in the drive.
[22394.334265] sr 14:0:0:1: [sr1] CDROM not ready.  Make sure there is a disc in the drive.
[22394.340303] sr 14:0:0:1: [sr1] CDROM not ready.  Make sure there is a disc in the drive.

Could someone help me to this problem?

Thank you so much.