Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network crashes while sending large file over wifi #110

Open
mmader87 opened this issue Jan 7, 2021 · 1 comment
Open

Network crashes while sending large file over wifi #110

mmader87 opened this issue Jan 7, 2021 · 1 comment

Comments

@mmader87
Copy link

mmader87 commented Jan 7, 2021

Using WILC1000 with WILC Firmware Ver = WILC_WIFI_FW_REL_15_3_1 Build: 11736 on custom built Yocto linux.

While attempting to send a 150MB from a PC to a device with the WILC1000, the transfer stops midway because the network device appears to crash. After the network crashes on the device, the device can no longer ping anything else on the network or access any other external address. However, wpa_supplicant and ifconfig are still showing that the device is connected but no network traffic appears to be getting through.

I am looking for help as to how to debug this issue. This issue is very repeatable on my setup. Below is a log of the WILC1000 driver output. Please let me know what additional information may be needed.

root:~# dmesg | grep WILC_SPI
[ 3.653140] WILC_SPI spi1.0: spiModalias: wilc1000, spiMax-Speed: 24000000
[ 3.740909] WILC_SPI spi1.0: succesfully got gpio_reset
[ 3.754432] WILC_SPI spi1.0: succesfully got gpio_chip_en
[ 3.774286] WILC_SPI spi1.0: succesfully got gpio_reset
[ 3.824573] WILC_SPI spi1.0: succesfully got gpio_chip_en
[ 3.847149] WILC_SPI spi1.0: WILC SPI probe success
[ 5.220185] WILC_SPI spi1.0 wlan0: INFO [wilc_mac_open]MAC OPEN[(ptrval)] wlan0
[ 5.239106] WILC_SPI spi1.0 wlan0: INFO [wilc_init_host_int]Host[(ptrval)][(ptrval)]
[ 5.249810] WILC_SPI spi1.0 wlan0: INFO [wilc_mac_open]*** re-init ***
[ 5.260421] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_init]Initializing WILC_Wlan
[ 5.268264] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_initialize]WILC Initialization done
[ 5.268271] WILC_SPI spi1.0 wlan0: INFO [wlan_initialize_threads]Initializing Threads ...
[ 5.268274] WILC_SPI spi1.0 wlan0: INFO [wlan_initialize_threads]Creating kthread for transmission
[ 5.297789] WILC_SPI spi1.0 wlan0: INFO [wlan_initialize_threads]Creating kthread for Debugging
[ 5.300498] WILC_SPI spi1.0: got gpio_irq successfully
[ 5.312597] WILC_SPI spi1.0 wlan0: INFO [init_irq]IRQ request succeeded IRQ-NUM= 176
[ 5.323312] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_get_firmware]Detect chip WILC1000
[ 5.336397] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_get_firmware]loading firmware mchp/wilc1000_wifi_firmware.bin
[ 5.352430] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_get_firmware]WLAN firmware: mchp/wilc1000_wifi_firmware.bin
[ 5.365694] WILC_SPI spi1.0 wlan0: INFO [wilc_firmware_download]Downloading Firmware ...
[ 5.499365] WILC_SPI spi1.0 wlan0: INFO [wilc_firmware_download]Download Succeeded
[ 5.512407] WILC_SPI spi1.0 wlan0: INFO [wilc_start_firmware]Starting Firmware ...
[ 5.520675] WILC_SPI spi1.0 wlan0: INFO [wilc_start_firmware]Waiting for FW to get ready ...
[ 5.614085] WILC_SPI spi1.0 wlan0: INFO [wilc_start_firmware]Firmware successfully started
[ 5.636311] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_initialize]WILC Firmware Ver = WILC_WIFI_FW_REL_15_3_1 Build: 11736
[ 5.647023] WILC_SPI spi1.0 wlan0: INFO [wilc_init_fw_config]Start configuring Firmware
[ 5.777681] WILC_SPI spi1.0 wlan0: INFO [wilc_mac_open]Mac address: f8:f0:05:76:c2:6c
[ 5.785544] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 1.
[ 5.794614] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 5.808474] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 2.
[ 5.817560] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 5.826013] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 5.840507] WILC_SPI spi1.0 wlan0: INFO [set_power_mgmt]dev [wlan0]
[ 5.846838] WILC_SPI spi1.0 wlan0: INFO [set_power_mgmt] Power save Enabled= 1 , TimeOut = -1
[ 5.876543] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 3.
[ 5.885685] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 5.894161] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 5.902647] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 5.920386] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 4.
[ 5.929472] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 5.937937] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 5.946400] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 5.954870] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 5.968454] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 5.
[ 5.978227] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 5.989529] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 5.999001] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.007461] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.015915] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 6.036470] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 6.
[ 6.045546] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.054004] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.062461] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.070914] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.079367] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 6.087843] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 6.146008] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 6.
[ 6.155089] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.163562] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.172023] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.180475] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.188928] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 6.197418] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 6.279650] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 6.306965] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 6.317231] WILC_SPI spi1.0 p2p0: INFO [wilc_mac_open]MAC OPEN[(ptrval)] p2p0
[ 6.325108] WILC_SPI spi1.0 p2p0: INFO [wilc_init_host_int]Host[(ptrval)][(ptrval)]
[ 6.338163] WILC_SPI spi1.0 p2p0: INFO [wilc_mac_open]*** re-init ***
[ 6.352369] WILC_SPI spi1.0 p2p0: WRN [wilc_wlan_initialize: 987]wilc already initialized
[ 6.415204] WILC_SPI spi1.0 p2p0: INFO [wilc_mac_open]Mac address: fa:f0:05:76:c2:6c
[ 6.422976] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 1.
[ 6.431953] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.463601] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 2.
[ 6.472591] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.480958] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.496661] WILC_SPI spi1.0 p2p0: INFO [set_power_mgmt]dev [p2p0]
[ 6.502803] WILC_SPI spi1.0 p2p0: INFO [set_power_mgmt] Power save Enabled= 1 , TimeOut = -1
[ 6.537387] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 3.
[ 6.546423] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.554844] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.563209] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.584394] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 4.
[ 6.593372] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.601740] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.610093] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.618444] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.650822] WILC_SPI spi1.0 wlan0: INFO [get_tx_power]Got tx power 18
[ 6.660566] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 5.
[ 6.670271] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.678654] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.687022] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.695394] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.703756] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 6.735990] WILC_SPI spi1.0 wlan0: INFO [get_tx_power]Got tx power 18
[ 6.743363] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Setting mcast List with count = 6.
[ 6.753326] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 6.764534] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 6.775750] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 6.784197] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 6.792577] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 6.800950] WILC_SPI spi1.0 p2p0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 6.834969] WILC_SPI spi1.0 wlan0: INFO [get_tx_power]Got tx power 18
[ 6.858333] WILC_SPI spi1.0 wlan0: INFO [get_tx_power]Got tx power 18
[ 7.079011] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 7.
[ 7.088100] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 7.096557] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 7.105008] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 7.113454] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 7.121923] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 7.130376] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 7.138864] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[6]: 33:33:00:01:00:03
[ 7.215756] WILC_SPI spi1.0 wlan0: INFO [get_tx_power]Got tx power 18
[ 7.222662] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 6.
[ 7.231759] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 7.240230] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 7.248711] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 7.257172] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 7.265628] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 7.274079] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 7.308877] WILC_SPI spi1.0 wlan0: INFO [flush_pmksa]Flushing PMKID key values
[ 7.336502] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 7.356196] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 7.373174] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 7.389893] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 7.659137] WILC_SPI spi1.0 p2p0: INFO [get_tx_power]Got tx power 18
[ 7.696705] WILC_SPI spi1.0 p2p0: INFO [flush_pmksa]Flushing PMKID key values
[ 7.705570] WILC_SPI spi1.0 wlan0: INFO [scan]Requested num of channel 14
[ 7.716357] WILC_SPI spi1.0 wlan0: INFO [scan]Scan Request IE len = 135
[ 7.723105] WILC_SPI spi1.0 wlan0: INFO [scan]Number of SSIDs 1
[ 7.729067] WILC_SPI spi1.0 wlan0: INFO [scan]Trigger Scan Request
[ 8.343517] WILC_SPI spi1.0 wlan0: INFO [wilc_scan_complete_received]Scan notification received
[ 8.353159] WILC_SPI spi1.0 wlan0: INFO [cfg_scan_result]Scan Done[00000000b8d00869]
[ 8.866934] WILC_SPI spi1.0 wlan0: INFO [connect]Connecting to SSID [MiddleEarth] on netdev [00000000b8d00869] host if [7bf61c00]
[ 8.884361] WILC_SPI spi1.0 wlan0: INFO [connect]Adding key with cipher group fac04
[ 8.892045] WILC_SPI spi1.0 wlan0: INFO [connect]Authentication Type = 0
[ 8.898768] WILC_SPI spi1.0 wlan0: INFO [connect]In OPEN SYSTEM
[ 8.904779] WILC_SPI spi1.0 wlan0: INFO [wilc_wlan_set_bssid]set bssid [98:de:d0:9a:dd:2b]
[ 8.913079] WILC_SPI spi1.0 wlan0: INFO [wilc_send_connect_wid]send HOST_IF_WAITING_CONN_RESP
[ 8.997078] WILC_SPI spi1.0 wlan0: INFO [wilc_send_connect_wid]set HOST_IF_WAITING_CONN_RESP
[ 9.316842] WILC_SPI spi1.0 wlan0: INFO [handle_rcvd_gnrl_async_info]Current State = 3,Received state = 1
[ 9.334850] WILC_SPI spi1.0 wlan0: INFO [cfg_connect_result]Connection response received=1 connect_stat[0]
[ 9.348347] WILC_SPI spi1.0 wlan0: INFO [cfg_connect_result]Connection Successful: BSSID: 98ded09add2b
[ 9.357791] WILC_SPI spi1.0 wlan0: INFO [cfg_connect_result]Association request info elements length = 27
[ 9.372351] WILC_SPI spi1.0 wlan0: INFO [cfg_connect_result]Association response info elements length = 170
[ 9.404823] WILC_SPI spi1.0 wlan0: INFO [add_key]Adding key with cipher suite = fac04
[ 9.412764] WILC_SPI spi1.0 wlan0: INFO [add_key]7d152300 7aa38000 0
[ 9.424358] WILC_SPI spi1.0 wlan0: INFO [add_key]key b9 96 1d
[ 9.484298] WILC_SPI spi1.0 wlan0: INFO [add_key]Adding key with cipher suite = fac04
[ 9.492152] WILC_SPI spi1.0 wlan0: INFO [add_key]7d152300 7aa38000 1
[ 9.504355] WILC_SPI spi1.0 wlan0: INFO [add_key]key 16 c3 e6
[ 9.545564] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 7.
[ 9.554655] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 9.563113] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 9.571560] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 9.580005] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 9.588474] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 9.596918] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 9.605364] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[6]: 33:33:00:01:00:03
[ 9.661680] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Setting mcast List with count = 8.
[ 9.670795] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[0]: 33:33:00:00:00:01
[ 9.679255] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[1]: 01:00:5e:00:00:01
[ 9.687732] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[2]: 01:80:c2:00:00:00
[ 9.696190] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[3]: 33:33:ff:76:c2:6c
[ 9.704659] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[4]: 01:80:c2:00:00:03
[ 9.713114] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[5]: 01:80:c2:00:00:0e
[ 9.721577] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[6]: 33:33:00:01:00:03
[ 9.730029] WILC_SPI spi1.0 wlan0: INFO [wilc_set_multicast_list]Entry[7]: 01:00:5e:00:00:fc

root:~# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:100 errors:0 dropped:0 overruns:0 frame:0
TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9158 (8.9 KiB) TX bytes:9158 (8.9 KiB)

p2p0 Link encap:Ethernet HWaddr fa:f0:05:76:c2:6c
inet6 addr: fe80::f8f0:5ff:fe76:c26c/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1569 (1.5 KiB)

wlan0 Link encap:Ethernet HWaddr f8:f0:05:76:c2:6c
inet addr:192.168.0.115 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::faf0:5ff:fe76:c26c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:34974 errors:0 dropped:0 overruns:0 frame:0
TX packets:17785 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51602732 (49.2 MiB) TX bytes:1049870 (1.0 MiB)

@mmader87
Copy link
Author

mmader87 commented Jan 7, 2021

While debugging this issue farther, I received the following error while sending said large file:

[ 324.342911] spi_master spi1: I/O Error in DMA RX
[ 324.347575] WILC_SPI spi1.0: SPI transfer failed: -110
[ 324.352782] spi_master spi1: failed to transfer one message from queue
[ 324.359355] WILC_SPI spi1.0: SPI transaction failed
[ 324.364261] WILC_SPI spi1.0: Failed block read, bus err
[ 324.369520] WILC_SPI spi1.0: Failed cmd, read block (00000000)...
[ 324.376817] WILC_SPI spi1.0: Reset and retry 10 0 10808
[ 324.391742] get_if_handler Invalid handle
[ 324.395769] wilc_wlan_handle_rx_buff: wilc_netdev in wilc is NULL

After receiving these error outputs, the network crashed as described above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant