futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: Asharma on November 10, 2018, 04:41:17 PM

Title: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 10, 2018, 04:41:17 PM
Folks...I have both of these units...on the Ziddo I get 175 Mbps download speeds...on the Q10 I get 75 Mbps...both are hooked up to the same switch...is there some setting on the Q10 that I should try to improve download speeds? Thanks
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 11, 2018, 01:33:22 PM
Can anyone provide an insight or is the Ethernet connection on the Q10 just slow? Thanks
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: rebelltl2012 on November 11, 2018, 02:10:24 PM
Folks...I have both of these units...on the Ziddo I get 175 Mbps download speeds...on the Q10 I get 75 Mbps...both are hooked up to the same switch...is there some setting on the Q10 that I should try to improve download speeds? Thanks
how did u test? what app?
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 11, 2018, 03:50:26 PM
Speedtest provided by my local telco
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: rebelltl2012 on November 12, 2018, 03:27:59 AM
Speedtest provided by my local telco
q10pro ethernet...

try using another app and see if any diff.

and confirm your router is gigabit, lan cables are at least cat5e.

using ookla speedtest, i get 650mbps max with 800mbps nominal speed although q10pro is spec rated 1gbps.

i do not know what is preventing it to be higher as my router and cables are up to spec.

Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 12, 2018, 12:41:21 PM
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 12, 2018, 01:59:16 PM
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: rebelltl2012 on November 12, 2018, 02:29:49 PM
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 12, 2018, 02:50:25 PM
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: pcristi on November 12, 2018, 05:11:55 PM
You can check via adb shell (http://adbshell.com/upload/adb.zip)
Code: [Select]
adb connect <ip_player>
adb root
adb connect <ip_player>
adb shell "dmesg | busybox grep ethernet"

Output will like that
Code: [Select]
hi_gmac_v200 f9841000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Try to change cable before to get new switch.
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: kodiloaded on November 12, 2018, 05:15:38 PM
You can check via adb shell (http://adbshell.com/upload/adb.zip)
Code: [Select]
adb connect <ip_player>
adb root
adb connect <ip_player>
adb shell "dmesg | busybox grep ethernet"

Output will like that
Code: [Select]
hi_gmac_v200 f9841000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Try to change cable before to get new switch.



I am getting this back when I do it ?

hi_gmac_v200 f9841000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx

Any reason it does not say flow control off ?


Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 12, 2018, 05:56:42 PM
You can check via adb shell (http://adbshell.com/upload/adb.zip)
Code: [Select]
adb connect <ip_player>
adb root
adb connect <ip_player>
adb shell "dmesg | busybox grep ethernet"

Output will like that
Code: [Select]
hi_gmac_v200 f9841000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Try to change cable before to get new switch.

Thanks, but not that technical...would I run this say from a PC with the IP address of the Q10?
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: Asharma on November 13, 2018, 04:43:43 PM
Update: on Q10 telco speed test shows 75 Mbps, Fast.com shows 90 Mbps, Ookla shows 500 Mbps...I did install a new 8 port gig switch this morning and I did notice at one point the Q10 port on switch reverted to 10/100 not gig that it was moments  before...what would this behaviour indicate? Bad cable? Bad Q10 enet port?
Title: Re: Zidoo x9s vs Q10 pro Ethernet speeds
Post by: mihailuican on August 09, 2023, 07:38:05 PM
You can check via adb shell (http://adbshell.com/upload/adb.zip)
Code: [Select]
adb connect <ip_player>
adb root
adb connect <ip_player>
adb shell "dmesg | busybox grep ethernet"

Output will like that
Code: [Select]
hi_gmac_v200 f9841000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Try to change cable before to get new switch.

My ethernet speed is horrible, 50 down, 100 up. checked and my FLOW CONTROL is ON, Rx/Tx, How to turn it OFF through adb?