| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,923
» Latest member: amolthorat
» Forum threads: 16,330
» Forum posts: 117,424
Full Statistics
|
| Latest Threads |
Best Stainless Steel Cook...
Forum: General
Last Post: Briar4
Yesterday, 11:38 AM
» Replies: 0
» Views: 28
|
Best Stainless Steel Cook...
Forum: General
Last Post: Briar4
Yesterday, 11:36 AM
» Replies: 0
» Views: 27
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,584
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 108
|
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,109
|
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,745
|
Prohibit Pinecil from goi...
Forum: Pinecil Software
Last Post: snorkel
03-13-2026, 01:56 AM
» Replies: 2
» Views: 202
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-12-2026, 04:49 AM
» Replies: 2
» Views: 604
|
Looking for PineTime user...
Forum: General
Last Post: Mitrax
03-11-2026, 02:50 PM
» Replies: 2
» Views: 376
|
reset wifi hardware/drive...
Forum: Mobian on PinePhone
Last Post: baptx
03-10-2026, 04:43 PM
» Replies: 5
» Views: 5,057
|
|
|
| Pinephone in Canada |
|
Posted by: RRman - 05-08-2021, 11:34 AM - Forum: General Discussion on PinePhone
- No Replies
|
 |
Hi guys,
I just got my phone few weeks back and been testing different builds. The 2 that I like and are working most of the time are Arch Linux Arm and Mangaro Phosh also Manjaro plasma(but having problem waking up the screen).
I find that when I try to call my Cell the modem for the sim card and I use shaw mobile services in BC always have busy signal on a first dial, if I hangup and call again the call goes true. Any one have the same experience? Other than that I love the phone and the option to ungoogle myself is great.
|
|
|
|
| modem no carrier message |
|
Posted by: Rainer - 05-08-2021, 07:34 AM - Forum: PinePhone Hardware
- Replies (15)
|
 |
hello,
pretty new to cell phones with previous desktop experience with linux. i have an old blackberry z30 that needed replacement and didn't like the iphone/ android options.
i recently inserted my sim card into the pinephone and keep getting the 'modem no carrier' messages. i'm on the koodo/telus network in canada. koodo network is displayed on the top right of the pinephone. sms, spacebar, and the phone seem to be functioning normally!? is there something i should be doing/configuring?
thanks.
|
|
|
|
Modem Shutdown/Startup Scripts |
|
Posted by: big_fluff - 05-08-2021, 12:59 AM - Forum: PostmarketOS on PinePhone
- No Replies
|
 |
Have you cut a hole in the back cover of your pinephone and regularly switch off your cellular modem with the dip switch to keep the 3 letters from being creepy? If so, you will need these scripts so you can turn off/on the modem without having to restart your phone.
Turning modem off:
Install "minicom"
Code: sudo apk install minicom
Create file "modem_shutdown" with the following text:
Code: sudo minicom -S shut_down -D /dev/ttyUSB2
Create file "shut_down" with the following text:
now make both executable (Probably don't need to make "shut_down" executable)
I also added read/write so I can edit them as needed later.
Code: sudo chmod 700 modem_shutdown
sudo chmod 700 shut_down
Install gnome-terminal (So you can click "Run in terminal" in the filemanager "Nemo")
Code: sudo apk install gnome-terminal
now click on "modem_shutdown" in your home or whatever directory you put these files. Be sure to click "open in terminal" and supply your user password. You should see a minicom screen pop up and it will eventually say "Cannot open /dev/ttyUSB2!". Close out the minicom instance. You can now switch off the modem with the dip switch.
Turning modem on:
Create file "modem_startup" with the following text:
Code: sudo rc-service eg25-manager restart
make it executable
Code: sudo chmod 700 modem_startup
Flip the dip switch back on and click on "modem_startup" and "Run in terminal" like the shutdown script.
|
|
|
|
| Screen blinking |
|
Posted by: pRcCjl4 - 05-08-2021, 12:16 AM - Forum: Linux on Rock64
- Replies (2)
|
 |
Hi, I have rock64 v3.0 and screen is blinking quite much. With "blinking" I mean black rectangles that appear and disappear on screen when I move or resize window, also screen is "shaking" when it happens. Don't know how to describe it accurately with text, I can record a video if someone needs it. I tried armbian focal, it had lima driver. Also I tried slackware with mali driver, the blinking was gone when I decreased resolution to 1600x900 (resolution of my monitor is 1920x1080). I wanted to do this on armbian but other resolutions were not available, xrandr printed only 1920x1080.
Does anyone know how to fix it?
|
|
|
|
| Recommended distro? |
|
Posted by: djhnsn - 05-07-2021, 03:07 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
I have tried the latest release of manjaro plasma, when I update, it won't boot any more. I have also tried the latest dev build of manjaro. The same thing happens. I also tried manjaro MATE, and the same thing happens. All of them seem to get a random grey screen, I have even seen the Armbian logo appear in grey when trying to boot manjaro. Very strange.
I have a mrfixit debian sd card, it is pretty stable I guess. I am using it to flash my emmc, but it's pretty slow in regards to ui interactions.
The latest releases of Armbian have graphical issues, and the latest release of TwisterOS Armbian only has a 30% chance of booting up for me, as well as really muted audio.
So far all of these distros have had really bad touchpad sensitivity. Does anyone know of a way to fix this that will work in most distros?
TwisterOS runs the fastest and smoothest of the 3 for me. It even runs youtube video better than my pi4. It's very nice, but has too many other issues.
So does anything smooth and stable exist out there at this point? Preferably ubuntu/debian as it makes it possible to install all the things I am used to, easily.
|
|
|
|
| Display dimming unless plugged in |
|
Posted by: Brad - 05-07-2021, 01:36 PM - Forum: General Discussion on PinePhone
- Replies (5)
|
 |
Hi everybody
I just received my pinephone beta with convergence pack which is the latest they offer with Manjaro and Plasma Mobile.
Things have gone perfectly with it. I have updated and upgraded everything perfectly but for some reason at the end of the day yesterday the display goes to black unless I hold my finger on the display. Initially I thought that it may have been related to low battery which was at 15% so plugging it in fixed it. But today with full charge the display shows itself only momentarily and then dims. If plugged in its fine.
The "display brightness" slider that I access by dragging the screen down will slide itself to left and dim the display. If I drag it to the right to full brightness it stays there while my finger is on it, if I remove it the slider slides back to left and gives a black screen.
I don't that this is related to an update as the phone was fine for a while after I updated and upgraded. Its just went like this for seemingly no reason.
Can anybody possibly suggest a way forward here?
Thanks for amy help.
|
|
|
|
|