janoush Posted May 10, 2019 Share Posted May 10, 2019 Hi, I'm new to orangepi3 I tried to run Armbian from SD card. I logged to a system, but couldn't start the GUI. Can anyone help ? Thanks 0 Quote Link to comment Share on other sites More sharing options...
data Posted May 10, 2019 Share Posted May 10, 2019 Is the automatic nightly built for the lite2 still paused? 0 Quote Link to comment Share on other sites More sharing options...
arewedeadyet Posted May 10, 2019 Share Posted May 10, 2019 Wow! awesome work guys! my external USB3 drive bandwidth is completely saturated with the Gigabit ethernet around my house! really fast board too! thanks so much! 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 10, 2019 Share Posted May 10, 2019 5 hours ago, data said: Is the automatic nightly built for the lite2 still paused? They have been re-enabled, but ... @Igor build servers don't seems to do those recent nightly builds ! 0 Quote Link to comment Share on other sites More sharing options...
Vany Posted May 10, 2019 Share Posted May 10, 2019 (edited) Hello, I have a problem on Orange Pi 3 with armbian ubuntu 5.83.190426, 5.84.190508 When replug ethernet cable (or reboot router), network speed becomes slow (~64KB/s per connection or something like this) `reboot` helps `nmcli device disconnect eth0 && nmcli device connect eth0` not helps When unplug, lights go on (yellow constant, green flashing) When power on (boot) without cable plugged, lights off, when plug, lights on, speed fine Maybe system do not detect correctly ethernet unplug What can I do with this problem? If full fix not easy, is it possible to reboot only ethernet to fix it, without system reboot? UPDATE: `sudo ip link set eth0 down && sudo ip link set eth0 up` helps to fix without reboot (I thought I tried it before) Feel free to ask more info if needed Edited May 15, 2019 by Vany partial solution found 0 Quote Link to comment Share on other sites More sharing options...
NicoD Posted May 10, 2019 Share Posted May 10, 2019 I've just tried "Armbian_5.84.190508_Orangepi3_Ubuntu_bionic_dev_5.1.0" There seems to be no throttling happening. I've let it go to 96°C with heatsink and no throttling occured. Don't want to go any higher I've tried with different governors, all the same. Otherwise it seems good. Still needs the wifi fix, and still no sound. 0 Quote Link to comment Share on other sites More sharing options...
flybytim Posted May 10, 2019 Share Posted May 10, 2019 Anyone know about getting composite video out through the 3.5mm jack? 0 Quote Link to comment Share on other sites More sharing options...
Erfan Posted May 11, 2019 Share Posted May 11, 2019 16 hours ago, flybytim said: Anyone know about getting composite video out through the 3.5mm jack? You can check the progress in http://linux-sunxi.org/Linux_mainlining_effort 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted May 11, 2019 Share Posted May 11, 2019 On 5/9/2019 at 3:01 PM, HannesH said: Would really really appreciate if next version would include that too Here is written what you need to do to make this happen. 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted May 11, 2019 Share Posted May 11, 2019 On 5/10/2019 at 3:57 PM, martinayotte said: build servers don't seems to do those recent nightly builds ! Back online. They were made a few hours ago. 0 Quote Link to comment Share on other sites More sharing options...
AZ8 Posted May 11, 2019 Share Posted May 11, 2019 1. How to update opi3 with new builds? apt dist-upgrade? 2. How to turn off red light on op3 board? 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted May 12, 2019 Share Posted May 12, 2019 9 hours ago, AZ8 said: 1. How to update opi3 with new builds? apt dist-upgrade? 2. How to turn off red light on op3 board? 1. Not sure if even necessary but check armbian-config to switch to nightly builds. Be aware that this can brick your board at any time. 2. I do not have an OPi3, though an OnePlus which is also shipped with H6 SoC. Try this: #!/bin/bash echo "heartbeat" > /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger sleep 2 echo "none" > /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger For unknown reason the board does not accept if I write none directly into the trigger, so I wrote this small script. 0 Quote Link to comment Share on other sites More sharing options...
SchmuseTigger Posted May 12, 2019 Share Posted May 12, 2019 3 hours ago, Werner said: 1. Not sure if even necessary but check armbian-config to switch to nightly builds. Be aware that this can brick your board at any time. 2. I do not have an OPi3, though an OnePlus which is also shipped with H6 SoC. Try this: #!/bin/bash echo "heartbeat" > /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger sleep 2 echo "none" > /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger For unknown reason the board does not accept if I write none directly into the trigger, so I wrote this small script. /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger: No such file or directory 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 12, 2019 Share Posted May 12, 2019 3 hours ago, SchmuseTigger said: /sys/devices/platform/leds/leds/orangepi:red:pwr/trigger: No such file or directory On 5.1.y, it has been changed to /sys/devices/platform/leds/leds/orangepi:red:power/trigger 1 Quote Link to comment Share on other sites More sharing options...
SchmuseTigger Posted May 12, 2019 Share Posted May 12, 2019 3 hours ago, martinayotte said: On 5.1.y, it has been changed to /sys/devices/platform/leds/leds/orangepi:red:power/trigger Thank you! That worked. Now one of the two LED is off! Way better. 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 12, 2019 Share Posted May 12, 2019 1 minute ago, SchmuseTigger said: Now one of the two LED is off! If you mean about the green LED, this other one is /sys/class/leds/orangepi\:green\:status ... 0 Quote Link to comment Share on other sites More sharing options...
SchmuseTigger Posted May 13, 2019 Share Posted May 13, 2019 14 hours ago, martinayotte said: If you mean about the green LED, this other one is /sys/class/leds/orangepi\:green\:status ... Ah thanks! I do have 2 red LEDs. I tried the change from red to green in the command with the change from power to status. There is no error but it does not switch off the second (red) LED in the corner. 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 13, 2019 Share Posted May 13, 2019 5 hours ago, SchmuseTigger said: There is no error but it does not switch off the second (red) LED in the corner. Strange ! My OrangePi3 has only 2 LED, one red for power and one green for status. A third green LED is also present on bottom side for PCIe, but it is not turned on by default. All this is also true according to official schematic ... 0 Quote Link to comment Share on other sites More sharing options...
SchmuseTigger Posted May 14, 2019 Share Posted May 14, 2019 18 hours ago, martinayotte said: Strange ! My OrangePi3 has only 2 LED, one red for power and one green for status. A third green LED is also present on bottom side for PCIe, but it is not turned on by default. All this is also true according to official schematic ... well, I just looked at the offical schematics and kinda closed them again, no clue, I see that there is 2 LED (Status / Power) but not anything about the colors. But for sure my 2 LED on the board (there is a yellow one on the Network Port in addition) but on the top side of my board there is 2 red. One went off with the code the other one not with the other one (using Status). But then again, not that important 0 Quote Link to comment Share on other sites More sharing options...
krachlatte Posted May 15, 2019 Share Posted May 15, 2019 Hi, there seams to be an error in the latest upügrade package dpkg-deb: error: unexpected end of file in archive member header in /var/cache/apt/archives/armbian-firmware_5.86.190514_all.deb dpkg: error processing archive /var/cache/apt/archives/armbian-firmware_5.86.190514_all.deb (--unpack): dpkg-deb --fsys-tarfile subprocess returned error exit status 2 Errors were encountered while processing: /var/cache/apt/archives/armbian-firmware_5.86.190514_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ls -la /var/cache/apt/archives/armbian-firmware_5.86.190514_all.deb -rw-r--r-- 1 root root 544 May 14 18:40 /var/cache/apt/archives/armbian-firmware_5.86.190514_all.deb file size is only 544 bytes thanks and keep up this awesome work 0 Quote Link to comment Share on other sites More sharing options...
AZ8 Posted May 15, 2019 Share Posted May 15, 2019 Is it possible to integrate wireguard into armbian for opi3, as for banana pi? Currently, lsmod | grep -i wireguard returns empty 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted May 15, 2019 Share Posted May 15, 2019 8 minutes ago, AZ8 said: Is it possible to integrate wireguard into armbian for opi3, as for banana pi? Currently, Only this way:https://www.armbian.com/get-involved 0 Quote Link to comment Share on other sites More sharing options...
AZ8 Posted May 15, 2019 Share Posted May 15, 2019 27 minutes ago, Igor said: Only this way:https://www.armbian.com/get-involved As I understand from https://github.com/armbian/build/commit/69c231dbc0f6a67adea9c487b52b0482ebac3511 currently WireGuard is disabled. So, should I build image on my box with patch to enable it? 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted May 15, 2019 Share Posted May 15, 2019 Just now, AZ8 said: So, should I build image on my box with patch to enable it? Yes, but future betas will also have it since I enable it yesterday. Waiting will also bring it up. 0 Quote Link to comment Share on other sites More sharing options...
maxlinux2000 Posted May 15, 2019 Share Posted May 15, 2019 Hi, I tried to install on my orangepi3 the last image of 05/15/2019 https://dl.armbian.com/orangepi3/nightly/Armbian_5.86.190515_Orangepi3_Ubuntu_bionic_dev_5.1.0.7z But it gives me a panic kernel when it does the boot. So I've gone back to the old version 5.82.190423 https://dl.armbian.com/orangepi3/nightly/Armbian_5.82.190423_Orangepi3_Ubuntu_bionic_dev_5.0.7.7z and I've updated with apt-get When it has rebooted there was the black screen Before starting the update, the resolution of the display was 1024x768 and its maximum resolution is 1440x900. How do you restore the resolution of the console to 1028x768? I can access to console from another computer via ssh... regards MaX 0 Quote Link to comment Share on other sites More sharing options...
Flole Posted May 16, 2019 Share Posted May 16, 2019 On 3/30/2019 at 7:45 PM, NicoD said: Could anyone else check the voltage on USB please? I'm seeing very low voltages of 4.5V idle to 4V maxed out. I'm using a OPi cable and my 4A PSU from my NanoPi M4. I would like to know if it's my setup. Thank you. P.S. With a higher input voltage of 5.3V(vs 5.1V) I get 4.75V idle and 4.5V maxed out. It's indeed a little low on mine aswell, using the manufacturer's OS it is higher. I think there is just something set wrong on a voltage regulator? The schematics also seem a little off when it comes to the USB Port: GND is connected to the VCC Pin of the Port and vice versa. I was looking for a voltage regulator there but other than the AXP805 I didn't find one. I looked at the AXP805 Datasheet to see if it could be this one, but as it can't output 5V this can't be it. This leaves 2 options: Either it's connected directly to the 5V Input, so does the armbian OS use that much more power than the manufacturer's OS? Or there is indeed some regulator or protection that is not configured properly at this point. 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 16, 2019 Share Posted May 16, 2019 1 hour ago, Flole said: Either it's connected directly to the 5V Input The schematic is clearly stating that USB 5V is coming from VDP3/VDP4 which are connected to VCC-5V, therefore directly from DC-IN of the board 0 Quote Link to comment Share on other sites More sharing options...
Flole Posted May 16, 2019 Share Posted May 16, 2019 3 minutes ago, martinayotte said: The schematic is clearly stating that USB 5V is coming from VDP3/VDP4 which are connected to VCC-5V, therefore directly from DC-IN of the board The schematic also states that VCC-5V is connected to GND of the USB Connector, thats also not the case here so I am very careful about believing that. Also in the powertree and the Block diagram it has a 12V in connected to a DC/DC Converter. Looking at DCIN that DC/DC regulator is gone. So I am really careful when it comes to reading this schematics.... 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted May 16, 2019 Share Posted May 16, 2019 4 minutes ago, Flole said: Also in the powertree and the Block diagram it has a 12V in connected to a DC/DC Converter. Looking at DCIN that DC/DC regulator is gone. So I am really careful when it comes to reading this schematics.... Are you looking at the wrong schematic ? OrangePi3 != OrangePi-RK3399 !!! 0 Quote Link to comment Share on other sites More sharing options...
Flole Posted May 16, 2019 Share Posted May 16, 2019 Just now, martinayotte said: Are you looking at the wrong schematic ? OrangePi3 != OrangePi-RK3399 !!! Nope, it clearly says Orange_PI-3 on it, downloaded from the Google Drive. Dated at November 26th 2018. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.