12-12-2019, 11:06 PM
If there is no distortion when source is USB stick it would suggest the problem is external to the SIG, Power supply or moOde software.
One possibility is that noise is being injected via the Ethernet cable. The way to determine that is to use a WiFi adapter and see if the noise disappears.
Regarding software issues, one of the earlier posts showed the port speed of the Ethernet connection was 100Mb/s and not 1000Mb/s as I would have expected. http://moodeaudio.org/forum/showthread.p...3#pid15053 This could indicate some sort of compatibility issue between the Ethernet port on the SIG and your Switch, or some other network issue thats not showing up in the stats.
Here is output from eth0 on my SIG. Its connected to my ASUS Router's built-in Switch. Note Speed: 1000Mb/s
One other log to examine for clues is the kernel boot log
-Tim
One possibility is that noise is being injected via the Ethernet cable. The way to determine that is to use a WiFi adapter and see if the noise disappears.
Regarding software issues, one of the earlier posts showed the port speed of the Ethernet connection was 100Mb/s and not 1000Mb/s as I would have expected. http://moodeaudio.org/forum/showthread.p...3#pid15053 This could indicate some sort of compatibility issue between the Ethernet port on the SIG and your Switch, or some other network issue thats not showing up in the stats.
Here is output from eth0 on my SIG. Its connected to my ASUS Router's built-in Switch. Note Speed: 1000Mb/s
Code:
pi@rp3:~ $ ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 3
Transceiver: internal
Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x00007fff (32767)
drv probe link timer ifdown ifup rx_err tx_err tx_queued intr tx_done rx_status pktdata hw wol
Link detected: yes
pi@rp3:~ $
One other log to examine for clues is the kernel boot log
Code:
dmesg
Example from my SIG
pi@rp3:~ $ dmesg | grep eth
[ 9.865697] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[30117.516276] ax88179 1-1.3:1.0 eth0: Write medium type: 0x0033
[30117.517375] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[30117.518466] ax88179 1-1.3:1.0 eth0: link up, 1000Mbps, full-duplex, lpa 0xCDE1
-Tim