| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,700
» Latest member: runongw
» 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
Yesterday, 02:02 AM
» Replies: 8
» Views: 15,528
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 208
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 134
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 112
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 609
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 178
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 481
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,175
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 107
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 105
|
|
|
| Anyone solve the Akonadi problem? |
|
Posted by: metcalsr - 01-28-2020, 07:25 PM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Hey guys, I love the Manjaro ARM and, despite some reservations, I wiped my XFCE install and reinstalled the KDE version. Unfortunately, Akonadi, a pretty essential tool for most of KDE's software, just flat out doesn't work. My buddy installed Akonadi as well and had the same issue. This is pretty disappointing as it severely limits the benefits of running KDE. Has anyone found a solution to this?
|
|
|
|
| Suggested OS? |
|
Posted by: dhosh - 01-28-2020, 07:23 PM - Forum: General Discussion on Pinebook Pro
- Replies (3)
|
 |
As I haven't worked too much with different OS's ... I guess I am looking for suggestions.
I have used Ubuntu for some time, both server/LAMP and desktop setups. All have been on x386 systems, however.
I would like to use the PBP for a daily driver. My uses are pretty light:
Firefox, Chromium, Libre Office, and likely an email client will do most of what I need.
The remainder is an image editor, which most paint programs and GIMP will be just fine.
So far, two items on my 'wanna-gotta have'' list are:
Working One from Wacom tablet
I added drivers and apps from hits I found for the default OS, but so far, no go.
It worked out of the box on Mangaro!
A decent remote desktop, where the host app can be easily installed by someone at the 'far' end, behind a firewall. So ... VNC type apps would be difficult, as well as any that require port forwarding, etc, on their firewall (my Mom, sister, and grandkids!)
I have used AnyDesk and TeamViewer, traditionally, on my Win10 box. But I haven't been able to get either to work yet on the default OS (Debian/MATE) , or Manjaro (I have booting from SD.
I tried OS on the SD card, and wasn't impressed, and think it would be too restrictive, anyway.
So, so far, I have just used the default OS, which I thought I was going to stick with, until the above 2 issues ... an RDP app, and getting the tablet to work ...... and Manjaro.
Any suggestions on OS/app combinations? So far, Manjaro is slightly 'ahead', as the table works on it. :-)
Thanks
|
|
|
|
| Coronavirus outbrake impact on PINE64 |
|
Posted by: Luke - 01-28-2020, 04:16 PM - Forum: News
- Replies (80)
|
 |
Coronavirus restrictions in Guangdong province
The Guangdong province, where cities of GuangZhou and Shenzhen are located, has today issued a restrictive order delaying businesses from resuming activity until 10 February 2020. This is done in an attempt to curb the spread of the Coronavirus. This date may, and likely will, be further extended. For those who don't know, this is the region where PINE64 gear is produced.
Furthermore, Hong Kong - where popular PINE64 devices* featuring Lithium Ion batteries, are shipped from - has now also imposed limitations on border crossings.
[edit 03/02/2020] Hong Kong authorities announced they'll be closing all major boarder crossings from China until further notice.
What does this mean for you?
Production and shipment delays seem unavoidable at this time. The length of the delay will, of course, depend on how quickly authorities are capable of tackling the virus. There is no saying at this point if we are talking days or weeks - no one can predict how the situation will pan out.
If you wish to discuss the outbreak, its severity, how the government is handling the situation or any other aspects pertaining to the epidemic, then this isn't the right place to do so - I redirect you to the WHO discussion forums where such a conversation is more appropriate.
I'll update this post on a need-be basis.
*the Pinebook, PinePhone and Pinebook Pro all ship out from Hong Kong.
|
|
|
|
| openarena build script |
|
Posted by: xmixahlx - 01-28-2020, 03:11 PM - Forum: Pinebook Pro Tutorials
- Replies (4)
|
 |
greetings,
here is a simple build script for openarena that can be used on debian based systems. tested on debian sid arm64. i recommend using mesa-git for the latest panfrost graphics. see that other thread for details.
you can also append openarena commands to the run script, or use to make your own launch script. i've included my own below.
happy fragging.
Code: #! /bin/sh
## BUILD OPENAREA
PREFIX=/usr/local
DEVDIR=~/Development/UPSTREAM
ARCHDIR=release-linux-aarch64
ARENADIR=$DEVDIR/OPENARENA
DESTDIR=$PREFIX/games/openarena
BINDIR=$PREFIX/bin
## GET REQS
sudo apt-get -y install wget git make libsdl-dev libvorbis-dev libxmp-dev build-essential;
## CHANGE TO ARENADIR
mkdir -p $ARENADIR;
cd $ARENADIR;
## MAKE A SIMPLE SCRIPT
echo "#!/bin/sh" > $ARENADIR/openarena.bin
echo "cd $DESTDIR && ./openarena.aarch64" >> $ARENADIR/openarena.bin
## MAKE A SIMPLE PATCHFILE
echo "*** make simple patchfile \n\n";
echo "217a218,219" > $ARENADIR/enable_arm64.patch;
echo "> #elif defined __aarch64__" >> $ARENADIR/enable_arm64.patch;
echo "> #define ARCH_STRING \"arm64\"" >> $ARENADIR/enable_arm64.patch;
## DOWNLOAD
if [ -f $ARENADIR/openarena-0.8.8.zip ]; then
echo "Found Arena Download"
else
wget http://download.tuxfamily.org/openarena/rel/088/openarena-0.8.8.zip
fi;
## GIT
git clone --depth=1 https://github.com/OpenArena/engine;
git clone --depth=1 https://github.com/OpenArena/gamecode;
## UNPACK OPENARENA ZIP
unzip openarena-0.8.8.zip
## BUILD GAMECODE
cd $ARENADIR/gamecode;
make -j;
## PATCH ENGINE TO ENABLE ARM64 AND BUILD
cd $ARENADIR/engine;
patch code/qcommon/q_platform.h ../enable_arm64.patch;
make -j;
## INSTALL
sudo mkdir -p $DESTDIR;
sudo cp -vr $ARENADIR/openarena-0.8.8/baseoa $DESTDIR/;
sudo cp -vr $ARENADIR/gamecode/build/$ARCHDIR/* $DESTDIR/;
sudo cp -vr $ARENADIR/engine/build/$ARCHDIR/* $DESTDIR/;
sudo install -m 0755 -o root $ARENADIR/openarena.bin $BINDIR/openarena;
## FIX PERMS
sudo chown -R root.root $DESTDIR;
sudo chmod a+rx $DESTDIR/baseoa;
## EXIT
exit
my run script. (light used to save and change brightness and kill waybar, which is in the way on sway, then set lightness back to previous and relaunch waybar.)
Code: #!/bin/sh
# RUN OPENARENA
light -O;
light -S 100%;
killall waybar;
cd /usr/local/games/openarena && ./openarena.aarch64 \
+password PINE64 +connect arena.brixit.nl:22222 \
+cg_drawFPS 1 +r_vertexlight 1 +cg_autovertex 1 +r_greyscale 0 \
+r_texturebits 32;
light -I;
waybar;
exit
|
|
|
|
| mesa-git build script for latest panfrost |
|
Posted by: xmixahlx - 01-28-2020, 02:21 PM - Forum: Pinebook Pro Tutorials
- Replies (28)
|
 |
greetings,
if you are on a "recent" kernel (5.2+) you will benefit from installing mesa from git to take advantage of the VERY latest panfrost graphics driver.
below is a simple script to build and install mesa-git for debian-based setups. confirmed working on debian buster, bullseye, and sid. you may rerun the script at will to update mesa-git at any time.
folks on non-debian based systems can simply address requirements manually.
ccache is used to speed up rebuilds. feel free to remove if you don't want that.
hint: regarding rebuilding, you can review the git file changes for panfrost to determine if rebuilding is advantageous.
installing to /usr/local does not impact your distro mesa in ANY WAY. to uninstall for any reason,
enjoy your fps!
EDIT: now part of pbp-tools. see other forum thread for details.
https://github.com/xmixahlx/pbp-tools
https://forum.pine64.org/showthread.php?tid=10190
|
|
|
|
| Arguments for android support |
|
Posted by: metcalsr - 01-28-2020, 02:03 PM - Forum: Android on Pinebook Pro
- Replies (20)
|
 |
Hi guys,
I've talked personally with a few people who seem to think android support isn't really necessary for a strong Pinebook community. Even if Android support seems like the most obvious thing in the world to you, there are people who are firmly against using Android on their device. For this reason, I thought I'd try to enumerate some reasons why I think we really need to get it going.
1. Android provides easy access to Microsoft Office.
Linux users might groan at this, but the Android version of Microsoft Office is surprisingly full-featured. It provides much more than Office Online and many people, even Linux users, still have to use Office to some extent.
2. Access to games
The Pinebook will never be a gaming powerhouse, but if we can get Google Play working reliably, the Pinebook is powerful enough to play a wide variety of Android games.
3. Fills a niche
Considering the low-end specs of the Pinebook, one of the best ways to maintain healthy development for the device is to increase it's lateral utility. Being able to boot into a baremetal armv8 android install would be a strong incentive for hobbyists, developers, and mobile gamers who can't really get that experience from another laptop.
4. Access to Google proprietary video codecs
The Pinebook struggles with 1080p video streaming. There are many android devices with far inferior specs to the Pinebook that can manage it just fine on android.
I'm sure there are more, but these are some of the biggest reasons I don't want to see this area of the forum languish with only three posts.
|
|
|
|
| Sound driver 32bit sample format not working, some freezes and crashes through ALSA |
|
Posted by: aeGh7fae - 01-28-2020, 10:16 AM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
Hello,
I got a new PinebookPro last week and did not change much except installing jackd 2.
I noticed that the sound was totally wrong, not in a distorted sense but technically wrong. After some investigation, actually some hours with ALSA devs in freenodes #alsa channel, they came to the conclusion, that there is some need for clarification and/or work to do.
Bottom line question is: Does the PinebookPro hardware support the 32bit float sample format?
If yes there is something wrong with the driver.
What follows is a curated alsa report summary with annotations from the alsa devs.
I hope this information will be useful in creating a better software revision for units shipped in the future:
Code: [color=#000000]`aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=hw:aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:es8316spksound /dev/urandom`
*sympbolic card name does not work
`aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:0 /dev/urandom`
*no front pcm
`aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=hw:0 /dev/urandom`
*system crash and reboot when accessing alsa directly with pulseaudio running
`pasuspender -- aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=hw:0 /dev/urandom`
*conflict between sample bits and sample format
ACCESS: MMAP_INTERLEAVED RW_INTERLEAVED
FORMAT: S16_LE S24_LE
SUBFORMAT: STD
SAMPLE_BITS: [16 32]
FRAME_BITS: [32 64]
`pasuspender -- aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:aplay --file-type=wav --channels=2 --format=S32_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=hw:0,0 /dev/urandom`
Playing raw data '/dev/urandom' : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo
HW Params of device "hw:0,0":
--------------------
ACCESS: MMAP_INTERLEAVED RW_INTERLEAVED
FORMAT: S16_LE S24_LE
SUBFORMAT: STD
SAMPLE_BITS: [16 32]
FRAME_BITS: [32 64]
CHANNELS: 2
RATE: [8000 96000]
PERIOD_TIME: (333 8192000]
PERIOD_SIZE: [32 65536]
PERIOD_BYTES: [256 524288]
PERIODS: [2 4096]
BUFFER_TIME: (666 16384000]
BUFFER_SIZE: [64 131072]
BUFFER_BYTES: [256 524288]
TICK_TIME: ALL
--------------------
aplay: set_params:1299: Sample format non available
Available formats:
- S16_LE
- S24_LE
`pasuspender -- aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --device=front:aplay --file-type=wav --channels=2 --format=S16_LE --rate=48000 --duration=5 --verbose --dump-hw-params --mmap --device=hw:0 /dev/urandom`
(09:59:40 AM) nilshi: that crashed
*mmap makes the machine reboot sometimes and other times hang up temporarily
*summary the driver has numerous issues[/color]
|
|
|
|
| CPU clockspeed governor |
|
Posted by: Eight Bit - 01-28-2020, 03:02 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hi,
I have a quick question.
When I got my PBP, I had the option to set the CPU speed to 1.99 MHz but after moving the icons around and messing with the layout of my desktop I can set it to 1.55 MHz max. The 1.99 MHz option has disappeared. Also the on-demand option doesn't go higher than 1.55 MHz anymore.
How can I restore this setting so that it goes to 1.99 again?
Thanks for any answers!
|
|
|
|
|