| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 214
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 15,072
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 208
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,616
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,134
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 143
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,480
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 333
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,328
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 464
|
|
|
| Help debug my pine64A+ ubuntu/plex hangs |
|
Posted by: XaRz - 09-18-2017, 05:17 PM - Forum: Linux on Pine A64(+)
- Replies (8)
|
 |
Hello,
I'm trying to understand why my pine64+ keeps hanging after 3 days or so.
I'm using it as Plex Server (direct play) and it's works very well but when it became unreacheable from the network and I suspect the board hangs. How can I debug the problem? which logs can help me?
Maybe a temperature problem?
Any hint would be great.
I've installed an ubuntu and plex as this guide says: http://jez.me/article/plex-server-on-a-pine64-how-to. In fact I've a rpi-monitor installed too and sometimes the temperature is near 90ºC but normally is 70-75ºC in playing mode.
thanks in advance.
logs.zip (Size: 44.09 KB / Downloads: 639)
|
|
|
|
| Pine64 lcd touche screen |
|
Posted by: Rigor_M - 09-18-2017, 10:15 AM - Forum: General
- No Replies
|
 |
Hi,
Is there a linux distro that support pine64 & the LCD touch screen that is sold with it ?
besides the Android images i mean.
a linux desktop that works with the LCD + touch.
Thank you,
J-F
|
|
|
|
How to set the Power Off key binding in i3wm for the Pinebook |
|
Posted by: MarkHaysHarris777 - 09-16-2017, 10:21 PM - Forum: Linux on Pinebook
- Replies (4)
|
 |
Greetings,
The purpose of this blog post is to detail the steps necessary to set the Power Off key-binding for the Pinebook in i3 window manager. We don't want the Pinebook to come crashing down if we accidentally touch the poweroff button -- so we'll set a key-binding that makes sense requiring at least two other keys , for instance the $mod key and the Shift key. The following key-binding should bring the system down cleanly ( and power off properly ) without prompting for a password:
$mod+Shift+XF86_PowerOff
The key-binding will be placed in the i3 config; but I'm getting ahead of myself. The first step is to build the poweroff script in /usr/local/sbin/
Pb_poweroff.sh
The simple script above should be placed in /usr/local/sbin/ and should be made active with the following commands:
sudo chown root:root Pb_poweroff.sh
sudo chmod 0754 Pb_poweroff.sh
The next step is to place a rule file in /etc/sudoers.d/ so that the command trigger will not prompt for the sudo password when the key-binding is pressed. Creat the following rule file in /etc/sudoers.d/ :
Pb_power_rule
Code: # Pb power rule
Cmnd_Alias PBPOWEROFF=/usr/local/sbin/Pb_poweroff.sh
ALL ALL=NOPASSWD: PBPOWEROFF
Place the above rule file in the /etc/sudoers.d/ directory and activate with the following commands :
sudo chown root:root Pb_power_rule
sudo chmod 0440 Pb_power_rule
The last step is to place the following bindsym entry in the i3 configuration ~/.config/i3/config , in your home directory:
bindsym $mod+Shift+XF86_PowerOff exec sudo /usr/local/sbin/Pb_poweroff.sh
Place the above bindsym entry somewhere near the end of your i3 config after the "resize" and before the "bar". The configuration file is ~/.config/i3/config
Activate the key-binding by either pressing $mod+Shift+c to re-read the config, or $mod+Shift+r to restart i3wm.
Theory
Pressing the Pinebook power button returns scancode 124; key-sym XF86_PowerOff. This by default does nothing in i3wm; unlike other OS window manager | desktops , which typically pulls up the shutdown dialogue.
With our keybinding in effect the Pb_poweroff.sh script will be called with sudo, and because the Pb_power_rule file exists in /etc/sudoers.d/ the command trigger will not prompt for the password, but the poweroff command will simply take effect: while holding down the mod key, and the Shift key together, press the power button and the i3 window manager will exit and the system will cleanly shutdown and power off.
|
|
|
|
| Octoprint |
|
Posted by: Cellarboy - 09-16-2017, 10:04 AM - Forum: General Discussion on ROCK64
- Replies (3)
|
 |
Sorry if this is a dumb or frequently asked question, but is there a working Octoprint build for the Rock64? I’m weighing up going the easy route and just just getting a Raspberry Pi, but I do like the idea of having a board with a bit more grunt or processing headrooom that the Rock64 seems to offer.
Many thanks in advance.
|
|
|
|
| Shutdown / Restarting Android Rock64 |
|
Posted by: Farley56 - 09-15-2017, 09:15 AM - Forum: Android on Rock64
- Replies (5)
|
 |
Wondered about the recommended method of powering down Rock64 running Android. Found a post in the Pine64 section from 2016. Here's what I experienced.
1. Short press of the power button on Rock64 = blanks the screen. Short press a second time brings up the screen.
2. Long press of the power button on Rock64 = displays power off / restart dialog box. Defaults to power off, press Enter, Rock64 powers off. Arrow down to Restart, then Enter, Rock64 says powering down, and then it restarts.
3. Restarting via the settings menu (Settings - About - Restart) also restarts but I couldn't find anything in settings about shutting down.
4. Pressing the reset button on Rock64 = resets (probably not recommended, doesn't correctly close first, just hard reset like pulling the power?).
5. If off - pressing the power button = powers it up, pressing the reset button = powers it up.
I assume my results are by design. If not, best method for powering down? Don't want to corrupt the eMMC. Thanks.
NOTE: base Android, not Android TV build. Not sure if the results would be the same.
|
|
|
|
|