Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,698
» Latest member: rth
» 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,502
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 203
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 124
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 102
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: 167
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 474
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,165
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 100
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 102

 
  CPU Architecture
Posted by: bogomip - 12-03-2019, 03:35 PM - Forum: General Discussion on Pinebook - No Replies

I am unfamiliar with architecture that uses two separate and different CPU's this way. Processing wise, what is going on here? Thanks.

 Cortex-A72 (big cluster):

    Dual-core Cortex-A72 up to 2.0GHz CPU
    Superscalar, variable-length, out-of-order pipeline
    L1 cache 48KB Icache and 32KB Dcache for each A72
    L2 cache 1024KB for big cluster

Cortex-A53 (little cluster):

    Quad-core Cortex-A53 up to 1.5GHz CPU
    In-order pipeline with symmetric dual-issue of most instructions
    L1 cache 32KB Icache and 32KB Dcache for each A53
    L2 cache 512KB for little cluster


  Countries frequency bands
Posted by: grouba - 12-03-2019, 03:08 PM - Forum: General Discussion on PinePhone - Replies (9)

Dears,

Would anyone know if Pine Phone would work 100% (data, voice, etc) in Brazil. 
My current local courier is Vivo.

Thank you for any insights!


  Increase Screensavers FPS
Posted by: jholz88 - 12-03-2019, 01:57 PM - Forum: General Discussion on Pinebook Pro - No Replies

I've been attempting to improve the performance of screensavers on my Pinebook Pro, but I need some help.

OS: Ubuntu Mate Bionic (ayufan)
Screensaver: GLMatrix (xscreensaver-gl)

Default Settings: (/usr/lib/xscreensaver/glmatrix -fps)
8-10 FPS
70-75% CPU

Current Settings: (/usr/bin/gl4es /usr/lib/xscreensaver/gl4matrix -fps)
14-20 FPS
45-55% CPU

I created the following bash script in ~/.local/lib/xscreensaver named "glesmatrix" and made it executable (chmod +x ./glesmatrix)

Code:
#!/usr/bin/env bash
set -e

/usr/bin/gl4es /usr/lib/xscreensaver/glmatrix ${@}

I copied /usr/share/applications/screensavers/glmatrix.desktop to ~/.local/share/applications/screensavers/glesmatrix.desktop and modified it as follows.
Code:
[Desktop Entry]
Name=GLESMatrix
Exec=/home/jholz88/.local/lib/xscreensaver/glesmatrix -fps -root
;TryExec=/usr/lib/xscreensaver/glmatrix
Comment=Draws 3D dropping characters similar to what is seen in the title sequence of "The Matrix". See also "xmatrix" for a 2D rendering of the similar effect that appeared on the computer monitors actually *in* the movie. Written by Jamie Zawinski.
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver;
OnlyShowIn=MATE;

This is where I'm stuck. The new GLESMatrix entry shows up in mate-screensaver-preferences, but fails to start the screensaver in the preview window.

Things I've Tried:
* Killing mate-screensaver and re-running it with --debug.
No dice.

* Change Exec= to "env LD_LIBRARY_PATH=usr/lib/arm-linux-gnueabihf/gl4es /usr/lib/xscreensaver/glmatrix -fps -root"
Nah ah ah. You didn't say the magic word.

* Exported LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/gl4es
I have come here to chew bubblegum and kick ass…and I'm all out of bubblegum.

So yea, if anyone could help me figure this out I'd be much appreciated. It would apparently 2x the performance and 1/2 the CPU usage. Not to mention saving battery life.


  Bricked PBP after writing image to eMMC?
Posted by: wvdschel - 12-03-2019, 09:49 AM - Forum: Linux on Pinebook Pro - Replies (20)

Hi all,

I got my PBP yesterday and I tried flashing it with a few images to see which one works best for me.

I tried the updated Debian one from mrfixit, but that ended up having broken (?) Mali drivers.
I decided to give ayufan's Ubuntu bionic images a shot next. However, after flashing the LXDE image, it seems like I can no longer boot.

I was running Debian from SD and flashed the Ubuntu from that one, but now I am greeted with an orange led & unlit screen when booting without an SD card.

When I put the SD card back in, the power LED turns green after a while, and flickers for a time indicating disk activity, but the screen also stays black.

Anyone else had this problem? What can I do to resolve this?

Edit: just tried logging in after booting from SD, and it seems like that's working, apart from not having any display output or backlight. I'm going to try the eMMC image next, see what happens.


  Wrong keyboard Lay-out in Login and terminal
Posted by: Firedevil79 - 12-03-2019, 08:33 AM - Forum: General Discussion on Pinebook Pro - Replies (1)

Dear all,

I do have the ISO Version (UK Lay-out)
I just recognized the default Debian image set up the keyboard for login
Screen to US (in graphical login)

I was able to fix this by setting /etc/default/keyboard
XKBLAYOUT=„gb“

Now the graphical login accepts the korrekt keymapping

Unfortunately the console (ctrl-alt-f1) is still at default US layout 
I tried to modify / create /etc/vconsole.conf and setting there 
KEYMAP=gb 

But there is no change.

Does anybody know where I should modify?

Thx 
Jens


  Upgrade Debian kernel on a SD/SATA drive boot combo.
Posted by: linuxha - 12-03-2019, 01:57 AM - Forum: Linux on RockPro64 - Replies (6)

I currently have:
Linux taz 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 GNU/Linux

Debian 9
Root is on sda2
Boot is on the sd card (/dev/mmcblk0p*)

I am trying to upgrade it to a later release so I can get fan control (I have no pwm device). I've used aptitude to jump to 5.4.0-rc1-1120 but I don't seem to get it to reboot to it. I see a number of files on /boot (on the SD card) and I'm not sure if I need to change any of them (the efi is not something I've figured out yet).


  Fingerprint sensor
Posted by: Edd - 12-03-2019, 01:01 AM - Forum: PinePhone Accessories - Replies (4)

Would it be possible to connect a fingerprint sensor to the pogo pins on the back of the phone?


  Unable to set wifi regulatory region
Posted by: electriccrowbar - 12-03-2019, 12:04 AM - Forum: Linux on Pinebook Pro - Replies (1)

I'm not able to scan for or connect to several of my usual wifi networks (generally the higher numbers).

iw reg get showed I had an unset (00) region so I tried to set it and I don't seem to be able to. I'm using Manjaro pre-release 4 but have seen similar behavior on Debian.

I've tried a few different ways of setting my region but none have had worked.
- Setting region with iw reg set returns 0 but has no effect.
- Installing crda and setting my region via /etc/conf.d/wireless-regdom doesn't have an effect.
- Setting it manually in the module with echo "options cfg80211 ieee80211_regdom=US" | sudo tee /etc/modprobe.d/cfg80211.conf does at first appear to work when I check my region but I'm still not able to see any more channels.


I can work around this at home (at the cost of more congestion) by setting a lower channel, but when traveling i'm out of luck pretty often.


Photo Pine A64+ from Kick starter running Pi-Hole
Posted by: netHolio - 12-02-2019, 09:36 PM - Forum: General Discussion on PINE A64(+) - No Replies

I played with my little Pine A64+ for about 6 months and got busy with other projects, so the little computer eventually took up a display only spot on the shelf for almost 4 years. 
Then I heard about Pi-Hole and did a little research...

Now the Little Pine A64+ Is Running Armbian Bioninc (Ubuntu 18.04.3 LTS) With Pi-Hole FTL v4.3.1.

Web browsing does seem faster with this as my DNS server

Simply wonderful!
Basic System Info
Pi-Hole Dash
Looking good!


  L2TP Client Package For PBP
Posted by: CloudPlumber42 - 12-02-2019, 07:15 PM - Forum: General Discussion on Pinebook Pro - Replies (10)

Looking for an L2TP/IPSec client for my PBP. Any suggestions?