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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 28,113
» Latest member: joe1
» Forum threads: 15,682
» Forum posts: 114,552

Full Statistics

Latest Threads
cable modem open source
Forum: General
Last Post: KC9UDX
4 hours ago
» Replies: 2
» Views: 39
bookworm vs trixie discus...
Forum: PinePhone Pro Software
Last Post: Kevin Kofler
7 hours ago
» Replies: 15
» Views: 1,925
Pinephone pro replacement...
Forum: General Discussion of PinePhone Pro
Last Post: Linuxuser3
Yesterday, 05:42 AM
» Replies: 0
» Views: 23
cable modem open source
Forum: General
Last Post: aular
04-26-2024, 09:22 PM
» Replies: 0
» Views: 33
Waydroid install instruct...
Forum: Mobian on PinePhone
Last Post: zetabeta
04-26-2024, 04:56 PM
» Replies: 1
» Views: 54
Power off error message
Forum: PineTab Software
Last Post: moobythegoldensock
04-26-2024, 10:18 AM
» Replies: 1
» Views: 84
google will take control ...
Forum: General
Last Post: zetabeta
04-26-2024, 09:48 AM
» Replies: 8
» Views: 1,232
Help needed to understand...
Forum: Mobian on PinePhone
Last Post: jojuma
04-26-2024, 09:29 AM
» Replies: 3
» Views: 138
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: diederik
04-26-2024, 05:47 AM
» Replies: 17
» Views: 2,119
AI posts
Forum: General
Last Post: TRS-80
04-25-2024, 08:14 PM
» Replies: 11
» Views: 1,022

 
  No notifications on lock screen
Posted by: DrPlamsa - 07-25-2021, 07:39 AM - Forum: Mobian on PinePhone - Replies (16)

I do not get notifications on the lock screen, despite the fact that this setting is activated in the Privacy settings. The blue LED comes on, but I must unlock the phone to see that there is a notification. For example, open king's cross, enter "sleep 5", then hit the power button. After 5 seconds, the blue LED flashes, but when the lock screen comes up there is no notification.

Is this problem unique to me, or do other people experience it?

(Feature request: The ability to have a third lock screen notification setting, not just on or off, but a setting which allows the *presence* of a notification but not its *content*)


  What do you use for voice chat on Mobian?
Posted by: ragreenburg - 07-24-2021, 10:11 PM - Forum: Mobian on PinePhone - Replies (11)

My phones motherboard just stopped working so I am now forced to use the PP as a daily driver. It's been alright so far but the microphone on the phone is super staticy and it won't work with my bluetooth headset. I can listen to music but can't talk over the phone. I can't get discord on the phone and Axolotl doesn't do phone calls so what other options are there?


  Compiling ayufan mainline - DT-overlay missing
Posted by: Mentaluproar - 07-24-2021, 09:46 PM - Forum: Linux on RockPro64 - No Replies

I’m trying to compile Ayufan’s mainline Linux and I’m missing DT-overlay.  What is missing? I thought you just had to install the needing building tools, clone the git, cp the rockchip-Linux.config, make menuconfig, and then make -j6.  What did I miss?


  Unicode support
Posted by: Bloodaxe - 07-24-2021, 06:43 PM - Forum: General Discussion on PineTime - Replies (1)

Hi, a completely new user here! Big Grin

I just bought my PineTIme, and it's the first product I've ever bought from Pine64. I was wondering if there is any reason for the PineTime to not support Unicode characters? The letters from my native language simply do not show up. Thanks to GadgetBridge I can at least replace those letters with other letters to better understand, but I find it weird that the device doesn't support Unicode.

So my question/point of discussion; Is there a technical limitation or something preventing Unicode-support? If so, what approach could the devs take to possibly support unicode or special characters? Is there any way a non-technical user can help out getting something like this through, or is it on some sort of roadmap already?


  u-boot rk356х (rockchip repository)
Posted by: mara - 07-24-2021, 04:24 PM - Forum: Quartz64 Tutorials - Replies (17)

small instruction for building u-boot surrounded by aarch64:

Code:
git clone --depth=1 -b next-dev https://github.com/rockchip-linux/u-boot.git u-boot
git clone --depth=1 https://github.com/rockchip-linux/rkbin.git rkbin
cd u-boot
wget https://gitlab.com/sndwvs/images_build_kit/-/raw/arm/patch/u-boot/rk3568/01-add-u-boot-quartz64.patch
patch -p1 < 01-add-u-boot-quartz64.patch
ln -sf ../rkbin/bin/rk35/rk3568_bl31_v1.24.elf bl31.elf
ln -sf ../rkbin/bin/rk35/rk3568_bl32_v1.05.bin tee.bin
make rk3566-quartz64_defconfig
make -j4 && make -j4 u-boot.itb
tools/mkimage -n rk356x -T rksd -d ../rkbin/bin/rk35/rk3566_ddr_1056MHz_v1.08.bin:spl/u-boot-spl.bin idblock.bin

# write sdcard
dd if=idblock.bin of=/dev/mmcblk0 seek=64
dd if=u-boot.itb of=/dev/mmcblk0p1

when building on x86_64 system use cross compiler gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz and:

Code:
make CROSS_COMPILE=< PATH CROSS COMPILER/aarch64-none-linux-gnu- > -j4 && make CROSS_COMPILE=< PATH CROSS COMPILER/aarch64-none-linux-gnu- > -j4 u-boot.itb


Quote:U-Boot SPL board init
U-Boot SPL 2017.09-rk3566 (Jul 25 2021 - 00:51:44)
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
No misc partition
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256+ OK
## Checking uboot 0x00a00000 ... sha256+ OK
## Checking fdt 0x00b23d18 ... sha256+ OK
## Checking atf-2 0xfdcc9000 ... sha256+ OK
## Checking atf-3 0xfdcd0000 ... sha256+ OK
## Checking optee 0x08400000 ... sha256+ OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 257.451 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-135-gcda1658bc-dirty:xsf
NOTICE:  BL31: Built : 14:19:26, Jun  1 2021
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    pmu v1 is valid
INFO:    dfs DDR fsp_param[0].freq_mhz= 1056MHz
INFO:    dfs DDR fsp_param[1].freq_mhz= 324MHz
INFO:    dfs DDR fsp_param[2].freq_mhz= 528MHz
INFO:    dfs DDR fsp_param[3].freq_mhz= 780MHz
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC:
I/TC: Start rockchip platform init
I/TC: Rockchip release version: 1.0
I/TC: OP-TEE version: 3.6.0-307-g0b06ae94 #1 Fri May  7 01:52:27 UTC 2021 aarch64
I/TC: Initialized
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0xa00000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-rk3566 (Jul 25 2021 - 00:57:20 +0300)

Model: Pine64 RK3566 Quartz64 Board
PreSerial: 2, raw, 0xfe660000
DRAM:  7.7 GiB
Sysmem: init
Relocation Offset: ed354000, fdt: eb9f99f8
no mmc device at slot 1
dwmmc@fe2b0000: 1 (SD), dwmmc@fe2c0000: 2, sdhci@fe310000: 0
Bootdev(atags): mmc 1
MMC1: Legacy, 50Mhz
PartType: EFI
No misc partition
boot mode: None
FIT: No boot partition
No resource partition
Failed to load DTB
Failed to get kernel dtb, ret=-19
io-domain: OK

** Unable to use mmc 1:3 for loading the env **
Using default environment

Model: Pine64 RK3566 Quartz64 Board
rockchip_set_serialno: could not find efuse/otp device
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  apll 816000 KHz
  dpll 528000 KHz
  gpll 1188000 KHz
  cpll 1000000 KHz
  npll 24000 KHz
  vpll 24000 KHz
  hpll 24000 KHz
  ppll 100000 KHz
  armclk 816000 KHz
  aclk_bus 150000 KHz
  pclk_bus 50000 KHz
  aclk_top_high 300000 KHz
  aclk_top_low 200000 KHz
  hclk_top 150000 KHz
  pclk_top 50000 KHz
  aclk_perimid 300000 KHz
  hclk_perimid 150000 KHz
  pclk_pmu 50000 KHz
Net:  clk_get_by_name(master_bus) failed: -22eqos_probe_resources() failed: -22No ethernet found.
Hit key to stop autoboot('CTRL+C'):  0
## Booting FIT Image FIT: No boot partition
FIT: No FIT image
Could not find misc partition
ANDROID: reboot reason: "(none)"
optee api revision: 2.0
TEEC: Waring: Could not find security partition
Not AVB images, AVB skip
android_image_load_by_partname: Can't find part: boot
Android image load failed
Android boot failed, error -1.
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:2...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
212 bytes read in 17 ms (11.7 KiB/s)
1:      slarm64
Retrieving file: /Image
29239808 bytes read in 2476 ms (11.3 MiB/s)
append: root=/dev/mmcblk0p3 ro rootwait rootfstype=ext4 init=/sbin/init loglevel=4 earlycon=uart8250,mmio32,0xfe660000 console=tty1 console=ttyS2,1500000n8
Retrieving file: /dtb/rk3566-quartz64a.dtb
75961 bytes read in 85 ms (872.1 KiB/s)
Fdt Ramdisk skip relocation
## Flattened Device Tree blob at 0x0a100000
  Booting using the fdt blob at 0x0a100000
  'reserved-memory' ramoops@110000: addr=110000 size=f0000
  Using Device Tree in place at 000000000a100000, end 000000000a1158b8
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Total: 2980.864 ms

Starting kernel ...


  Mobian repository status
Posted by: henrythemouse - 07-24-2021, 11:00 AM - Forum: Mobian on PinePhone - Replies (16)

I checked my repository listing from within the Software app. It shows two debian repos (main and non-free), flathub, and two firmware repos. I was looking for the Mobian repo. Has the need for a Mobian repo been eliminated by the updated debian repos? Or is there something not quite right with my system configuration?

The Pine Phone is working better than ever. I'm just concerned that my phone won't be getting the latest updates.


  Proximity sensor dims screen
Posted by: doidolinux - 07-24-2021, 10:51 AM - Forum: Mobian on PinePhone - Replies (8)

Hello Forum,

I had to change my screen and apparently lost the approximity sensor. Simultaneously I fired up Mobian on the internal storage.
When booting into it, the screen dims down after a couple seconds.

I would like to keep Mobian and found out that I have to disable the proximity sensor in the config files. Problem: I don't know how I can gain root access to the mounted phones storage (under Ubuntu).

Alternatively, I could also reinstall mobian having the proximity sensor disabled before. Unfortunately I also don't know how to do that.

If this is not mobian-specific enough, please let me know and I will delete the thread. Anyway, I would be very glad for any hint to solve this problem.
Thank you in advance


Sad PnePhone Braveheart Edition - Microphone NOT Working
Posted by: valentin - 07-24-2021, 10:20 AM - Forum: PinePhone Hardware - Replies (15)

Hello,

I purchased my PinePhone Braveheart edition (v1.1) first time when they were launched (ordered in November 2019, received it in February 2020).
The microphone has never worked. At the beginning, I couldn't test it; when the first alpha distros became available and I was able to test the microphone, it was too late to send it back under warranty. Eventually I got a new Side Board, on which the microphone is soldered, and I replaced the original one, but the microphone still doesn't work.


Currently the installed OS is Manjaro with KDE Plasma Mobile. Just after the full OS is loaded, under Settings -> Audio, in "Recording Devices" section, the Internal Microphone is shown:


   


After tapping on the button and sellecting the "Headset Microphone" there is no option to go back to the "Internal Microphone" (see the image below):
   
In my opinion this looks like a software issue. If I use a headset, the microphone on the headset works fine and, if I make a phone-call, I can have a bi-directional conversation.


Any feedback? The next step would be to replace the main board. Or sell the phone on eBay and put a stop to my misery


  Blobs on the Pinebook Pro
Posted by: globaltree - 07-24-2021, 10:19 AM - Forum: Linux on Pinebook Pro - Replies (6)

Howdy Piners:

My pinebook pro didn't have bluetooth, wifi, audio, or display functioning properly, until I installed the blobs.  I'm running slarm64, so it was natural to download the blobs from the sndwvs repository:  https://gitlab.com/sndwvs/images_build_k...s/firmware

However, what if something happened to this repository and it went down?  I would feel safer having an additional source.

What other repositories contain pinebook pro blobs, and which repository is "most upstream" and likely to have the most up-to-date firmware?

Since source code is not shared with blobs, then these are certainly something we can't compile ourselves.  Does pine64 have an "official" repository from which it releases these nuisances (sorry I don't like blobs, and would prefer a totally open device with poor non-proprietary resolution on its display and camera).   Nevertheless, since forced to use the blobs if I want full functionality in my pinebook, it would be nice to know from where they can be retrieved?  

Also, will the pbp blobs eventually find themselves in linux kernel's mainline firmware:  git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git?


  Manjaro [ARM Stable Update] 2021-07-23 issues
Posted by: Bocanila - 07-24-2021, 09:09 AM - Forum: Linux on Pinebook Pro - Replies (1)

Hi!

After updating to the latest version of Manjaro ([ARM Stable Update] 2021-07-23) my PBP's splash boot image does not appear anymore.
Only a black screen until the logging page appears.

I think this happens because the kernel boots plash was not added.
It should be like that? Is this a new feature?


Also there is one more annoying thing that happens after this update, my PBP freezes randomly and only a hard restart resolves this. Does this happen to anyone else?

Thanks