Frequently intrupted internet radio receeption

Hi,

I have Kubuntu 24.04 LTS and use Tuner Internet Radio Player. I pick up a station, say WCPE, and music comes for a few minutes and then stops. Sometimes after few minutes it starts again. When I check the download amounts with System Monitor, I see no downloads. In the earlier version, I used to listen music for many hours without any interruptions.

What should I do to solve this problem?

Many thanks.

How to make NIC ethtool settings persistent
‘enp3s0’ lan card name
list:
$ ifconfig

$ ethtool -g enp3s0
Ring parameters for enp3s0:
Pre-set maximums:
RX:    4096
RX Mini:  0
RX Jumbo:  0
TX:    4096
Current hardware settings:
RX:    256
RX Mini:  0
RX Jumbo:  0
TX:    256

Test:
ethtool -G enp3s0 rx 2048 tx 2048
or
ethtool -G enp3s0 rx 4096 tx 4096

Works new settings?

$ touch /etc/NetworkManager/dispatcher.d/30-ethtool
$ chmod +x /etc/NetworkManager/dispatcher.d/30-ethtool

$ nano /etc/NetworkManager/dispatcher.d/30-ethtool
#!/bin/bash

if [ "$1" == "enp3s0" ] && [ "$2" == "up" ]; then
    ethtool -G "$1" rx 4096 tx 4096
fi

Use the ping command, if it works, you should use smokeping.
target:

  • router
  • internet radio ip1
  • internet radio ip2

I use Elisa:)