Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,454
» Latest member: Pattienner
» Forum threads: 16,190
» Forum posts: 116,848
Full Statistics
|
Latest Threads |
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: Pattienner
8 hours ago
» Replies: 2
» Views: 372
|
Any recommended brands/mo...
Forum: Pinebook Pro Hardware and Accessories
Last Post: fnfgopro
10 hours ago
» Replies: 2
» Views: 803
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
Yesterday, 02:25 PM
» Replies: 3
» Views: 566
|
Upgrading Armbian from v2...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
08-09-2025, 06:53 AM
» Replies: 1
» Views: 703
|
Hello from Ukraine
Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
Last Post: Dendrocalamus64
08-08-2025, 07:13 PM
» Replies: 1
» Views: 52
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
08-08-2025, 04:48 PM
» Replies: 5
» Views: 327
|
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: Dendrocalamus64
08-08-2025, 02:39 PM
» Replies: 2
» Views: 180
|
Simple Outdoor Weather St...
Forum: General Discussion on PineTab
Last Post: aria22
08-08-2025, 12:47 PM
» Replies: 0
» Views: 67
|
Armbian fix, current vers...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
08-08-2025, 08:49 AM
» Replies: 0
» Views: 57
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
08-08-2025, 05:39 AM
» Replies: 2
» Views: 172
|
|
|
java crashes |
Posted by: Erik - 06-22-2017, 06:18 AM - Forum: Pinebook Hardware and Accessories
- Replies (10)
|
 |
LS,
I just received my pinebook and I think it's great. Just a small obversation:
java and anything which uses it causes a segmentation fault and core dump. I did an apt install scilab to see if I could use the pinebook to do some calculations. I was 'treated' by aformentioned error. Running java or javac gives a similar result. I then got a fresh jdk from www.java.com and unpacked it in /opt; this seemed to work except that I still have /usr/lib/jvm/jdk1.8.0.----- installed and scilab still crashes.
Any ideas on this (apart from changing $PATH so the /opt/jdk is used before the 'other' one)?
I am only half familiar with the workings of alternative, I noticed a /etc/alternative/ directory where there was a java link present.
Any help would be help-full on this one.
Erik Ulijn
Delft.
|
|
|
Pinebook 14 Speaker Volume |
Posted by: mseth - 06-21-2017, 11:48 AM - Forum: Linux on Pinebook
- Replies (8)
|
 |
Hi,
I just received my PineBook and noticed the speaker don't get very loud.. there is noise coming out from them, but it's very faint. I have to put my ear a few inches away to hear it clearly. I tried turning up the volume on the system and the audio application to full. Has anyone had a similar experience? Does anyone know what might be happening?
Thanks,
|
|
|
Chromium for Q4OS |
Posted by: q4osteam - 06-21-2017, 08:09 AM - Forum: Linux on Pinebook
- No Replies
|
 |
For everyone who want to run Chromium browser within Q4OS. Now it's available from Q4OS Software Centre, just do system update:
sudo apt-get update
sudo apt-get dist-upgrade
and install Chromium from the Software Centre.
|
|
|
Software Updater errors |
Posted by: pfeerick - 06-21-2017, 06:43 AM - Forum: Linux on Pinebook
- Replies (8)
|
 |
This post is here to document a known issue which most likely stems from an odd requirement of the graphical Software Updater tool used in Ubuntu. It's not new, nor is it unique to the pinebook/pine64. It has plagued other SBC communities, even the mighty Raspberry Pi has suffered from it! So, the Software Updater tool runs contently in the background, checking for updates. Or you decide to run it manually... you remember where it is, don't you... it's here:
So, either you run it manually, or it suddenly tells you there are updates ready to install. So you dutifully click the 'Update' button, only to be greeted with this nasty error screen.
What did you do wrong? Absolutely nothing. For some bizzare reason, it expects that /boot has at least 48.2M free (this may not always be the case, but it is the typical number). And since the boot partition is 50M in size, with 23M used on my own system at the time of writing... the 28M of free space just doesn't satisfy it.
So what do you do? Instead, run a terminal, for example, Applications -> System Tools -> MATE Terminal,
and run "sudo apt update && sudo apt upgrade" (without the quotes). That's it. This will update your system, and you won't get any nasty unnecessary warnings about /boot not having enough free space!
Addendum (Jul 17): Just as a follow up, I tried resizing the /boot partition on a microSD build to 100MB, and had no issues with letting the GUI Software Updater do it's thing. It did not touch /boot during the update, and didn't change anything, so it appears to simply be an unnecessary free space check since kernel updates, etc are not done through it on the pinebook. There is also this report by another user who was able to both use it to do updates, and also upgrade from 16.04 to 17.04, which I would only recommend if you accept that this is NOT supported, as 17.04 is NOT a LTS ubuntu version.
|
|
|
NFC for Pine64 |
Posted by: dworkin - 06-21-2017, 05:50 AM - Forum: General Discussion on PINE A64(+)
- No Replies
|
 |
Hello everybody,
I need a Nano computer with Android OS, correct performance and NFC support.
Pine64 seems good for all my requirement, except NFC.
Does a solution exist to add an NFC reader to the Pine64?
|
|
|
Serial port |
Posted by: pfeerick - 06-21-2017, 03:30 AM - Forum: Pinebook Hardware and Accessories
- Replies (2)
|
 |
Just some notes on using the 'earphone serial console' on the Pinebook.
You might have seen the reference guide in the Pinebook resources section entitled "Pinebook Earphone Serial Console Developer Guide" (click the link if you haven't seen it yet!).
You'll have then also seen the super user friendly /sys/class/sunxi_dump/write calls that enable and disable this functionality.
Well on all of ayufan's linux desktop environment builds you have the super handy pinebook_enable_uart.sh and pinebook_enable_headphones.sh scripts (you'll need sudo to run them as they're located in /usr/local/sbin - and need root privleges anyway). You can run them to easily toggle between the two different stages. This will let you see all the boot messages and interact with the serial console on your pinebook, and use the built in serial connection, which is available as /dev/ttyS0 once you boot.
One gotcha will be that on the pinebook DE (desktop environment builds) there is a pinebook-headphones service that runs during boot, so the UART is disabled part way through the boot process. You can easily change this behaviour using systemctl. Simply issue the command sudo systemctl disable pinebook-headphones at a terminal in order to disable it, and naturally you can also enable it again if you wish the headphones functionally to be automatically made available.
There is a possibility this behaviour will change in the future, and that UART via the headphones jack will only be switchable via an on-board switch, so watch this post to see if this behaviour does indeed change. This switch is already present on most production pinebooks, and is a slide switch (referred to as SW11 on p9 of the mainboard schematic) located on the edge of the main circuit board on the far right side. At the present time it simply overrides the GPIO pin that is toggled by the enable/disable scripts, and forces the UART to be permanently on.
|
|
|
SOPINE with Allwinner A63 |
Posted by: stephen fleming - 06-20-2017, 05:50 PM - Forum: General Discussion on PINE A64-LTS / SOPINE
- Replies (3)
|
 |
I have heard that Allwinner is coming out with an improved version of the A64, the A63. The only details that I have heard that are different than the A64 is that it is made with a 28nm process (lower power and hopefully faster CPU clock), and a better GPU - Mali-T760MP2. I would be very interested in a new SOPINE board that uses the A63.
|
|
|
Ubuntu Mate 'Welcome' and Software Boutique. |
Posted by: AndyK - 06-20-2017, 10:43 AM - Forum: Linux on Pinebook
- Replies (4)
|
 |
Not sure if anyone is tracking issues but I flashed Ubuntu 0.5.5-65 onto my new 64g EMMC last night and have been exploring.
Very pleased so far - the Pinebook is awesome.
Anyway one thing I did spot was that the 'Software Boutique' which is part of Ubuntu Mate Welcome seems to show no available software and crashes after a few minutes. Having been away from Linux for a bit, I was hoping this would show me the 'best in class' apps rather than have to trawl through everything on one of the many package catalogs and managers.
The reason it crashes, it seems, is because it doesnt know about ARM builds and since the Pinebook is ARM it shows no available software which then crashes the Boutique.
Can you folks in the Pine community lobby the Ubuntu Mate team to support ARM apps?
Until then: sudo apt-get install ....
Andy
|
|
|
|