| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,205
» Latest member: Karen68
» Forum threads: 16,384
» Forum posts: 117,596
Full Statistics
|
| Latest Threads |
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
Yesterday, 07:19 PM
» Replies: 0
» Views: 46
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 77
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,385
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,775
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 133
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 201
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,640
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 401
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,043
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 178
|
|
|
| Not receiving SMS messages |
|
Posted by: newton688 - 05-31-2020, 08:23 AM - Forum: Mobian on PinePhone
- Replies (14)
|
 |
Hi All,
I have been having a problem for some time where SMS messages were not being received, but outgoing ones, phone calls and data are working fine. I am posting this in case other run into the same problem, which seems to be fairly rare so far.
It turns out that that the cause of my problem was related to a bunch of SMS messages that lingered in the modem's queue (10 of them). This queue appears to be persistent across reboots and also re-imaging the OS. I don't yet understand all of the technical details.
What worked for me was to use the ModemManager command-line. Note that on Mobian the ModemManager does all of the communications with the 3G modem including phone calls, cellular data, GPS and SMS. This may not be the case with other PinePhone OSes.
You can access the ModemManager using the mmcli command.
$ sudo mmcli -m 0 --messaging-list-sms
Found 10 SMS messages:
/org/freedesktop/ModemManager1/SMS/0 (received)
...
In my case there were 9 SMS messages in the received state and 1 in the receiving state. I deleted all of the messages like this:
$ sudo mmcli -m 0 --messaging-delete-sms=1 # Repeat with 1 through 10 to delete all of the messages
Note that the "-m 0" refers to modem 0 (the only one usually in a pinephone). For more help on the messaging related actions available in mmcli you can check the help with "mmcli --help-messaging." This article is also helpful in learning: https://electronproton.com/mmcli-command-examples/
I hope that this is helpful for anyone else having the same problems as I did.
Chris
|
|
|
|
| SDR-Overview (HackRF, rad1o, PlutoSDR, rtl-sdr, LimeSDR, AirSpy) |
|
Posted by: manawyrm - 05-31-2020, 08:20 AM - Forum: Pinebook Pro Tutorials
- Replies (1)
|
 |
Hi,
I've gone ahead and tested a couple of SDRs on the Pinebook Pro running Manjaro.
![[Image: urgjpbyaqhk.jpg]](https://screenshot.tbspace.de/urgjpbyaqhk.jpg)
So far the AirSpy and HackRF are my clear favorites.
Here's my notes on what worked, what didn't and how to get it running:
HackRF / rad1o:
Very painless experience.
Just install (and run) gqrx via
It'll depend on the HackRF driver.
To get it working without root-permissions create /etc/udev/rules.d/53-hackrf.rules.
Code: sudo nano /etc/udev/rules.d/53-hackrf.rules
Code: ATTR{idVendor}=="1d50", ATTR{idProduct}=="604b", SYMLINK+="hackrf-jawbreaker-%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="1d50", ATTR{idProduct}=="6089", SYMLINK+="hackrf-one-%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="1d50", ATTR{idProduct}=="cc15", SYMLINK+="rad1o-%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", MODE="660", GROUP="plugdev"
(save with Ctrl+O, Enter, Ctrl+X), then reboot.
![[Image: ntsreobximc.jpg]](https://screenshot.tbspace.de/ntsreobximc.jpg)
![[Image: fotdunihyjq.jpg]](https://screenshot.tbspace.de/fotdunihyjq.jpg)
PlutoSDR:
Doesn't work! libiio segfaults at the moment (using software from 31.05.2020).
If you want to try yourself:
Code: pacman -S soapyplutosdr
![[Image: etqjronuxac.png]](https://screenshot.tbspace.de/etqjronuxac.png)
RTL-SDR:
Works very well.
Just install (and run) gqrx via
![[Image: yfvdnzahixl.jpg]](https://screenshot.tbspace.de/yfvdnzahixl.jpg)
AirSpy (non-HF+):
Works very well.
Just install (and run) gqrx via
LimeSDR:
Didn't work with GQRX, worked with SDRAngel.
Code: sudo pacman -S sdrangel-sse4.1 limesuite
![[Image: jvytfkgedap.jpg]](https://screenshot.tbspace.de/jvytfkgedap.jpg)
Have fun,
Tobias
|
|
|
|
| Rock64 v3 with Real Time Clock (RTC), how to verify? |
|
Posted by: Enig123 - 05-31-2020, 02:03 AM - Forum: General Discussion on ROCK64
- Replies (1)
|
 |
After over 2 months' voyage, my Rock64 v3 finally was delivered. It is known to have a RTC (Real Time Clock) module that v2 does not have.
My question is, how can I verify RTC module is there working?
BTW, anyone can shed some light on what exactly the RTC module means for an OS?
My dmesg message is as follow (running OpenBSD 6.7):
OpenBSD 6.7 (GENERIC.MP) #1: Sat May 16 15:59:24 MDT 2020
root@syspatch-67-arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP
real mem = 1006903296 (960MB)
avail mem = 945868800 (902MB)
mainbus0 at root: Pine64 Rock64
cpu0 at mainbus0 mpidr 0: ARM Cortex-A53 r0p4
cpu0: 32KB 64b/line 2-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu0: 256KB 64b/line 16-way L2 cache
efi0 at mainbus0: UEFI 2.8
efi0: Das U-Boot rev 0x20200400
apm0 at mainbus0
psci0 at mainbus0: PSCI 1.1, SMCCC 1.2
syscon0 at mainbus0: "syscon"
"io-domains" at syscon0 not configured
"grf-gpio" at syscon0 not configured
"power-controller" at syscon0 not configured
"reboot-mode" at syscon0 not configured
rkclock0 at mainbus0
syscon1 at mainbus0: "syscon"
"usb2-phy" at syscon1 not configured
ampintc0 at mainbus0 nirq 160, ncpu 4 ipi: 0, 1: "interrupt-controller"
rkpinctrl0 at mainbus0: "pinctrl"
rkgpio0 at rkpinctrl0
rkgpio1 at rkpinctrl0
rkgpio2 at rkpinctrl0
rkgpio3 at rkpinctrl0
"opp_table0" at mainbus0 not configured
simplebus0 at mainbus0: "amba"
"dmac" at simplebus0 not configured
"arm-pmu" at mainbus0 not configured
rkdrm0 at mainbus0
drm0 at rkdrm0
agtimer0 at mainbus0: tick rate 24000 KHz
"xin24m" at mainbus0 not configured
"i2s" at mainbus0 not configured
"spdif" at mainbus0 not configured
com0 at mainbus0: ns16550, no working fifo
com0: console
rkiic0 at mainbus0
iic0 at rkiic0
rkpmic0 at iic0 addr 0x18: RK805
"spi" at mainbus0 not configured
"watchdog" at mainbus0 not configured
rktemp0 at mainbus0
"efuse" at mainbus0 not configured
"gpu" at mainbus0 not configured
"video-codec" at mainbus0 not configured
"iommu" at mainbus0 not configured
"vop" at mainbus0 not configured
"iommu" at mainbus0 not configured
"hdmi" at mainbus0 not configured
"codec" at mainbus0 not configured
"phy" at mainbus0 not configured
dwmmc0 at mainbus0: 50 MHz base clock
sdmmc0 at dwmmc0: 4-bit, sd high-speed, mmc high-speed, dma
dwmmc1 at mainbus0: 50 MHz base clock
sdmmc1 at dwmmc1: 8-bit, mmc high-speed, dma
dwge0 at mainbus0: address xx:xx:xx:xx:xx:xx
rgephy0 at dwge0 phy 0: RTL8169S/8110S/8211 PHY, rev. 6
"usb" at mainbus0 not configured
ehci0 at mainbus0
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Generic EHCI root hub" rev 2.00/1.00 addr 1
ohci0 at mainbus0: version 1.0
"external-gmac-clock" at mainbus0 not configured
"sdmmc-regulator" at mainbus0 not configured
"vcc-host-5v-regulator" at mainbus0 not configured
"vcc-host1-5v-regulator" at mainbus0 not configured
"vcc-sys" at mainbus0 not configured
"ir-receiver" at mainbus0 not configured
"leds" at mainbus0 not configured
"sound" at mainbus0 not configured
"spdif-dit" at mainbus0 not configured
cpu1 at mainbus0 mpidr 1: ARM Cortex-A53 r0p4
cpu1: 32KB 64b/line 2-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu1: 256KB 64b/line 16-way L2 cache
cpu2 at mainbus0 mpidr 2: ARM Cortex-A53 r0p4
cpu2: 32KB 64b/line 2-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu2: 256KB 64b/line 16-way L2 cache
cpu3 at mainbus0 mpidr 3: ARM Cortex-A53 r0p4
cpu3: 32KB 64b/line 2-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu3: 256KB 64b/line 16-way L2 cache
usb1 at ohci0: USB revision 1.0
uhub1 at usb1 configuration 1 interface 0 "Generic OHCI root hub" rev 1.00/1.00 addr 1
scsibus0 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <SD/MMC, SDU1, 0002> removable
sd0: 15100MB, 512 bytes/sector, 30924800 sectors
sdmmc1: can't enable card
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
bootfile: sd0a:/bsd
boot device: sd0
root on sd0a (f994f9ec2de5c2ae.a) swap on sd0b dump on sd0b
WARNING: bad clock chip time
WARNING: CHECK AND RESET THE DATE!
rkdrm0: no display interface ports configured
rock64$ dmesg | grep clock
rkclock0 at mainbus0
dwmmc0 at mainbus0: 50 MHz base clock
dwmmc1 at mainbus0: 50 MHz base clock
"external-gmac-clock" at mainbus0 not configured
WARNING: bad clock chip time
|
|
|
|
| What is the most polished OS for pinephone? |
|
Posted by: coolguy129 - 05-30-2020, 02:49 PM - Forum: General Discussion on PineTime
- Replies (2)
|
 |
I have recently been looming at buying a pinephone and pinebook and am now looking at the pinetime. However, I was wondering if there was an OS for pinetime with a decent UI? What would be the most polished one? Thanks in advance, Coolguy129.
Moderator edit: Moving to Pinephone forum, (from PineTime forum).\
Edit: Sorry, didn't make it clear that I was looking for an OS for pinetime.
|
|
|
|
| New PBP - Wifi Disabled on First Boot |
|
Posted by: cephalien - 05-30-2020, 12:37 PM - Forum: General Discussion on Pinebook Pro
- Replies (1)
|
 |
Hi All!
First post, just got my new Pinebook Pro. Initial impressions are great but I ran into one small snag.
My wifi was disabled via hardware when I first powered on the machine, and I had to go googling. If this has happened to anyone else, hit the Pine Key + F11 and look for the numlock light to flash twice. Then reboot.
Wifi was fine after that, but there's no indication in the wireless settings - the adapter is just gone because it's disabled from HW.
|
|
|
|
open wifi works and secure wifi does not |
|
Posted by: j3bel - 05-30-2020, 08:46 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hey guys
Received my pinebook a few days ago and it's a great device. Wifi was working as expected (after super +f11 fix).
I started messing around seeing how well it could multitask aaand ended up with a frozen screen. I power cycled and all seemed fine, until I couldn't sign into the wifi I was just on.
I can see available networks and attempt to sign in but it fails. But if I go into my router and remove the password I can sign in. Weird!
Any thoughts?
|
|
|
|
| 8 GB RAM option? |
|
Posted by: hvdkooij - 05-30-2020, 07:38 AM - Forum: Pinebook Pro Hardware and Accessories
- Replies (12)
|
 |
Hi,
Now that the Raspberry PI has surprised us with a 8 GB RAm version it makes me wonder of there is any work in progress towards a newer board with a 8GB RAm option.
I understand this is not somethin you can simply do on the existing board but perhaps a newer board in the future to replace the on in the Pinebook Pro might be an option.
Regards, Hugo.
|
|
|
|
|