| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,095
» Latest member: tgbgreen
» Forum threads: 16,358
» Forum posts: 117,524
Full Statistics
|
| Latest Threads |
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 142
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 94
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,563
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,713
|
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 110,920
|
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,880
|
Big thanks for the docume...
Forum: General Discussion on Pinebook Pro
Last Post: alchemist
06-25-2026, 12:58 PM
» Replies: 0
» Views: 196
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
06-23-2026, 06:53 AM
» Replies: 16
» Views: 34,478
|
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
06-23-2026, 01:12 AM
» Replies: 3
» Views: 5,584
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
06-23-2026, 01:04 AM
» Replies: 5
» Views: 3,904
|
|
|
| Root Possibility |
|
Posted by: medc69 - 09-18-2017, 08:15 PM - Forum: Android on Rock64
- Replies (7)
|
 |
Anyone get Stock Build Android 7.1.2 (20170809) rooted? iRoot said it is rooted but SuperSU and Free Root Checker respond with root not available.
|
|
|
|
| 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: 674)
|
|
|
|
| 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.
|
|
|
|
|