Ergebnis 1 bis 7 von 7
  1. #1
    Senior Mitglied
    Registriert seit
    03.02.2019
    Beiträge
    175
    Thanks (gegeben)
    55
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    [solved] Gigabit box (Technomate TM-NANO 2) connects at 100Mb

    I have a Technomate TM-NANO 2 box which is supposed to connect at 1Gb, but only connects at 100Mb. All the rest of the devices on my network connect at 1Gb.

    Any idea why my box does not? Are there any settings I can adjust?

    •   Alt Advertising

       

  2. #2
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Hello.

    You can to try the following commands in the Shell / command-line (Telnet or SSH), for retreive some info about NIC link-speed:
    Code:
    ethtool eth0
    cat /sys/class/net/eth0/speed
    dmesg | grep eth0
    This is probably caused by a universal inappropriate driver for the NIC. But try these commands first.

  3. #3
    Senior Mitglied
    Registriert seit
    03.02.2019
    Beiträge
    175
    Thanks (gegeben)
    55
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Code:
    root@tmnano2super:~# 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
    <------>Advertised link modes:  10baseT/Half 10baseT/Full.
    <------>                        100baseT/Half 100baseT/Full.
    <------>                        1000baseT/Full.
    <------>Advertised pause frame use: Symmetric
    <------>Advertised auto-negotiation: Yes
    <------>Link partner advertised link modes:  10baseT/Half 10baseT/Full.
    <------>                                     100baseT/Half 100baseT/Full.
    <------>Link partner advertised pause frame use: Symmetric Receive-only
    <------>Link partner advertised auto-negotiation: Yes
    <------>Speed: 100Mb/s
    <------>Duplex: Full
    <------>Port: MII
    <------>PHYAD: 3
    <------>Transceiver: internal
    <------>Auto-negotiation: on
    <------>Supports Wake-on: ags
    <------>Wake-on: d
            SecureOn password: 00:00:00:00:00:00
    <------>Link detected: yes
    root@tmnano2super:~# cat /sys/class/net/eth0/speed
    100
    root@tmnano2super:~# dmesg | grep eth0
    eth0: Link down
    eth0: Link up, 100 Mbps Full Duplex
    eth0: Link down
    eth0: Link up, 100 Mbps Full Duplex
    eth0: Link down
    eth0: Link up, 100 Mbps Full Duplex
    eth0: Link down

  4. #4
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.824
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9077
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Code:
    ...
    <------>Link partner advertised link modes:  10baseT/Half 10baseT/Full.
    <------>                                     100baseT/Half 100baseT/Full.
    <------>Link partner advertised pause frame use: Symmetric Receive-only
    <------>Link partner advertised auto-negotiation: Yes
    <------>Speed: 100Mb/s
    <------>Duplex: Full
    ...
    So the link partner (which is your box connected to?) does not advertise more than 100mBit modes.
    Geändert von Papi2000 (23.02.2019 um 20:44 Uhr)
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  5. Thanks balanga bedankten sich
  6. #5
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    The problem could be in "autonegotiation" (i.e., automatic link-speed recognition, duplex, crossover, etc.). Since you write that other devices work at 1 Gbps, then the failure is somewhere in the automatic recognize link-speed (a typical error). Try to change the speed and then test the data transfer rate (for example via an FTP connection):
    Code:
    ethtool -s eth0 speed 1000 duplex full autoneg off
    Turning off "autonegotiation" at 1000 Mbps line speed will probably not work (due to the standard). So then try this:
    Code:
    ethtool -s eth0 speed 1000 duplex full autoneg on
    If this works, there is a neccessary to change the network configuration somewhere in system configuration ... or make a custom startup bash-script to change the configuration during booting your Enigma.

  7. #6
    Senior Mitglied
    Registriert seit
    03.02.2019
    Beiträge
    175
    Thanks (gegeben)
    55
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Further to the info provided, I changed the network cable and now it's working at 1Gb as it should.

    Many thanks for the help.

  8. #7
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.824
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9077
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    So the link partner did more sensitive tests to the cable, and decided, only to advertise only 100mBit. Fine, that you could find the wrong component in your environment. Have fun.
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----




Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:46 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com