| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 56
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 94
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,420
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,780
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 138
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 211
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,668
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 414
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,048
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 183
|
|
|
| can I get the hardware addresses of Pine Phones devices? |
|
Posted by: blicken - 02-15-2020, 09:09 PM - Forum: PinePhone Hardware
- Replies (2)
|
 |
can I get the hardware addresses of Pine Phones devices?
I have tried sudo cat /proc/ioports
and some other commands that might work on more standard Ubuntu distros. this isnt a distro specific question, I just want the hardware addresses for the devices such as the motor, rgb LED, gps, acellerometer etc.
|
|
|
|
| Making phone calls |
|
Posted by: PinePhoneCoder - 02-15-2020, 03:02 PM - Forum: UBPorts on PinePhone
- Replies (7)
|
 |
I am trying to get the phone part of the PinePhone working, what I wrote here is what I tried, however I did not succeed yet and I hope you can help me with it.
I use this as a guideline:
(02-08-2020, 12:21 PM)kop316 Wrote: https://megous.com/dl/tmp/modem.txt
For the mixer it is written:
Quote:1) alsamixer
- set "Line Out Source" to "Mono Differential"
- Unmute "AIF1 Slot 0 Digital DAC"
- (optional) unmute the microphone / mute loudpeaker
And I tried to do that in bash
Code: # Enable audio
sudo modprobe snd_soc_simple_amplifier
sudo modprobe snd_soc_simple_card_utils
# Unmute audio
amixer -c 0 set 'AIF1 Slot 0 Digital DAC' unmute
# Mute speaker (audio will loop otherwise trough the speaker and mic, terrible noise!!)
amixer -c 0 set 'Line Out' mute
# Unmute the ear speaker? (not sure)
amixer -c 0 set 'Earpiece' unmute
# Open microphone
amixer -c 0 set 'Mic1' unmute
# Set volume
amixer sset 'Line Out' 0%
amixer sset 'Earpiece' 100%
amixer sset 'Mic1' 100%
# Set mono
amixer sset 'Line Out Source' 'Mono Differential'
Next is how to send AT commands to the modem?
If I run the following command I get the modem device name and information:
Code: /usr/share/ofono/scripts/list-modems
And I want to run something like:
Code: sudo echo "AT+QTTS=2,\"Welcome to use the module of QUECTEL" > /quectelqmi_0
But /quectelqmi_0 needs do be a device file and it is not I guess.
Who want to help me out here?
Thank you in advance!
|
|
|
|
| glxgears showing 36FPS when it should be 60FPS I believe |
|
Posted by: hex - 02-15-2020, 10:11 AM - Forum: PinePhone Software
- Replies (3)
|
 |
Hi all,
As the title says, usually the FPS from glxgears should be near display's refresh rate.
Regardless of the OS, all of them show 36FPS, does that mean the screen's refresh rate is that low?
If not, why on earth the frame rate is that low? I set the governor to performance (to rule out CPU bottle neck), but nothing changed.
Thanks.
|
|
|
|
| How to Send a SMS text trough the command line |
|
Posted by: PinePhoneCoder - 02-15-2020, 06:59 AM - Forum: UBPorts on PinePhone
- Replies (1)
|
 |
Type in the terminal app of via SSH:
First enable the modem of your PinePhone if not done already:
Code: sudo /usr/share/ofono/scripts/enable-modem
sudo /usr/share/ofono/scripts/online-modem
Then send sms text message:
Code: /usr/share/ofono/scripts/send-sms /quectelqmi_0 +31628860414 "Hello world!" 0
Replace +31062880414 with the phone number or the desired receiver and replace "Hello world!" with your message.
With a cron job you could send a birthday message to your friends on their birthdays automatically. I will not explain how to do that, it is your home work from me. My birthday is at 15 Nov b.t.w.
|
|
|
|
| pinebook pro does not turn on |
|
Posted by: flgram - 02-15-2020, 04:59 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hi good people
My pinebook pro does not turn on today.
I have charged it for several hours now. Tried both the standard 5V charger and a USB-C charger. The red led next to power input is on.
When I press the power button on the keyboard there is a short green pulse on the power led. That is all. Screen is black.
I run the standard Debian on EMMC. I tried to burn Manjaro image to SD-card. No change, no boot.
I have the serial to usb cable, but nothing seems to be written here.
What is next to try?
Regards
|
|
|
|
Mount eMMC after booting from SD card |
|
Posted by: User 11436 - 02-15-2020, 03:21 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Does anyone know whether it's possible to boot Debian from an SD card on the Pinebook Pro, then insert the eMMC card and mount it? I briefly tried, but had no success.
A while back I messed up uboot on the Manjaro installation on my eMMC card. Afterwards, the Pinebook Pro wouldn't boot from eMMC, or from any other Linux distribution on an SD card if the eMMC was attached. If I remove the eMMC, which I currently have, I can boot from the SD card, but if I re-attach the eMMC card after boot I can't work out how to make the system mount it.
I've ordered a eMMC-to-USB adapter from Pine64, but I was wondering whether there was any other way of mounting the eMMC on an already booted Pinebook Pro.
|
|
|
|
|