linux icon indicating copy to clipboard operation
linux copied to clipboard

WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

Open ramana07 opened this issue 5 years ago • 7 comments
trafficstars

Describe the bug I am getting WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 constantly after running some time

To reproduce

Expected behaviour To work normal

Actual behaviour Add a clear and concise description of what actually happened.

System Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:

  • Which model of Raspberry Pi? Pi3B
  • Which OS and version (cat /etc/rpi-issue)
  Raspberry Pi reference 2019-04-08
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, e910bf55ac92e27c6e77043e8995bcb5e0a2d742, stage5
  • Which firmware version (vcgencmd version)
Aug 15 2019 12:06:42 
Copyright (c) 2012 Broadcom
version 0e6daa5106dd4164474616408e0dc24f997ffcf3 (clean) (release) (start)

  • Which kernel version (uname -a)? Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux Logs If applicable, add the relevant output from dmesg or similar. Feb 15 06:51:12 raspberrypi kernel: [ 257.693243] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693243] Feb 15 06:51:12 raspberrypi kernel: [ 257.693277] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693277] Feb 15 06:51:12 raspberrypi kernel: [ 257.693310] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693310] Feb 15 06:51:12 raspberrypi kernel: [ 257.693341] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693341] Feb 15 06:51:12 raspberrypi kernel: [ 257.693372] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693372] Feb 15 06:51:12 raspberrypi kernel: [ 257.693404] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693404] Feb 15 06:51:12 raspberrypi kernel: [ 257.693435] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693435] Feb 15 06:51:12 raspberrypi kernel: [ 257.693467] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002 Feb 15 06:51:12 raspberrypi kernel: [ 257.693467] Additional context i am using Rpi along with sixfab 3g/4g base sheild and Xbee and in other system with same setup we are not getting any problem like this

ramana07 avatar Feb 15 '20 16:02 ramana07

What is the full output of sudo lsusb -v What is the output of dmesg prior to the error occurring?

P33M avatar Feb 15 '20 18:02 P33M

output of sudo lsusb -v

Bus 001 Device 006: ID 2c7c:0125 Quectel Wireless Solutions Co., Ltd. EC25 LTE modem
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x2c7c Quectel Wireless Solutions Co., Ltd.
  idProduct          0x0125 EC25 LTE modem
  bcdDevice            3.18
  iManufacturer           1 Android
  iProduct                2 Android
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          209
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 00
      ** UNRECOGNIZED:  04 24 02 02
      ** UNRECOGNIZED:  05 24 06 00 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000a  1x 10 bytes
        bInterval               9
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 00
      ** UNRECOGNIZED:  04 24 02 02
      ** UNRECOGNIZED:  05 24 06 00 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000a  1x 10 bytes
        bInterval               9
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 00
      ** UNRECOGNIZED:  04 24 02 02
      ** UNRECOGNIZED:  05 24 06 00 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x87  EP 7 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000a  1x 10 bytes
        bInterval               9
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x86  EP 6 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        4
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x89  EP 9 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               9
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x88  EP 8 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x0403 Future Technology Devices International, Ltd
  idProduct          0x6001 FT232 Serial (UART) IC
  bcdDevice            6.00
  iManufacturer           1 FTDI
  iProduct                2 FT232R USB UART
  iSerial                 3 00000000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               90mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 FT232R USB UART
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0 
  bDeviceProtocol         1 
  bMaxPacketSize0        64
  idVendor           0x0424 Standard Microsystems Corp.
  idProduct          0xec00 SMSC9512/9514 Fast Ethernet Adapter
  bcdDevice            2.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol    255 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               4
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0 
  bDeviceProtocol         1 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         2 TT per port
  bMaxPacketSize0        64
  idVendor           0x0424 Standard Microsystems Corp.
  idProduct          0x9514 SMC9514 Hub
  bcdDevice            2.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      1 Single TT
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      2 TT per port
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             5
  wHubCharacteristic 0x000d
    Per-port power switching
    Compound device
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      1 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0103 power enable connect
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0503 highspeed power enable connect
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            4.19
  iManufacturer           3 Linux 4.19.66-v7+ dwc_otg_hcd
  iProduct                2 DWC OTG Controller
  iSerial                 1 3f980000.usb
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0008
    Ganged power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
Device Status:     0x0001
  Self Powered

Output of dmesg


[ 2583.346084] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346103] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346122] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346145] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346168] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346189] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346211] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346232] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346253] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346279] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346302] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346323] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346347] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346373] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346398] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346418] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ 2583.346424] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346445] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346462] ftdi_sio 1-1.2:1.0: device disconnected
[ 2583.346466] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346487] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346505] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346525] WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=4 ep=0 fsm=6, hcint=0x00000002

[ 2583.346691] usb-serial ttyUSB0: failed to get modem status: -108
[ 2583.347735] usb 1-1.5: USB disconnect, device number 6
[ 2583.348361] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 2583.348424] option 1-1.5:1.0: device disconnected
[ 2583.348854] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[ 2583.348904] option 1-1.5:1.1: device disconnected
[ 2583.355397] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[ 2583.355449] option 1-1.5:1.2: device disconnected
[ 2583.356096] option1 ttyUSB4: GSM modem (1-port) converter now disconnected from ttyUSB4
[ 2583.356159] option 1-1.5:1.3: device disconnected
[ 2583.357388] qmi_wwan 1-1.5:1.4 wwan0: unregister 'qmi_wwan' usb-3f980000.usb-1.5, WWAN/QMI device
[ 2583.662751] Indeed it is in host mode hprt0 = 00001501
[ 2583.872715] usb 1-1: new high-speed USB device number 7 using dwc_otg
[ 2583.872804] Indeed it is in host mode hprt0 = 00001101
[ 2584.112868] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[ 2584.112877] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2584.113282] hub 1-1:1.0: USB hub found
[ 2584.113334] hub 1-1:1.0: 5 ports detected
[ 2584.432724] usb 1-1.1: new high-speed USB device number 8 using dwc_otg
[ 2584.572963] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 2584.572973] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2584.580713] smsc95xx v1.0.6
[ 2584.666555] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8e:30:e6
[ 2584.772755] usb 1-1.2: new full-speed USB device number 9 using dwc_otg
[ 2584.864234] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 2584.864576] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2585.233948] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[ 2585.233956] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2585.233961] usb 1-1.2: Product: FT232R USB UART
[ 2585.233966] usb 1-1.2: Manufacturer: FTDI
[ 2585.233971] usb 1-1.2: SerialNumber: 00000000
[ 2585.281850] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
[ 2585.281950] usb 1-1.2: Detected FT232RL
[ 2585.285215] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB1
[ 2585.382731] usb 1-1.5: new full-speed USB device number 10 using dwc_otg
[ 2585.592770] usb 1-1.5: new high-speed USB device number 11 using dwc_otg
[ 2585.732763] usb 1-1.5: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
[ 2585.732778] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2585.732787] usb 1-1.5: Product: Android
[ 2585.732797] usb 1-1.5: Manufacturer: Android
[ 2585.734486] option 1-1.5:1.0: GSM modem (1-port) converter detected
[ 2585.734817] usb 1-1.5: GSM modem (1-port) converter now attached to ttyUSB2
[ 2585.735456] option 1-1.5:1.1: GSM modem (1-port) converter detected
[ 2585.735925] usb 1-1.5: GSM modem (1-port) converter now attached to ttyUSB3
[ 2585.736613] option 1-1.5:1.2: GSM modem (1-port) converter detected
[ 2585.736971] usb 1-1.5: GSM modem (1-port) converter now attached to ttyUSB4
[ 2585.737665] option 1-1.5:1.3: GSM modem (1-port) converter detected
[ 2585.737973] usb 1-1.5: GSM modem (1-port) converter now attached to ttyUSB5
[ 2585.743032] qmi_wwan 1-1.5:1.4: cdc-wdm0: USB WDM device
[ 2585.744430] qmi_wwan 1-1.5:1.4 wwan0: register 'qmi_wwan' at usb-3f980000.usb-1.5, WWAN/QMI device, 1e:0c:d2:d1:bb:c8

ramana07 avatar Feb 15 '20 19:02 ramana07

Facing a similar issue like this. A similar error pops up, after which, all the attached devices get disconnected and gets back connected after a couple of seconds.

Please help me get an idea about what this error means and what might be the cause of it.

ksorathiya avatar May 07 '20 08:05 ksorathiya

same problem and I think my pi is dying. Cause it also reboots itself regularly.

rarealphacat avatar May 29 '21 16:05 rarealphacat

Reboots are very often caused by inadequate power supply or power supply cable. I'd be very surprised if it's due to the pi dying.

popcornmix avatar Jun 01 '21 17:06 popcornmix

For the source of the original error message, there is a not-well-understood behaviour of the dwc2 hardware where it encounters an error condition and the root port enters the disconnected state, but doesn't signal a disconnect interrupt for some time. During this window, all active host channels report halt conditions without any other interrupt bits set. The host channel that's going into a halt state should specify the reason for halting, which is why the FSM complains.

The prime candidate has always been unstable power, but the exact conditions to cause just this issue (without e.g. rebooting the Pi or causing SD card errors) have never been found out.

P33M avatar Jun 01 '21 17:06 P33M

External USB 3.0 hubs, and I generally see this after 2-4 days. This is the last message before the PI in question (with an NFS Boot) halts. WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM transaction:dev_addr=6 ep=1 fsm=6, hcint=0x00000002

gorky avatar Sep 16 '22 20:09 gorky