| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
11 hours ago
» Replies: 12
» Views: 38,464
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
Yesterday, 04:47 PM
» Replies: 16
» Views: 11,023
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
Yesterday, 07:28 AM
» Replies: 0
» Views: 44
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 195
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 104
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,047
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 266
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 149
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,612
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,226
|
|
|
| How to open a note in Gnote |
|
Posted by: MarkF - 10-02-2020, 02:43 PM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Dear All,
I'm a noob to all this. I got my PinePhone convergence edition (3GB/32GB) a week or so ago and I'm running Manjaro Phosh. I've tried everything I know how to actually open a note in Gnote, but nothing seems to work. It lists the notes fine, but no combination of short tap, long press, swipe up, swipe down, swipe left or swipe right will actually open the bloomin' thing! Any advice very welcome.
|
|
|
|
LO Frequency of WiFi Chip |
|
Posted by: DingDangDoong - 10-02-2020, 02:42 PM - Forum: PinePhone Hardware
- Replies (1)
|
 |
Hello All,
I've recently become interested in radar-detector-detectors, they are devices that can be used to detect if a radar detector is being used to check for speed traps. I know they work by detecting local oscillator leakage from the radar detector and I want to see if that is possible for WiFi modules. That capability could be really useful for hardware cybersecurity efforts.
I've read the data sheet of the RL-SM02BD that is on here and it did not explicitly say what the chip uses for the LO its RF front end. Before I start going crazy with the VNA I wanted to ask if anyone here has more insight into this chip's operation? I don't know all that much about it.
|
|
|
|
| Downgrading packages on Manjaro ARM (on the example of boinc) |
|
Posted by: wrzomar - 10-02-2020, 12:20 PM - Forum: Pinebook Pro Tutorials
- No Replies
|
 |
There is a problem with boincmgr from the newest boinc package (7.16.9), it's impossible to add projects.
The solutions are:
- wait for update,
- use another boincmgr over network,
- downgrade boinc package.
In Arch Linux there is a way to downgrade a package installing a package (from cache or from Arch Linux Archive a.k.a ALA) and blocking its version in /etc/pacman.conf using IgnorePkg definition.
You can do it manually or using 'downgrade' script from AUR. The catch (on Manjaro ARM) is the downgrade script uses default ALA url (https://archive.archlinux.org/) and unless you have older versions of boinc in your cache, it fails to downgrade boinc package.
ARM packages are archived here: http://tardis.tiny-vps.com/aarm/
To downgrade boinc manually you have to:
1. Go to '/aarm/packages/b/boinc/' http://tardis.tiny-vps.com/aarm/packages/b/boinc/
2. Download tar.xz and tar.xz.sig files with older version of boinc (e.g. 7.16.7)
http://tardis.tiny-vps.com/aarm/packages...pkg.tar.xz
http://tardis.tiny-vps.com/aarm/packages...tar.xz.sig
3. Verify package with 'pacman-key --verify'
Code: pacman-key --verify boinc-7.16.7-1-aarch64.pkg.tar.xz.sig
4. If it's verified, install with:
Code: sudo pacman -U boinc-7.16.7-1-aarch64.pkg.tar.xz
5. Block boinc from updating:
Add
line to the /etc/pacman.conf and synchronize (you will have to close update icon before, I had to reboot for pamac-manager to block boinc updates):
The easier way is by downgrade script, you need to install it from AUR with pamac-manager or manually:
First install yay:
Then install downgrade:
Then you will need to "tell" downgrade script ALA url using its cli option:
Code: downgrade --ala-url http://tardis.tiny-vps.com/aarm/ boinc
or create bash alias and then use this alias to run downgrade:
Open ~/.bashrc with your favourite text editor and add line:
Code: alias downgrade-arm='downgrade --ala-url http://tardis.tiny-vps.com/aarm/'
Then (in new shell) you can use this alias like regular downgrade:
Then you will be asked couple of questions, to choose version and to add IgnorePkg (the last one is only if package was not ignored already).
Downgrading packages in Manjaro is better explained here:
https://wiki.manjaro.org/index.php?title...g_packages
|
|
|
|
| Sluggish keyboard response since a few days |
|
Posted by: LinAdmin2 - 10-02-2020, 11:17 AM - Forum: Mobian on PinePhone
- No Replies
|
 |
When I started using mobian, the keyboard response (local and via sssh) was ok.
Now, after a few days of upgrades from SID, it has become very sluggish. On ssh (when system is idling) it may take a few seconds from a key-press until it gets displayed.
htop on ssh shows an avg. load of 3-7% (including htop itself) and nothing suspicious.
Do others have the same problem?
What can be done?
|
|
|
|
| XMonad on Manjaro: is anyone having success? |
|
Posted by: yashrk - 10-02-2020, 09:40 AM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Hi. I'm using Manjaro on PineBook Pro and I'm trying to install XMonad.
There is no official package for this WM, and packages from aur cannot be built (Haskell infrastructure for aarch64 in Manjaro seems broken at all).
I installed GHC and Cabal from Nix repository. I even had successfully built XMonad once, but it failed to recompile itself after an update.
I can now build XMonad binary using GHC from Nix, but it won't start because of different versions of glibc in the system and in the nix environment.
Have anyone a success in running XMonad in Arch? If so, what toolchain you used?
|
|
|
|
| Correct setup for u-boot and fstab ? Device not booting |
|
Posted by: as365n4 - 10-02-2020, 09:11 AM - Forum: Linux on Pine H64
- Replies (30)
|
 |
I am trying to get Vanilla Debian up and running on the H64B.
I have build Arm-Trusted-Firmware and U-Boot from git/source and got the u-boot-sunxi-with-spl.bin file which I copied with "sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8" to my eMMC-Module.
My fstab is as below, with /boot flagged as bootable by fdisk.
/dev/mmcblk1p1 /boot ext2 defaults 0 2
/dev/mmcblk1p2 / ext4 errors=remount-ro 0 1
/dev/mmcblk1p3 swap swap defaults 0 0
Then powered up the H64B only shows that he has loaded u-boot and then stops/hangs and does not carry on to load Linux from /boot.
Am I missing something ???
Any adivce would be greatly appreciated.
I am tinkering with this for a while now and can't get past the U-Boot SPL prompt....
Here is that i am doing https://github.com/as365n4/Debian_on_Pin...neH64B.pdf
|
|
|
|
| Running Libgdx sdk on pinebookpro |
|
Posted by: Nick_dnepr - 10-02-2020, 07:49 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hey, guys, has anyone successfully launched libgdx sdk? I just wanted to try to do a bit of game development, but it just fails with
"wrong ELF class: ELFCLASS32"
I reckon the reason is 64 and 32 bit compatibility but i am not sure how to fix that. If anyone had encountered similar issue before please tell if is even possible to solve it.
Feel free to ask for any additional information
|
|
|
|
| Ubuntu 20.10 beta |
|
Posted by: Mangled - 10-02-2020, 06:14 AM - Forum: Linux on Pinebook Pro
- Replies (21)
|
 |
Hi,
Would it be possible to upgrade from the pinebook Ubuntu 20.04 image to 20.10 beta? Does anyone run Ubuntu currently? Does the Ubuntu os work fine on pinebook?
|
|
|
|
| Shipping 1.2a - HDMi No Solder ? |
|
Posted by: bmsleight - 10-02-2020, 05:42 AM - Forum: PinePhone Hardware
- Replies (8)
|
 |
Hello!
I am a middle of the road hacker and I am comfortable with early release hardware and software. However I can not solder, especially anything small - I lack the dexterity (even with a microscope)
I like to play with a PinePhone. To have Mobian running with the option, using a UBC-C cable/Hub to have HDMI output when needed.
https://wiki.pine64.org/index.php?title=...rdware_Fix
Concerned if I purchase today, my lack of soldering skills is an issue. Is pinephone purchase today 1.2a+ with this issue fixed ?
Thanks,
Brendan
|
|
|
|
|