| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,702
» Latest member: JhonSmith
» Forum threads: 16,261
» Forum posts: 117,194
Full Statistics
|
| Latest Threads |
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: biketool
56 minutes ago
» Replies: 3
» Views: 165
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: Szybet
9 hours ago
» Replies: 0
» Views: 47
|
auto-owning the SD card i...
Forum: PineTab Software
Last Post: biketool
Yesterday, 04:16 AM
» Replies: 1
» Views: 379
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: Stunnned
11-24-2025, 01:27 PM
» Replies: 2
» Views: 190
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
11-23-2025, 02:02 AM
» Replies: 8
» Views: 15,547
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 231
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 636
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 217
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 494
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,198
|
|
|
| Improve wifi stability |
|
Posted by: Boern - 05-03-2020, 05:10 PM - Forum: PinePhone Hardware
- Replies (4)
|
 |
I found out that the wifi stability improves greatly when you disable power management.
Just add
Code: options 8723cs rtw_power_mgnt=0
to the file /etc/modprobe.d/8723cs.conf and reload the module or reboot.
|
|
|
|
| Problem booting Pinebook Pro |
|
Posted by: gimy16 - 05-03-2020, 09:47 AM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
Hi!
I'd installed Manjaro 20.04 in my PBP; I did all the mirrorlist change stuff, and I shut it down 2 days ago. Today when I was going to boot it, a red light has shown and it is not opening or doing anything else.
When I try to reinstall the Manjaro 20.04 I pressed ES after 15-20 seconds and there is a black window with blank letters that say:
"[5.102225] EXT4-fs error (device mmcblk1p2): ext4_journal_check_start:84 etected aborted journal
[5.103046] EXT4-fs (mmcblk1p2): Remounting filesystem read-only"
Today I tried to disable eMMc and installing Manjaro again but the problem persists. I have only been able to mount the Default Debian image from an SD card, but I don't know how to reinstall it to the eMMc or try to boot the eMMc another way... Any ideas?
Thanks very much!
(05-03-2020, 09:47 AM)gimy16 Wrote: Hi!
I'd installed Manjaro 20.04 in my PBP; I did all the mirrorlist change stuff, and I shut it down 2 days ago. Today when I was going to boot it, a red light has shown and it is not opening or doing anything else.
When I try to reinstall the Manjaro 20.04 I pressed ES after 15-20 seconds and there is a black window with blank letters that say:
"[5.102225] EXT4-fs error (device mmcblk1p2): ext4_journal_check_start:84: Detected aborted journal
[5.103046] EXT4-fs (mmcblk1p2): Remounting filesystem read-only"
Today I tried to disable eMMc and installing Manjaro again but the problem persists. I have only been able to mount the Default Debian image from an SD card, but I don't know how to reinstall it to the eMMc or try to boot the eMMc another way... Any ideas?
Thanks very much!
|
|
|
|
| Manjaro eMMC installation challenges... |
|
Posted by: SageFox - 05-02-2020, 09:43 PM - Forum: General Discussion on Pinebook Pro
- Replies (3)
|
 |
Hey All. So I've been attempting to install Manjaro KDE 20.04 through their emmc flasher file which I put on a bootable Micro sd written through the Etcher program.
This is to overwrite a fairly broken XFCE Manjaro build that just wasn't working out (slow window dragging, some parts not working, but could play videos.)
After inserting the flashed sd card, I boot up the Pinebook Pro. The Manjaro splash screen comes up, waited for an hour to realize I needed to hit the esc. key to bring the installation window.
Then it asks which drive to write it to, asking to choose the eMMC drive from 4 options:
Mmcblk2
Mmcblk2boot0
Mmcblk2boot1
Mmcblk1
Also telling me that the currently booted sd card is mmcblk1
So I chose mmcblk2 and then it tells me image does not exist
So I restart, figured why not, Ill try my other option mmcblk1
And it tells me the same thing : image does not exist
What am i doing wrong >_<
Should I try the other 2 options? I feel like this is russian roulette.
|
|
|
|
| Turn off the lights |
|
Posted by: joncostello - 05-02-2020, 09:39 PM - Forum: Clusterboard
- Replies (3)
|
 |
So I went down the rabbit hole(for me anyway) of writing a script that turns off the green and amber leds for each node. Just in case anyone else is thinking about doing this or when I flash a new os and don't back it up, I thought I'd post it here.
I'm not a driver dev or anything so I'm sure there is a better way to do it than this, but a post on here pointed me toward setting RTL8211E registers. I found some documentation and a tool to read/write and was able to use that to write a couple scripts. Phytool requires sudo, so sudo sh lights_off.sh will turn off the leds and lights_on.sh will set them back to the way they work normally.
I'm using armbian's bionic server , but I don't know why it wouldn't work with other distros.
lights_off.sh:
#/bin/bash
phytool write eth0/0/31 0x0007
phytool write eth0/0/30 0x2c
phytool write eth0/0/0x1a 0x0000
phytool write eth0/0/0x1c 0x0000
phytool write eth0/0/31 0x0007
phytool write eth0/0/30 0x0000
lights_on.sh:
#!/bin/bash
phytool write eth0/0/31 0x0007
phytool write eth0/0/30 0x2c
phytool write eth0/0/0x1a 0x00d1
phytool write eth0/0/0x1c 0x9770
phytool write eth0/0/31 0x0007
phytool write eth0/0/30 0x0000
|
|
|
|
| PineTime Software Images |
|
Posted by: VMMainFrame - 05-02-2020, 06:58 PM - Forum: General Discussion on PineTime
- Replies (5)
|
 |
In the Pine64 Wiki several devices like the ROCK64 and Pinebook have an entry called Software Images. This contains pre-built downloadable software and operating systems for the hardware. PineTime in the Wiki does not have anything like this.
There are several software systems available for the PineTime, like Rust, wasp-os, RIOT, FREERTOS and more. But there don't seem to be any pre-built flashable images available. If someone wants to install the Rust system, for example, they have to download software from GitHub, SDKs etc. and build the flashable images themselves. If someone wants to check out the state of the various available systems for the PineTime they will have to download multiple groups of software and build multiple images.
If there was a Software Images section in the Wiki with the latest flashable images (or links to them) for each different software system for the PineTime, users could easily evaluate each system. The images would also require documentation on how to flash or load and use the software.
This will require the co-operation of the software developers of course. It will require extra work from them. Ideally as each package gets more features added the latest image will be made available.
This might speed up the testing of the PineTime and its software.
|
|
|
|
| Digitizer is on when screen is off |
|
Posted by: dukla2000 - 05-02-2020, 03:18 PM - Forum: Mobian on PinePhone
- Replies (14)
|
 |
I wanted to drag this out of the big thread as it is still an issue. My PinePhone is now my daily driver, but one thing I have noticed is that all kinds of odd things are happening while the screen is off and it is in my pocket. What is odd is I couldn't replicate by leaving a keyboard open in say terminal, or even scrolling in Firefox. But in my pocket a couple of times I have restarted to my wifi password entry full of garbage and the scroll-up first mentioned below is also a problem with
Code: $ uname -a
Linux duklaPP 5.6-pinephone #5.6.0+pinephone3 SMP PREEMPT Mon Apr 27 10:28:55 CEST 2020 aarch64 GNU/Linux
I would guess it is an upstream/phosh issue - any other thoughts/comments?
as per post 406 in the long thread
(04-18-2020, 10:33 AM)Boern Wrote: Not sure if this is an upstream issue, but I think this depends on the configuration. When the screen is turned off it will still accept touch input. You can test this by turning the screen off, swiping upwards and then turning the screen back on. You will see the pin entry instead of just the lock screen.
I guess we could save a lot of power by turning the touch input off with the screen.
|
|
|
|
| Pinebook Pro stuck in suspend |
|
Posted by: charlief0x - 05-01-2020, 08:35 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (4)
|
 |
My PBP seems to be stuck in suspend mode. The power indicator LED is constantly red when the system is powered on, and the screen does not turn on. The power LED is normal (red) when plugged in, and the battery seems to be holding a charge. I've tried the reset button on the main board. I'm not sure what else to try. Any suggestions? Thanks in advance!
|
|
|
|
|