Start Foren Forum 10 Mbit vs 100Mbit

Ansicht von 9 Beiträgen – 61 bis 69 (von insgesamt 69)
  • Autor
    Beiträge
  • #5835
    rghanbari
    Teilnehmer

      A quick update here

      I unfortunately was not able to directly connect my 902 @ 10mbps to my Taiko Olympus server.  The NIC on the Olympus operates at 1gbps and would not connect with the 902.  The 902 @ 10mbps streaming cleanly through the Taiko Router to the Taiko Switch to the Taiko Olympus (the router outputs 1gbps via DAC cable to the Taiko Switch, connecting to the Taiko Olympus NIC at 1gbps via a heavily ferrited DAC cable)

      I was finally able to flash the minimal 100mbps v4 image on my 902’s (thank you to those that confirmed I had the latest image).

      The 100mbps minimal image @5 GHz and 3.3V is a clear step up from the 10mbps minimal image when connected through my Taiko Router to my streamer.

      Previously, the non autonegotiate 10mbps image performed significantly better for than the autonegotiate image so the Taiko Router clearly has some preferences for the input signal.  I suspect it playing more nicely with the 100mbps ethernet input

      As a win, the 902 with the 100mb minimal image ethernet signal is now clean enough that I no longer need the Taiko Switch in my chain (I’ve been working toward this milestone for quite some time, thank you Eric and everyone that has been working so diligently to clean up the ethernet side!)

      Open next steps for me are to follow Bosko’s approach for 5GHz optimization (I have the Aruba AP as well), figure out how to reduce radio power on the minimal image, and explore WDS as time/skill allows.

       

      #5837
      Camposur
      Teilnehmer

        Hallo zusammen,


        @Eric
        : yes, that was exactly my problem. Once I changed the IP address, which I had done before but forgot that time around, the connection was established. Nonetheless, I still have to figure out why after 30 to 45 minutes the streamer becomes unreachable.

        All the best,
        Bruno

        #5840
        Eric
        Administrator

          @rghanbari: Kannst Du beschreiben, was denn der Klangunterschied bei Dir zwischen 10base t und 100base tx ist?
          10base t ist viel unaufgeregter und kann dann auch als weniger agil interpretiert werden – ist aber näher am Original und näher an einem analogen Erlebnis. Allerdings kann es sein, das man sich zuerst daran gewöhnen muss.

          beste Grüsse,
          eric

          #5841
          rghanbari
          Teilnehmer

            At 100mbps, I was hearing more of the benefit I’ve come to love with the 902+battery+throttle cable solution – more resolution and depth, more relaxed, more perception of dynamics.  The 10mpbs was muted/washed out (the auto negotiate version much more so)

            I suspect the processing of the signal in the Taiko Router.  This is the first time I’m experiencing that something that requires less power/processing/EMI on the 902 does not result in more of the goodness we’ve come to love with this solution.

             

            #5859
            gogobolo
            Teilnehmer

              <span dir=“auto“ style=“vertical-align: inherit;“><span dir=“auto“ style=“vertical-align: inherit;“>Cześć. Zainstalowałem obraz Minimal 10 Mb na moim TP-Linku. Użyłem Putty do wczytania skryptu do TP-Linka. Używam systemu Windows Server 2022. Dzisiaj zamieniłem punkt dostępowy Asus na TP-Link skonfigurowany jako punkt dostępowy. Eric, czy mógłbyś udostępnić skrypt do punktu dostępowego WR902, abym mógł używać obrazu Minimal Open WRT skonfigurowanego jako punkt dostępowy na moim TP-Linku WR902? Przy okazji, każda aktualizacja przynosi nowe ulepszenia SQ.</span></span>

              #5860
              Eric
              Administrator

                Hallo Gobolo,

                willst Du den WR902AC mit 5GHz oder 2,4GHz WiFi konfigurieren?

                Beste Grüsse,

                Eric

                 

                #5861
                gogobolo
                Teilnehmer

                  <span dir=“auto“ style=“vertical-align: inherit;“><span dir=“auto“ style=“vertical-align: inherit;“>Na razie używam 5 GHz. Brzmi dla mnie o wiele lepiej. </span></span>

                  <span dir=“auto“ style=“vertical-align: inherit;“><span dir=“auto“ style=“vertical-align: inherit;“>Z wyrazami szacunku</span></span>

                  <span dir=“auto“ style=“vertical-align: inherit;“><span dir=“auto“ style=“vertical-align: inherit;“>Grzegorz</span></span>

                  #5862
                  gogobolo
                  Teilnehmer

                    Another topic. Which bin image is the best for access point?

                    #5863
                    Eric
                    Administrator

                      Hallo Grzegorz,

                      nimm das Minimalimage aus https://ethernet-sound.com/forums/topic/tp-link-tl-wr902ac/page/25/?view=all#post-5484
                      Als AP ist 10MBit nicht notwendig – meines Erachtens.

                      Hier ein Script für die Konfiguration als als Accesspoint:

                      uci -q batch <<‚EOF‘

                      # ==============================
                      # 5 GHz Radio aktivieren
                      # ==============================
                      set wireless.radio1.country=’DE‘
                      set wireless.radio1.disabled=’0′
                      set wireless.radio1.band=’5g‘

                      # ==============================
                      # 2.4 GHz Radio deaktivieren
                      # ==============================
                      set wireless.radio0.disabled=’1′

                      # ==============================
                      # Vorhandene Standard-APs entfernen
                      # ==============================
                      delete wireless.default_radio0
                      delete wireless.default_radio1

                      # ==============================
                      # 5 GHz Access Point
                      # ==============================
                      add wireless wifi-iface
                      set wireless.@wifi-iface[-1].device=’radio1′
                      set wireless.@wifi-iface[-1].mode=’ap‘
                      set wireless.@wifi-iface[-1].network=’lan‘
                      set wireless.@wifi-iface[-1].ssid=’MEIN_AP‘
                      set wireless.@wifi-iface[-1].encryption=’psk2′
                      set wireless.@wifi-iface[-1].key=’MEIN_AP_PASSWORT‘

                      # ==============================
                      # LAN statisch konfigurieren
                      # ==============================
                      set network.lan.proto=’static‘
                      set network.lan.ipaddr=’192.168.1.2′
                      set network.lan.netmask=’255.255.255.0′
                      set network.lan.gateway=’192.168.1.1′

                      # DNS des Hauptrouters
                      delete network.lan.dns
                      add_list network.lan.dns=’192.168.1.1′

                      # ==============================
                      # DHCP-Server auf dem AP deaktivieren
                      # ==============================
                      set dhcp.lan.ignore=’1′

                      # ==============================
                      # WAN/WWAN nicht verwenden
                      # ==============================
                      delete network.wwan
                      delete network.repeater_bridge

                      # ==============================
                      # Konfiguration speichern
                      # ==============================
                      commit wireless
                      commit network
                      commit dhcp

                      EOF

                      danach

                      # WLAN neu laden
                      wifi reload

                      # Netzwerk neu starten
                      /etc/init.d/network restart

                      Bitte die Netzwerkadressen apassen an Deinen Netzwerkbereich und IP das Routers.
                      Und „MEIN_AP“ und „MEIN_AP_PASSWORT“ mit Deinen Daten ersetzen.

                      Das ganze ohne Gewähr – ich habe das nicht ausprobiert und mir das Script von ChatGPT überarbeiten lassen.

                      Beste Grüsse,

                      Eric

                    Ansicht von 9 Beiträgen – 61 bis 69 (von insgesamt 69)
                    • Du musst angemeldet sein, um auf dieses Thema antworten zu können.