| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,699
» Latest member: bigyoshi
» Forum threads: 16,260
» Forum posts: 117,188
Full Statistics
|
| Latest Threads |
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
Today, 02:02 AM
» Replies: 8
» Views: 15,507
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 204
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 126
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 105
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 603
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 168
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 475
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,166
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 101
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 102
|
|
|
| The usage/access of the SPI flash |
|
Posted by: aaspectre - 01-05-2020, 10:59 PM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
So, reading through the wiki, if my reading comprehension is where it should be, it appears to me that is
1. the RK3399 searches to boot from SPI flash first
2. there is spi flash presentt
3. it is unused or it's use is undocumented
I ask, because this would be the obvious place for a more complex bootloader (i.e. coreboot) instead of relying on the hardcoded boot order, potentially adding support for SSD boot without any hacky drive leapfrogging stuff.
Apologies if this has been talked about before, couldn't quite find anything though.
EDIT: I was so eager to be helpful I didn't even look at the pinned posts, lol.
|
|
|
|
| PineBook Pro Status Update Page? |
|
Posted by: LittleWalter - 01-05-2020, 10:24 PM - Forum: General Discussion on Pinebook Pro
- Replies (19)
|
 |
Hi,
I'm sure that I'm in the same boat as other folk that made orders, but is there a place to check order-update status? Or should just wait until the end of the month before doing anything like contacting the sales people directly?
I placed an order in early December for an ANSI Pinebook Pro and only received the the paypal transaction email, no kind of direct Pine64 confirmation email. I don't even remember what the particular email address I used for the order, so I don't even know how to look that up.
Thanks!
|
|
|
|
| Adjust brightness of backlight i3w-Manjaro |
|
Posted by: Gerhard - 01-05-2020, 04:06 PM - Forum: Pinebook Pro Tutorials
- No Replies
|
 |
To adjust the brightness in i3w on Manjaro or Arch:
-
Code: sudo pacman -S brightnessctl
- Add this keybindings to your config:
Code: #Adjust Brightness with brightnessctl
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q s +1
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl -q s 1-
Reload your config and adjust brightness with FN+F1 and FN+F2
|
|
|
|
| i3blocks Manjaro battery status script |
|
Posted by: Gerhard - 01-05-2020, 02:35 PM - Forum: Pinebook Pro Tutorials
- No Replies
|
 |
I did this to have battery-status on the i3bar:
Code: #!/bin/bash
#simple Shellscript for i3blocks on Pinebook pro
#05012020 geri123@gmx.net Gerhard S.
#battery-symbols: on Manjaro you need the awesome-terminal-fonts package installed!
PERCENT=$(cat /sys/class/power_supply/cw2015-battery/capacity)
STATUS=$(cat /sys/class/power_supply/cw2015-battery/status)
case $((
$PERCENT >= 0 && $PERCENT <= 20 ? 1 :
$PERCENT > 20 && $PERCENT <= 40 ? 2 :
$PERCENT > 40 && $PERCENT <= 60 ? 3 :
$PERCENT > 60 && $PERCENT <= 80 ? 4 : 5)) in
#
(1) echo $STATUS::"" ::$PERCENT%;;
(2) echo $STATUS::"" ::$PERCENT%;;
(3) echo $STATUS::"" ::$PERCENT%;;
(4) echo $STATUS::"" ::$PERCENT%;;
(5) echo $STATUS::"" ::$PERCENT%;;
esac
and in the i3blocks-config:
Code: [batterystat]
command=sh ~/.config/i3blocks/scripts/batterystat
interval=5
|
|
|
|
| Unable to read files on samba shares (but browsing OK) |
|
Posted by: regivanx - 01-05-2020, 08:34 AM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Hello!
On default OS: I can browse samba shares, but not open files.
After installing vlc-plugin-samba, I can read files with vlc :
smb://share/music/sweet_sms.mp3
but no:
smb://[2a01:e0a:185:7630:9eb7:dff:fe6c:1e86]/music/sweet_sms.mp3
No other program can read any file. After installing the samba plugin, vlc is the only exception.
In Windows, open shared files works normally.
|
|
|
|
| Still trying to upgrade |
|
Posted by: georgetina1 - 01-05-2020, 05:16 AM - Forum: Rock64 Tutorials
- Replies (1)
|
 |
Manage to get the system to carry out upgrade to LXDE version 0.8.3 but on reboot the boot sequence runs and then the screen goes blank with the cursor flashing. Reboot gives the same result. Any help please.
|
|
|
|
| Java 64bit |
|
Posted by: Dreamwalker - 01-05-2020, 05:15 AM - Forum: Linux on Pinebook Pro
- Replies (6)
|
 |
This is probably obvious but I am not brilliant on linux but how do I enable the 64bit JVM for java? I don't want to just follow some random instructions on the internet due this not been an intel device!
|
|
|
|
| Baldur's Gate on Pinebook Pro |
|
Posted by: brzegorz - 01-05-2020, 04:51 AM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Hi, I've managed to get Baldur's Gate II running on Pinebook Pro with Manjaro. In order to achieve that you need to use the GemRB open-source engine. I've published a script which achieves that. Before running, you need to download the latest release from https://github.com/gemrb/gemrb/releases/tag/v0.8.6. Baldur's Gate is bundled with it's enhanced edition on GOG. You can extract it using innoextract, available in Manjaro repositories. I had issues with the git version, though it might have had to do with bad cmake flags. Please note that the script doesn't install the dependencies - check out the sources.
https://bitbucket.org/brzegorz/pinebookp...l_gemrb.sh
Sources:
http://gemrb.org/wiki/doku.php?id=installation
Things I had to correct in order to get it to work:
- Your installation should be in a folder without spaces, e.g. "BaldursGateII" instead of "Baldurs Gate II"
- cmake .. -DDISABLE_WERROR=1 -DSDL_BACKEND=SDL2 -DOPENGL_BACKEND=OPENGL -DSTATIC_LINK=enabled
- I haven't checked if DISABLE_WERROR and SDL_BACKEND make a difference
- OPENGL_BACKEND=GLES caused segfaults when starting the game for me
- STATIC_LINK=enabled is needed for the game to compile. It might have to do with my Python installation, but, well, it works
- My gemrb.cfg: https://pastebin.com/LvcwRhzw. The annoying thing is that the one which is copied from build dir has wrong paths
- to run: gemrb -c gemrb.cfg
I'm working on the widescreen mod and testing how it actually works right now.
EDIT1: I've freed my friends and won an epic battle with Mephits on 640x480. Stuff seems to be working just fine.
EDIT2: I've added a script to install the widescreen mod. Mephits die twice, everything works: )
https://bitbucket.org/brzegorz/pinebookp...escreen.sh
|
|
|
|
|