USB connection to RTL device crashing, followed by Ethernet disconnection upon preparation for an observation on Raspberry Pi

After realizing that some observations were not served as expected, I tried to connect to my RPi and found out that I could not reach it.
After recycling it, I inspected the system logfiles and found out that the USB port (supposedly) of the RTL device was disabled alongside with the ethernet connection.
I am afraid that it might be something related to my NooElec SDR dongle that causes the issue on the USB port, which then triggers the disabling of the USB device itself and the ethernet along (I guess both USB and ethernet capabilities are provided by the same chip). After rebooting I double checked that the RTL was working nominal through the standalone-mode and now I am waiting for an observation to be served.
It might be that after days of continuous running the RPi or the RTL dongle got overheated?
Below I attach the part of the system log, where I figured out the issue.

Jan 16 23:36:29 satnogs-raspi-ffb1 satnogs-client[21521]: linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unknown
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: gr-osmosdr 0.1.4 (0.1.4) gnuradio 3.7.10
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: built-in source types: file osmosdr fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy soapy redpitaya
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: Using device #0 Realtek RTL2838UHIDIR SN: 00000001
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: Using 32 buffers of size 16384.
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: Found Rafael Micro R820T tuner
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.065493] usb usb1-port1: disabled by hub (EMI?), re-enabling…
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.065512] usb 1-1: USB disconnect, device number 18
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.065518] usb 1-1.1: USB disconnect, device number 19
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.065873] smsc95xx 1-1.1:1.0 enxb827eb4fd476: unregister ‘smsc95xx’ usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.065934] smsc95xx 1-1.1:1.0 enxb827eb4fd476: hardware isn’t capable of remote wakeup
Jan 16 23:36:31 satnogs-raspi-ffb1 dhcpcd[449]: enxb827eb4fd476: carrier lost
Jan 16 23:36:31 satnogs-raspi-ffb1 avahi-daemon[305]: Interface enxb827eb4fd476.IPv6 no longer relevant for mDNS.
Jan 16 23:36:31 satnogs-raspi-ffb1 kernel: [315716.117026] usb 1-1.4: USB disconnect, device number 101
Jan 16 23:36:31 satnogs-raspi-ffb1 avahi-daemon[305]: Leaving mDNS multicast group on interface enxb827eb4fd476.IPv6 with address fe80::9b5c:502e:8027:998b.
Jan 16 23:36:31 satnogs-raspi-ffb1 avahi-daemon[305]: Interface enxb827eb4fd476.IPv4 no longer relevant for mDNS.
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: r82xx_write: i2c wr failed=-4 reg=10 len=1
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: r82xx_set_freq: failed=-4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_read_reg failed with -4
Jan 16 23:36:31 satnogs-raspi-ffb1 satnogs-client[21521]: rtlsdr_demod_write_reg failed with -4

Sounds like the USB hub built into the board which lets the USB based Ethernet and the USB ports work off the single port on the CPU is somehow crashing / turning off.

Hm maybe your single is somehow shorting? As as soon as it enable the whole hub crashes out according to that log.

No, I don’t think this is the issue.
After all the dongle has been working all the time and every pass is served nominally, but then all of a sudden this issue appeared and after rebooting the RPi went back to nominal.