| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,672
» Latest member: pavlo
» Forum threads: 16,248
» Forum posts: 117,154
Full Statistics
|
| Latest Threads |
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: zetabeta
3 hours ago
» Replies: 1
» Views: 46
|
Running Pinebook (non-Pro...
Forum: Pinebook Hardware and Accessories
Last Post: guidol
Today, 04:19 AM
» Replies: 0
» Views: 40
|
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:56 PM
» Replies: 3
» Views: 138
|
Pinebook Pro for sale
Forum: General Discussion on Pinebook Pro
Last Post: rfm83
Yesterday, 09:22 AM
» Replies: 0
» Views: 77
|
What is wrong with the Mo...
Forum: General Discussion on PinePhone
Last Post: Mahgue
Yesterday, 05:13 AM
» Replies: 0
» Views: 62
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
11-07-2025, 01:12 PM
» Replies: 12
» Views: 5,863
|
Wake up Call
Forum: General Discussion on PinePhone
Last Post: biketool
11-06-2025, 06:18 AM
» Replies: 6
» Views: 389
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
11-05-2025, 11:17 PM
» Replies: 0
» Views: 94
|
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-05-2025, 02:25 AM
» Replies: 0
» Views: 131
|
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,776
|
|
|
| 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
|
|
|
|
| Disable touchpad tap to click? |
|
Posted by: colin.faulkingham - 06-19-2017, 07:08 PM - Forum: General Discussion on Pinebook
- Replies (25)
|
 |
I am trying to figure out how to disable tap-to-click on the touchpad. Has anyone been able to disable this feature? Currently, I am just disabling the touchpad (fn+f2) while using the keyboard.
Is there a configuration option for /etc/X11/xorg.conf.d/50-pine64-pinebook-touchpad.conf that turns it off?
|
|
|
|
| Missing accessories from order |
|
Posted by: Beasted1010 - 06-19-2017, 11:59 AM - Forum: General Discussion on Pinebook
- Replies (2)
|
 |
When I purchased my Pinebook (back at early first quarter of 2017) I also purchased a "MINI HDMI MALE to HDMI FEMALE ADAPTER", I got my Pinebook in several days ago but still have not received the adapter.
What should I do? My email confirmation of the order after the Pinebook was delivered showed the adapter on the order list as part of the completed order. My purchase history for my card also shows the payment as indicated on the order (which includes the HDMI adapter).
|
|
|
|
|