Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,303
» Latest member: jackleen
» Forum threads: 16,143
» Forum posts: 116,675
Full Statistics
|
Latest Threads |
eMMC failed
Forum: Pinebook Pro Hardware and Accessories
Last Post: Der Geist der Maschine
23 minutes ago
» Replies: 17
» Views: 11,967
|
(real) Mainline U-boot fi...
Forum: General Discussion on ROCKPRO64
Last Post: aleksei
10 hours ago
» Replies: 0
» Views: 43
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: ksosn
Yesterday, 03:00 AM
» Replies: 0
» Views: 64
|
Pinebook Pro in EU for Sa...
Forum: General Discussion on Pinebook Pro
Last Post: shelfaberrant
06-19-2025, 02:14 AM
» Replies: 4
» Views: 2,533
|
Axolotl on PinePhone / Mo...
Forum: Mobian on PinePhone
Last Post: zetabeta
06-19-2025, 01:52 AM
» Replies: 222
» Views: 237,553
|
touchscreeh doesn't accep...
Forum: PinePhone Pro Hardware
Last Post: teekay
06-19-2025, 01:13 AM
» Replies: 5
» Views: 441
|
Wake-up call
Forum: General Discussion on PinePhone
Last Post: KC9UDX
06-18-2025, 08:38 PM
» Replies: 9
» Views: 611
|
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
06-17-2025, 06:27 AM
» Replies: 64
» Views: 20,843
|
VoIP account on mobian di...
Forum: Mobian on PinePhone
Last Post: j_s
06-15-2025, 04:19 PM
» Replies: 0
» Views: 83
|
Internal WiFi status?
Forum: PineTab Software
Last Post: wolfallein
06-15-2025, 04:52 AM
» Replies: 37
» Views: 26,781
|
|
|
Short Guide to Using OpenVPN client GUI and .ovpn config file on PP |
Posted by: biketool - 12-16-2024, 02:07 PM - Forum: Mobian on PinePhone
- No Replies
|
 |
A pretty simple guide, Mobian Trixie is setup to use wireguard for VPNs.
It is pretty easy to add openVPN client services though.
first install two packages
Code: sudo apt install openvpn network-manager-openvpn-gnome
now the Gnome openVPN network GUI expects you to hand it all of your certificates separately but you can have the CLI add your .ovpn file which I had generated on my openVPN server running on my Debian VPS.
The .ovpn file contains all of the settings and certificates you need to make the connection though for some services you also need to add your username and password.
Code: sudo nmcli connection import type openvpn file /home/mobian/exampleVPN.ovpn
Easy as that for your own VPN server's .ovpn file or one you get from ProtonVPN or other VPN service.
In trixie you even get a clicker button in the pulldown notification area along with bluetooth battery and wifi toggles once the VPN is setup.
|
|
|
Need OS |
Posted by: mtcomp - 12-16-2024, 09:26 AM - Forum: General Discussion on PINE A64(+)
- Replies (13)
|
 |
I'm looking for the os for the original Pine A64 A64+ I have over and over downloaded the android 8.1
I have also installed on my computer even going back to older systems Phoenix card win 32 disk manager and Etcher
with 7 zip and i can not find an *.IMG for the life of me can some one please tell me what I'm doing wrong or give me a link to the correct software
Please and thank you
|
|
|
Mobian Bulleyes |
Posted by: aberrio - 12-16-2024, 08:27 AM - Forum: Mobian on PinePhone
- No Replies
|
 |
Hi,
Where I can download the Bulleyes version?. I updated to Bookworm and is not working, but with the Bulleyes version worked since day one.
Regards
|
|
|
Void Linux: missing firmware from pinebookpro-firmware? |
Posted by: remph - 12-15-2024, 01:58 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
I'm running Void on my pbp, which currently is working fine, but during installation wifi didn't work, and `ip a` said that wlan0 didn't exist at all, and the privacy switches didn't help. The unbind/bind trick:
Code: sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/{un,}bind <<< 'fe310000.mmc'
complained through dmesg of error -2 when looking for brcm/brcmfmac43455-sdio, which indeed didn't exist, so I copied it over from the stock Manjaro install on the eMMC (here eMMC is mounted under `/run/mount/manjaro' and void SD card is mounted under `/run/mount/void'):
Code: cd /run/mount/manjaro/
cp --parents -Pvt ../void/ lib/firmware/{brcm/brcmfmac43455-sdio.{bin,clm_blob,'pine64,pinebook-pro.txt'},cypress/cyfmac43455.*}
Now it works. Should those files be in pinebookpro-firmware?
|
|
|
Lightweight Browser? |
Posted by: jakfish - 12-14-2024, 04:35 PM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Running a PP Beta/kb/Manjaro/box86, life is fine in most categories. But chromium is glacial and links2 has developed issues bringing up news sites such as washingtonpost/reuters/etc (java complaints and so on).
Is there a very-modest browser that I'm missing? Graphics/video unimportant. I suppose links (vs links2) would be the fallback, but wouldn't mind something a little less stark.
Jake
|
|
|
Horizontal lines appearing on Display in bright conditions |
Posted by: harrywoods - 12-12-2024, 09:20 PM - Forum: General Discussion on PineTime
- Replies (1)
|
 |
Recently, I’ve noticed that in bright environments, particularly when I’m outside, there are pairs of horizontal lines appearing on the screen. This happens regardless of whether the display is active or not.
The lines seem to be most prominent in the area around the analog watch face, which is also where I tend to touch the screen frequently. It’s quite distracting and affects the overall visual experience, making it difficult to use the device comfortably.
I’ve tried capturing a photo to show you what I’m seeing, but due to the reflective nature of the display glass, it was challenging to get a clear image. However, I hope that my description helps convey the issue.
Here are a few additional details:
This problem has been occurring for some time now, and I can’t pinpoint when it started.
The lines are visible only in bright light conditions; in dimmer environments, the display looks normal.
I’m curious if anyone else has experienced something similar or if this is a known issue with the device.
Could this be a hardware problem, or might it be related to the display technology itself? Any insights or suggestions on how to address this would be greatly appreciated.
|
|
|
Installing r2kaw and Tow-Boot to the SPI |
Posted by: ethical_haquer - 12-11-2024, 04:54 PM - Forum: PinePhone Pro Software
- Replies (10)
|
 |
I am trying to get r2kaw and Tow-Boot installed to the SPI of the PPP at the same time.
I can install Tow-Boot to the SPI, and I can install r2kaw to the SPI, but I haven't figured out how to have both on the SPI.
For installing Tow-Boot to the SPI, I can follow the Tow-Boot installation instructions for the PPP, under the "Installing to SPI (recommended)" section.
For installing rk2aw, I can follow the rk2aw installation instructions for the PPP, under the "Installation to SPI NOR flash" section.
Here is the relevant part of the rk2aw installation instructions:
Quote:Installation steps are:
1) Erase the SPI NOR flash compeltely and install rk2aw
# for RK3399:
./rk2aw-spi-flasher --erase-all --rk2aw rk2aw/debug.img.spi
# for other SoCs:
./rk2aw-spi-flasher --erase-all --rk2aw rk2aw/debug.img
2) Install U-Boot or other bootloader
a) U-Boot
./rk2aw-spi-flasher \
--uboot-spl u-boot-spl.bin \
--uboot-tpl u-boot-tpl.bin \
--uboot-itb u-boot.itb
(The above 3 files are normal build artifacts of U-Boot. You get them from
a regular defconfig U-Boot build for your board.)
b) Other bootloaders
./rk2aw-spi-flasher \
--spl levinboot-emmc.img
If flashing fallback bootloader add --replace-fallback to the above commands.
Although the instructions mention U-Boot and "other bootloaders", they don't directly mention Tow-Boot. So my first question was, what category does Tow-Boot fall under? U-Boot, since it's based off U-Boot, or "other bootloaders".
After downloading and extracting the "pine64-pinephonePro-2023.07-007.tar.xz" file from the latest Tow-Boot release, this is what I got:
Code: $ tree ./pine64-pinephonePro-2023.07-007
./pine64-pinephonePro-2023.07-007
├── binaries
│ ├── Tow-Boot.noenv.bin
│ └── Tow-Boot.spi.bin
├── config
│ ├── noenv.config
│ └── spi.config
├── shared.disk-image.img
└── spi.installer.img
3 directories, 6 files
So there aren't the three "u-boot-spl.bin", "u-boot-tpl.bin", and "u-boot.itb" files mentioned in the U-Boot instructions, nor are there Tow-Boot equivalents.
Next I tried using the "shared.disk-image.img" file for the "Other bootloaders" method:
Code: ./rk2aw-spi-flasher --spl shared.disk-image.img
...
ERROR: File shared.disk-image.img is too big for the buffer size 1048576
Then I tried with "spi.installer.img":
Code: ./rk2aw-spi-flasher --spl spi.installer.img
...
ERROR: File spi.installer.img is too big for the buffer size 1048576
That's what I've tried so far. Any tips would be appreciated!
TIA, ethical_haquer
|
|
|
|