Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,567
» Latest member: nov8r1
» Forum threads: 16,213
» Forum posts: 116,984
Full Statistics
|
Latest Threads |
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
6 hours ago
» Replies: 68
» Views: 30,420
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
Yesterday, 04:04 PM
» Replies: 3
» Views: 8,526
|
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 1,907
|
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 2,055
|
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 3,098
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 11,679
|
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 4,552
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 7,378
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 23,288
|
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
09-14-2025, 06:35 PM
» Replies: 0
» Views: 3,655
|
|
|
Howto test and tune Gigabit Networking (1000M) |
Posted by: longsleep - 08-21-2016, 04:33 AM - Forum: Ethernet Port
- Replies (16)
|
 |
Pine64+ and Pine64+2GB have a Gigabit NIC. To actually test the speed of the network interface a few things need to be considered. If you want to test the NIC performance of your Pine64, this thread is for you.
To do any meaningful testing, you need another device which is well known and capable to deliver over 900MBit/s with the cable and switch it is connected to. Also make sure that the network cable you use for the Pine64 is working with Gigabit Network (8 wires twisted pair, Cat5e or Cat6).
It is important to understand that you should test network speed only. If you copy a file to the Pine or something you are testing something completely different.
Furthermore it is important to know the settings of the whole stack involved and always use same / good settings. I added a platform-script at https://github.com/longsleep/build-pine6...network.sh to help with that. Make sure to run this or similar before any testing.
- Make sure you use the latest Kernel. `uname -a`
Code: root@pine64:~# uname -a
Linux pine64 3.10.102-3-pine64-longsleep #98 SMP PREEMPT Sat Aug 20 22:28:17 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux
- Use iperf3. Start it in server mode on your other host (iperf3 -s). iperf 3 exists for essentially all platforms as precompiled binary (https://iperf.fr/iperf-download.php).
- Install iperf3 on your Pine64. `sudo apt-get install iperf3`.
- Run iperf3 in client mode on Pine64 `iperf -c $OTHER_HOST_IP`
This can reach about 800 Mbits/sec
Code: root@pine64:~# iperf3 -c 192.168.1.111
Connecting to host 192.168.1.111, port 5201
[ 4] local 192.168.1.54 port 33437 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.01 sec 99.0 MBytes 825 Mbits/sec 1 168 KBytes
[ 4] 1.01-2.00 sec 100 MBytes 848 Mbits/sec 1 139 KBytes
[ 4] 2.00-3.00 sec 101 MBytes 849 Mbits/sec 0 197 KBytes
[ 4] 3.00-4.00 sec 100 MBytes 841 Mbits/sec 0 235 KBytes
[ 4] 4.00-5.00 sec 97.7 MBytes 820 Mbits/sec 3 139 KBytes
[ 4] 5.00-6.00 sec 99.1 MBytes 831 Mbits/sec 2 82.0 KBytes
[ 4] 6.00-7.00 sec 95.4 MBytes 801 Mbits/sec 1 120 KBytes
[ 4] 7.00-8.00 sec 97.7 MBytes 819 Mbits/sec 1 151 KBytes
[ 4] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec 0 202 KBytes
[ 4] 9.00-10.00 sec 102 MBytes 854 Mbits/sec 1 175 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 990 MBytes 830 Mbits/sec 10 sender
[ 4] 0.00-10.00 sec 989 MBytes 829 Mbits/sec receiver
- Run iperf3 in client reverse mode on Pine64 `iperf -c $OTHER_HOST_IP -R`
This can reach about 900 Mbits/sec.
Code: root@pine64:~# iperf3 -c 192.168.1.111 -R
Connecting to host 192.168.1.111, port 5201
Reverse mode, remote host 192.168.1.111 is sending
[ 4] local 192.168.1.54 port 33435 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 104 MBytes 873 Mbits/sec
[ 4] 1.00-2.00 sec 107 MBytes 901 Mbits/sec
[ 4] 2.00-3.00 sec 106 MBytes 893 Mbits/sec
[ 4] 3.00-4.00 sec 107 MBytes 901 Mbits/sec
[ 4] 4.00-5.00 sec 108 MBytes 903 Mbits/sec
[ 4] 5.00-6.00 sec 105 MBytes 879 Mbits/sec
[ 4] 6.00-7.00 sec 109 MBytes 912 Mbits/sec
[ 4] 7.00-8.00 sec 107 MBytes 898 Mbits/sec
[ 4] 8.00-9.00 sec 107 MBytes 900 Mbits/sec
[ 4] 9.00-10.00 sec 107 MBytes 895 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec sender
[ 4] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec receiver
- To completely max out the Pine64 run iperf 3 in parallel mode (4)
This should be a little faster (combined) than the results from only a single thread.
Code: root@pine64:~# iperf3 -c 192.168.1.111 -P 4
Connecting to host 192.168.1.111, port 5201
[ 4] local 192.168.1.54 port 33439 connected to 192.168.1.111 port 5201
[ 6] local 192.168.1.54 port 33440 connected to 192.168.1.111 port 5201
[ 8] local 192.168.1.54 port 33441 connected to 192.168.1.111 port 5201
[ 10] local 192.168.1.54 port 33442 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.03 sec 26.9 MBytes 219 Mbits/sec 1 107 KBytes
[ 6] 0.00-1.03 sec 26.7 MBytes 218 Mbits/sec 0 209 KBytes
[ 8] 0.00-1.03 sec 26.5 MBytes 216 Mbits/sec 0 212 KBytes
[ 10] 0.00-1.03 sec 26.4 MBytes 215 Mbits/sec 0 208 KBytes
[SUM] 0.00-1.03 sec 106 MBytes 868 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 122 KBytes
[ 6] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 236 KBytes
[ 8] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 239 KBytes
[ 10] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 239 KBytes
[SUM] 1.03-2.02 sec 105 MBytes 888 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 2.02-3.02 sec 26.2 MBytes 220 Mbits/sec 1 97.6 KBytes
[ 6] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 1 112 KBytes
[ 8] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 0 257 KBytes
[ 10] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 0 255 KBytes
[SUM] 2.02-3.02 sec 105 MBytes 882 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 110 KBytes
[ 6] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 124 KBytes
[ 8] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 262 KBytes
[ 10] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 1 109 KBytes
[SUM] 3.02-4.02 sec 105 MBytes 884 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 122 KBytes
[ 6] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 130 KBytes
[ 8] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 269 KBytes
[ 10] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 123 KBytes
[SUM] 4.02-5.01 sec 105 MBytes 887 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 1 106 KBytes
[ 6] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 0 132 KBytes
[ 8] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 1 94.7 KBytes
[ 10] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 0 129 KBytes
[SUM] 5.01-6.05 sec 110 MBytes 889 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 6.05-7.04 sec 27.0 MBytes 227 Mbits/sec 0 117 KBytes
[ 6] 6.05-7.04 sec 27.9 MBytes 235 Mbits/sec 0 143 KBytes
[ 8] 6.05-7.04 sec 25.8 MBytes 218 Mbits/sec 0 115 KBytes
[ 10] 6.05-7.04 sec 22.8 MBytes 192 Mbits/sec 2 84.8 KBytes
[SUM] 6.05-7.04 sec 103 MBytes 872 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 7.04-8.01 sec 26.1 MBytes 226 Mbits/sec 0 127 KBytes
[ 6] 7.04-8.01 sec 26.2 MBytes 228 Mbits/sec 0 150 KBytes
[ 8] 7.04-8.01 sec 24.9 MBytes 216 Mbits/sec 0 126 KBytes
[ 10] 7.04-8.01 sec 23.8 MBytes 206 Mbits/sec 0 102 KBytes
[SUM] 7.04-8.01 sec 101 MBytes 875 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 8.01-9.00 sec 26.2 MBytes 221 Mbits/sec 0 136 KBytes
[ 6] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 156 KBytes
[ 8] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 130 KBytes
[ 10] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 116 KBytes
[SUM] 8.01-9.00 sec 105 MBytes 885 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 9.00-10.00 sec 26.2 MBytes 221 Mbits/sec 0 144 KBytes
[ 6] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 1 109 KBytes
[ 8] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 0 139 KBytes
[ 10] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 0 127 KBytes
[SUM] 9.00-10.00 sec 105 MBytes 882 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 265 MBytes 222 Mbits/sec 3 sender
[ 4] 0.00-10.00 sec 265 MBytes 222 Mbits/sec receiver
[ 6] 0.00-10.00 sec 266 MBytes 223 Mbits/sec 2 sender
[ 6] 0.00-10.00 sec 266 MBytes 223 Mbits/sec receiver
[ 8] 0.00-10.00 sec 262 MBytes 220 Mbits/sec 1 sender
[ 8] 0.00-10.00 sec 262 MBytes 220 Mbits/sec receiver
[ 10] 0.00-10.00 sec 258 MBytes 216 Mbits/sec 3 sender
[ 10] 0.00-10.00 sec 258 MBytes 216 Mbits/sec receiver
[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec 9 sender
[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec receiver
Code: root@pine64:~# iperf3 -c 192.168.1.111 -P 4 -R
Connecting to host 192.168.1.111, port 5201
Reverse mode, remote host 192.168.1.111 is sending
[ 4] local 192.168.1.54 port 33444 connected to 192.168.1.111 port 5201
[ 6] local 192.168.1.54 port 33445 connected to 192.168.1.111 port 5201
[ 8] local 192.168.1.54 port 33446 connected to 192.168.1.111 port 5201
[ 10] local 192.168.1.54 port 33447 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.01 sec 20.9 MBytes 174 Mbits/sec
[ 6] 0.00-1.01 sec 20.8 MBytes 174 Mbits/sec
[ 8] 0.00-1.01 sec 20.9 MBytes 174 Mbits/sec
[ 10] 0.00-1.01 sec 20.8 MBytes 173 Mbits/sec
[SUM] 0.00-1.01 sec 83.3 MBytes 694 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 1.01-2.00 sec 27.4 MBytes 231 Mbits/sec
[ 6] 1.01-2.00 sec 27.3 MBytes 230 Mbits/sec
[ 8] 1.01-2.00 sec 27.5 MBytes 232 Mbits/sec
[ 10] 1.01-2.00 sec 27.5 MBytes 232 Mbits/sec
[SUM] 1.01-2.00 sec 110 MBytes 925 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 2.00-3.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 3.00-4.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 3.00-4.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 4.00-5.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 4.00-5.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 4.00-5.00 sec 28.1 MBytes 236 Mbits/sec
[ 10] 4.00-5.00 sec 28.1 MBytes 236 Mbits/sec
[SUM] 4.00-5.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 5.00-6.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 5.00-6.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 5.00-6.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 5.00-6.00 sec 27.8 MBytes 233 Mbits/sec
[SUM] 5.00-6.00 sec 112 MBytes 940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 6] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 8] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 10] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[SUM] 6.00-7.00 sec 112 MBytes 934 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 7.00-8.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 7.00-8.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 9.00-10.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 9.00-10.00 sec 112 MBytes 940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 4] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 6] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 6] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 8] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 8] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 10] 0.00-10.00 sec 272 MBytes 228 Mbits/sec sender
[ 10] 0.00-10.00 sec 272 MBytes 228 Mbits/sec receiver
[SUM] 0.00-10.00 sec 1.06 GBytes 915 Mbits/sec sender
[SUM] 0.00-10.00 sec 1.06 GBytes 914 Mbits/sec receiver
If your results are even faster, consider yourself lucky . Feel free to post your results (please iperf3 results only).
|
|
|
LCD Panel Connected but does not work |
Posted by: maipercaso - 08-20-2016, 05:41 PM - Forum: LCD and Touch Panel
- Replies (1)
|
 |
Hi I have recently received my package containing the pine a64 mother board, with lcd display, package is missing the shutdown button, and also the abs case at the Moment.Anyway I received also the 7" LCD Display, I have connected the cables as it was documented in this Forum guide. I did not do any OS upgrade yet, but when I start the os boot up, Display does not light up. I tried to move the ribbon cables attached on the dsi port, and if moved, starts flashing like it was going to start, but then nothing.
I think that the Motherboard or the ribbon cable is defected. Any suggestions?
Thanks
|
|
|
Only 2 cores |
Posted by: Jmcart3music - 08-20-2016, 02:59 PM - Forum: General Discussion on PINE A64(+)
- Replies (2)
|
 |
I have been playing around with the pine for a week now. Under android it is only showing 2 cores. I have other apps showing the same. Is there a way to unlock them? I'm new to these boards and I know there is much development to do. But can anyone give me solution to this.
|
|
|
Howto use MAC address as printed on the label on the back |
Posted by: longsleep - 08-20-2016, 11:13 AM - Forum: Ethernet Port
- Replies (3)
|
 |
The BSP Linux Kernel does automatically generate a locally administered MAC address for the Ethernet (eth0) interface.
Some networks might not be able to handle those correctly. The recommended solution is to manually set the MAC address to the one which is printed on the back of the Pine64 by adding it to /boot/uEnv.txt with a line like ethaddr=xx:xx:xx:xx:xx:xx.
The MAC address is the lower number on the barcode label on the back of your Pine board. Start from the left and add a colon every two chars. So far they all seem to start with 00:06:dc making this the vendor prefix.
|
|
|
Debian and Prolific pl2303 |
Posted by: Castle - 08-20-2016, 07:14 AM - Forum: Debian
- Replies (3)
|
 |
Hi, I hope someone can help me out.
I am trying to get a Prolific 2303 usb to serial adapter to work with the latest debian Base release (pine64-image-debianbase-310102bsp-2). The adapter works on a RPI but on the Pine you can see the plugged in adapter but it does not get linked to a tty-usb port. Other usb to serial adapters of a different make do get attached to a tty-usb port.
Is the driver included in the build?
Regards,
Jelle
|
|
|
Anyone got jackd working? |
Posted by: jkmooney - 08-19-2016, 06:22 PM - Forum: Debian
- Replies (4)
|
 |
Trying to get Guitarix to run on the Pine64 and it needs me to set up and configure jackd. I've never had good luck with that. Anyone here manage to get it configured / working?
I figure if I can get it to work, I can salvage an old amp into a pretty spiffy Pine64 powered multi-effects practice amp.
|
|
|
pine64-debootstrap |
Posted by: sgjava - 08-19-2016, 06:09 PM - Forum: Ubuntu
- No Replies
|
 |
Create a minimal Ubuntu rootfs from Longsleep's Ubuntu image using pine64-debootstrap. This is if you want to create a minimal server image (the way you want to roll it) with wifi instructions. Just a couple easy scripts and some interactive prompts to answer and you will have a rootfs archive ready to write to SD.
|
|
|
Ubunu not working anymore |
Posted by: CrazyBird - 08-19-2016, 03:41 PM - Forum: Ubuntu
- Replies (14)
|
 |
Hello!
I have installed the Ubuntu release a long time ago on my Pine, and everything worked fine. Main use was with an DVB-C stick and tvheadend as a Videoecorder.
I updated the Ubuntu software regularly and the system worked fine.
With the last updated Ubuntu told me to reboot the system, and from that moment on, startup did not complete.
I get an error "[VFE_ERR]Error registering ve412 subdevice No such device!" and "[VFE_ERR]vfe_register check error at input_num = 0 " (and later 1).
My Pine is connected via eth0 - and as I said before this configuration worked for a very long time..."
Help plz!
Thanks!
|
|
|
|