| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,701
» Latest member: Stunnned
» Forum threads: 16,261
» Forum posts: 117,193
Full Statistics
|
| Latest Threads |
Quill OS for the PineNote
Forum: PineNote Software
Last Post: Szybet
7 hours ago
» Replies: 0
» Views: 41
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11 hours ago
» Replies: 2
» Views: 160
|
auto-owning the SD card i...
Forum: PineTab Software
Last Post: biketool
Today, 04:16 AM
» Replies: 1
» Views: 379
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: Stunnned
Yesterday, 01:27 PM
» Replies: 2
» Views: 190
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
11-23-2025, 02:02 AM
» Replies: 8
» Views: 15,547
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 230
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 634
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 216
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 493
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,197
|
|
|
| wlr-randr PMOS + Phosh |
|
Posted by: nieral - 03-29-2020, 03:25 PM - Forum: PostmarketOS on PinePhone
- Replies (9)
|
 |
Hey!
I'm trying to install wlr-randr to change the screen resolution on my pinephone. I'm referring to this thread and the two provided links by "nas", which are related to debian + phosh
I cloned wlr-randr from github
installed build-base
then I run
meson build in thdisplay guidee /wlr-randr directory
but it quits with the following error:
Code: pinephone:~/wlr-randr$ meson build
The Meson build system
Version: 0.53.2
Source dir: /home/nieral/wlr-randr
Build dir: /home/nieral/wlr-randr/build
Build type: native build
Project name: wlr-randr
Project version: 0.0.0
C compiler for the host machine: cc (gcc 9.3.0 "cc (Alpine 9.3.0) 9.3.0")
C linker for the host machine: cc ld.bfd 2.34
Host machine cpu family: aarch64
Host machine cpu: aarch64
Compiler for C supports arguments -Wundef: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Wfloat-equal: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wredundant-decls: YES
Compiler for C supports arguments -Wimplicit-fallthrough=2: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wstrict-aliasing=2: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Wformat=2: YES
Compiler for C supports arguments -Wno-missing-braces -Wmissing-braces: YES
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Found CMake: /usr/bin/cmake (3.17.0)
Run-time dependency wayland-client found: NO (tried pkgconfig and cmake)
meson.build:37:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and cmake
this is the output of the meson-build log:
Code: Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES
Pkg-config binary for MachineChoice.HOST is not cached.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default pkg-config fallback at pkg-config
Trying pkg-config binary pkg-config for machine MachineChoice.HOST at ['/usr/bin/pkg-config']
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Determining dependency 'wayland-client' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion wayland-client` -> 1
CMake binary for MachineChoice.HOST is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Trying CMake binary cmake for machine MachineChoice.HOST at ['/usr/bin/cmake']
Found CMake: /usr/bin/cmake (3.17.0)
Extracting basic cmake information
Try CMake generator: auto
No CXXFLAGS in the environment, not changing global flags.
No LDFLAGS in the environment, not changing global flags.
No CPPFLAGS in the environment, not changing global flags.
Failed to find a fortran compiler for CMake. This might cause CMake to fail.
Called `/usr/bin/cmake --trace-expand .` in /home/nieral/wlr-randr/build/meson-private/cmake_wayland>
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake
-- CMake architectures: []
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share']
Preliminary CMake check failed. Aborting.
Run-time dependency wayland-client found: NO (tried pkgconfig and cmake)
meson.build:37:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and cmake
Both pkg-config and cmake are installed on the system. I do not understand the error messages above concerning pkg-config, which, I assume, are the cause for the error:
Code: Pkg-config binary missing from cross or native file, or env var undefined.
Any idea?
Changing the screen resolution seems to be the only practical way to make application fit the screen. Even the open/save dialogs from PM OS' Core apps are too large (the display guide on the pmOs wiki did not solve the scaling problems for me and is only applicable for qt apps).
|
|
|
|
| DRM on Manjaro? |
|
Posted by: Eight Bit - 03-29-2020, 09:17 AM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
Hi All,
I finally gave Manjaro Linux a try and I really like it so far. It seems a lot more stable than Debian was.
I have no more flickering of the screen, no more random reboots and it generally feels better, although maybe also a bit slower. But I don't know whether that's a fact or just my perception being wrong. 
What I did notice though is that the Spotify web player no longer works, while it did on Debian.
It asks for me to set the browser to accept secured content and I did so on both Chromium and Firefox but the browser just refuses to load the Spotify web player.
Also the dutch television streaming site NPO does not work anymore, and neither does Netflix. I looked it up and it seems that it doesn't work because Manjaro is a pure 64 bit OS while Debian ran 32 bit on a 64 bit environment. If I recall correctly Widevine is still to be made compatible with 64 the bit OS. But... spotify wouldn't need Widevine would it?
So my question is; Does anyone know how to get Spotify playing on my PBP now? Is there a work-around to get the protected video streaming?
Thanks for any answers!
8
|
|
|
|
| PineBook Pro Stemma QT connector for Hardware Hacking |
|
Posted by: ssfrfr@ - 03-29-2020, 02:35 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
I’ve been working on shrinking the 21MB Manjaro kernel, mostly by disabling drivers for hardware you can’t easily install on a PBP, and once I’ve figured that all out I’ll put that up on the wiki.
However, that made me think about the plethora of little I2C sensors - IMUs, GPS, pressure, light - that are available now.
Stemma QT (https://learn.adafruit.com/introducing-a...-stemma-qt) is a 4-pin JST SH (1.0mm pitch) connector, which exposes I2C. It’s possible to level-shift it so that one can safely plug in 5v and 3.3v hardware.
Putting one (or two, with one poking out a new hole in the case) on the audio daughtercard would allow the solderless addition of pretty much any I2C hardware, and thus increases the hackability of the PineBook Pro . . .
I’d buy a new audio daughterboard to add this functionality, because while I could trace the I2C bus and tap it it would be a pain and fragile. Having a proper connector makes adding a sensor or two almost easy, instead of terribly daunting.
|
|
|
|
| SD card slot |
|
Posted by: stefan.schumacher - 03-28-2020, 01:12 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (1)
|
 |
Hello,
it seems I have ruined my SD card slot. I always had trouble getting the cards out, maybe I'm not skilled enough mechanically but now after many laborous attempts to get the card out the SD refuses to stay in the slot - it stays a few mm over the edge of of the opening. Is this fixable? Can I replace the daughterboard?
Why did nobody think of a nice eject button for those of us less skilled mechanically? I think my fingernails are at least a cm to short to eject this sd cards in any way gracefully.
Yours sincerely
Stefan, frustrated
|
|
|
|
| A64 Android 7.0 on Pine phone |
|
Posted by: tgv34 - 03-28-2020, 09:18 AM - Forum: General Discussion on PinePhone
- Replies (3)
|
 |
I received my pinephone a couple of days ago.
After having carefully unpacked the item, I wanted to check the factory tests, but the phone boot stubbornly on Android 7.0 and only on chinese language.
Further more, it is impossible so far to boot from a SD card with pine64-pinephone.img or ubuntu-touch-pinephoe.img ...
If somebody can tell me how to get rid of android 7.0, i would be extremely grateful.
|
|
|
|
| minimalist/no-pulseaudio sound |
|
Posted by: bsammon - 03-27-2020, 10:14 PM - Forum: Linux on Pinebook Pro
- Replies (1)
|
 |
Has anyone been using their PineBook Pro without PulseAudio or in some otherwise minimalist config and playing audio or videos with sound?
Have any interesting findings or discoveries to share?
I've got a minimalist-ish Debian install on mine with no PulseAudio (and no desktop-environment, just a window manager). I've managed to get sound working through headphones, but I've run into problems getting the builtin speakers to work that I haven't fully investigated yet.
When I run alsamixer or alsamixergui, I get an overwhelming display with over 30 different controls, some of which have level sliders and some of which seem to be on/off only. Most of them are somewhat cryptically labelled (at least for a
non-audio-geek like myself) I've found two different controls that (usefully) affect the volume of the headphones, but the one that is labelled "Speaker" is just an on/off control.
I wonder if I should expect/assume that this will get better in future versions of the kernel or the device-tree.
|
|
|
|
| Mastodon instance \ Nextcloud Server |
|
Posted by: fearg - 03-27-2020, 09:24 PM - Forum: Pine A64 Projects, Ideas and Tutorials
- Replies (1)
|
 |
Hi everyone,
First time posting on this forum and completely new to single-board computing.
I have a lot of time on my hands due to college and work being cancelled due to COVID-19, so I ordered myself a PINE A64+ 2GB and it should arrive soon. Very excited to start messing around with it.
My intentions for this board are
>Initially use it as a chip flasher to flash coreboot onto the BIOS chip of my Thinkpad. All of the tutorials I have seen call for a Raspberry Pi but I don't see why the PINE64 shouldn't be able to do the job. Maybe I will write a tutorial if it goes well!
>I live in a collective house. I would like to turn this device into an internet-connected Nextcloud server that I could give an account to each of my housemates if they want it.
>I will also like to set up an instance of Mastodon for the users in the house.
I do wonder if I'm asking too much of this board, for it to be a Nextcloud server and Mastodon server at the same time? What do you think?
I'll let everyone know how I get on.
|
|
|
|
|