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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,480
» Latest member: tuxifan
» Forum threads: 16,197
» Forum posts: 116,882

Full Statistics

Latest Threads
Armbian images available
Forum: Linux on RockPro64
Last Post: Shraunfnq
7 hours ago
» Replies: 61
» Views: 114,373
Bare metal on Pinephone P...
Forum: PinePhone Pro Software
Last Post: alain
Yesterday, 07:58 AM
» Replies: 0
» Views: 76
Seeking Contributors: Apa...
Forum: PinePhone Pro Software
Last Post: geometrylitegame12
Yesterday, 01:38 AM
» Replies: 4
» Views: 3,993
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: KC9UDX
08-18-2025, 06:15 PM
» Replies: 5
» Views: 282
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: Kevin Kofler
08-18-2025, 04:30 PM
» Replies: 8
» Views: 529
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: Jite
08-18-2025, 02:57 PM
» Replies: 2
» Views: 139
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
08-18-2025, 04:12 AM
» Replies: 5
» Views: 999
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 180
Compatible U.S. carriers ...
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
08-15-2025, 07:34 PM
» Replies: 2
» Views: 229
Long dialpad keypress to ...
Forum: Mobian on PinePhone
Last Post: Zebulon Walton
08-15-2025, 06:48 PM
» Replies: 3
» Views: 164

 
  No WiFi or Ethernet on vanilla PineTab 2 from the factory?
Posted by: SmittyWerbenyegermanjenson - 06-05-2023, 09:25 PM - Forum: General Discussion on PineTab - Replies (6)

I've got a brand new PineTab2 that arrived in the mail today. I've done nothing but:
- Create a new admin account
- Delete the default admin account
- Change plasma theme to breeze dark

I can't figure out how to connect to either wifi or ethernet. No networks found even with a USB-C to Ethernet adapter. I've tried manually creating a wifi connection, typing in my network name and password, and it's not showing up in the available connections.

[Image: xFvSyhE.jpg]

ifconfig only shows lo
iwconfig command not found


  PineTab 2 login screen rotation fix
Posted by: chzbacon - 06-05-2023, 08:12 PM - Forum: PineTab Software - Replies (11)

Update 6/20/23: After my original post @DeltaWhy noticed that the touchscreen was still rotated in portait mode. Making it difficult to click on something like the virtual keyboard if you had the PT2 out of the keyboard case. To fix this you will also need to install xorg-xinput and add a line to the Xsetup file. I've updated my original post to include this fix. Huge thanks to @DeltaWhy. While at it, I also recommend checking out @frtodd 's post about getting the auto screen rotation working. I've been using it for awhile now and it works really well. Community ftw!

-------------

Hey there!

Just received my PineTab 2 in the mail today. So far it's a really cool piece of kit. However, I noticed on first boot that the KDE (sddm) login screen was rotated 90 degrees and in portrait mode. As one does I took it upon myself (with help from the internet) to figure it out. Below are the steps I went through to get it working. Be mindful that this is kind of a hacky way to accomplish this. Essentially we're running a script before the login screen is shown. Also note that the following commands are meant to be run in the terminal and are case sensitive. 

Install xorg-xrandr and xorg-xinput. It's worth noting here that I had to login to the desktop using root (without a password) and give sudo access to that alarm account so that I could install and create these files.

Code:
sudo pacman -S xorg-xrandr xorg-xinput

Edit the Xsetup file in /usr/share/sddm/scripts/Xsetup. Add these couple of lines to your Xsetup file. Your file should look something like this after you have made the edits.

#!/bin/sh
#Xsetup - run as root before the login dialog appears
xrandr --output DSI-1 --mode 800x1280 --rate 60.00 --rotate right
xinput set-prop "pointer:Goodix Capacitive TouchScreen" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1

Code:
sudo nano /usr/share/sddm/scripts/Xsetup

Add this line to the Xsetup file and save it. 
Code:
xrandr --output DSI-1 --mode 800x1280 --rate 60.00 --rotate right
xinput set-prop "pointer:Goodix Capacitive TouchScreen" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1

Once we've done that we need to create a new file for sddm to pull our configuration from. To do this create another file.
Code:
sudo nano /etc/sddm.conf.d/sddm.conf

Add this line to sddm.conf and save the file. Being mindful that it is case sensitive. 
Code:
[X11]
DisplayCommand=/usr/share/sddm/scripts/Xsetup


That's it! Now reboot your PineTab 2 and the login screen should rotate 90 degrees and be in landscape orientation. Hope this helps someone else out.

p.s. This post was written on the PT2. Smile


  15W PD limit?
Posted by: AndyN - 06-05-2023, 05:18 PM - Forum: General Discussion on PineTab - Replies (3)

The quick start guide for the PineTab2 mentions only charging at 5v and 3 amps. I.e. not using a charger beyond 15W. 

Since I thought PD was supposed to negotiate the safe limits between the devices.

A couple of possibilities come to mind:
1. The testing just hasn’t been completed to certify that higher voltages are okay
2. The BMS/PD is programmable and Pine has no way to know what OS distributions have done to it.
3. There are inherent limitations in the circuitry that preclude the use of higher wattages. 

Basically if someone with knowledge of the charging circuitry weigh in that would be great. 

Thanks


  How do I tell Phosh that my app is mobile friendly?
Posted by: Barugon - 06-05-2023, 02:13 PM - Forum: PinePhone Pro Software - Replies (5)

I'm writing an app using egui but the launcher only shows up if I click "Show All Apps". How do I get the launcher to show up when only mobile friendly apps are shown?


  Initial Impressions
Posted by: dachalife - 06-05-2023, 11:18 AM - Forum: General Discussion on PineTab - Replies (6)

The PineTab 2 came extremely well packed and was promptly delivered; I chose courier service & it arrived a day sooner than initially stated.

Boot-up was quick and straightforward without issue. Setup was also a breeze thanks to the quick reference card in the box. The build quality seems excellent; I couldn’t find any flaws. The back-lit keyboard is fine, the mouse is really accurate & responsive & the function key combos I’ve tried work.

After changing the initial passwords, I wanted to get online to check for updates; Wifi isn’t active yet, so I used the dock for my PineBook Pro (lan) and had no issues getting online. No updates were found and I installed my normal apps through terminal (personal preference) without any problems.

USB tethering seems to work flawlessly with the original PinePhone (Mobian/kernel: 5.15-sunxi64), as well as a KaiOS phone with a cheap USB OTG adapter, I used hama part #00200311 for both tests.

I’m really impressed with it so far & going to take it to work tomorrow to test it out.  Smile


  Pinetab2 - First impressions
Posted by: Surehand53 - 06-05-2023, 10:35 AM - Forum: General Discussion on PineTab - Replies (6)

Pinetab 2, first impressions

This text was written on the Pinetab2  Smile

Unpacking
Packaging is all in white and it feels good. Looks really nice.
A bit of plastic could maybe have been avoided.

You get two packages:

First package with:
- Pinetab2
- Small user guide
- Charging cable
- Serial UART to USB connector to analyse errors if the dispaly does not turn on (hopefully not needed)

The Pinetab has a nice feel to it. A sturdy, not super light feeling. 

Package two:
- Keyboard


Keyboad cover
Check for the camera hole and the pogopins to get the connection right.

The keyboard feels great for a keyboard cover. 
The touchpad is quite big, also good.

First Startup
- The boot time is surprisingly fast.
- The passwd for user alarm is: 123456

Dispaly
I have not taken the transport cover off. The firt impresion is good.
I am writing this outside and it works. My iPad mini is not brighter. Not super bright but normal and usable.

The resolution is not bad and not particular good. For this price point its absoutely fine.

Wifi
Everyone probably knows by now that the existing Linux Wifi driver needs work. Now that the Pinetab2 is out with the users there should be some progress.

In the meantime you can use a Wifi Dongle or connect a Mobile with a USB cable. Instructions are in the Wiki. I am using the USB cable to an Android mobil. Apparentl iPhone could work as well, but I have not tried it yet.

With a dongle or mobile it works fine, the native driver needs patience or active contribution.

Bluetooth.
Not tried, but apparently the driver needs work anyway.

Sound
Works fine. The Pinetab has a nice sound, not super loud, not very much bass  but it sounds very natural and nice.

Touchpad
I can't emphasis enough how smooth the touchpad feels. Not only in comparison to the Pinebook Pro, but in general.
It is super smooth.

The OS
The original OS is based on Archlinux and adapted to work well with the Pinetab2. It is a rolling distribution, means new software is installed when it is available. This will probably work fine for the upcoming active development phase for the Pinetab2.

The KDE GUI  is using Wayland and feels very smooth. Quite surprising in fact.
There might be the odd second wait before something happens to load the app or so, but once the result is shown it looks quite realxed and fluent.

The installed browser is Anglefish and also feels surprisingly quick and definately useful.
Overall, just by gut feeling the Piinetab2 feels on the same level as the Pinebook Pro. There might be smll differences here or there but not much. This might be different for computin intense usecases, but that is also not original tables territorry. The Pinetab2 feels fst enouch for tables tasks.

So there it is. Quite a pleant first day experience  Smile


  [PineTab2] Disabling the keyboard when the cover is fully open
Posted by: janqbtzki - 06-05-2023, 08:25 AM - Forum: PineTab Accessories - Replies (4)

Hi,
the keyboard cover does not recognize that it is completely open (keyboard behind the tablet), but is there any way to disable it when I do not want to use it?
This is my first encounter with Plasma, so I don't know if it gives any such options or shortcut.
Optimally there should be some kind of button like for backlighting the keyboard to turn it off.


  Pinetab 2 as Pinebook Pro replacement
Posted by: Corkonian - 06-05-2023, 06:32 AM - Forum: PineTab Software - Replies (4)

I am a huge supporter of SBC and low-power computing and I've been using a *lot* of Pine64 systems over the years. I used to run A64, original 14" and 12" PineBooks and the 14" PineBook Pro.
I have retired everything but the PineBook Pro, as memory and CPU no longer live up to modern standards.
The original Pinebook Pro is showing its age, too and I blindly ordered a PineTab 2 to replace the PineBook Pro. More RAM always helps.

I do not intend to run the PineTab 2 as a tablet, screen real estate is too small, but I will keep the keyboard always attached, so no special tablet features are needed.

Given the architectural similarities between PineBook Pro and PineTab 2, will the PineBook Pro Manjaro run on the PineTab 2/??


  Another stuck watch!
Posted by: Ralpharama - 06-05-2023, 03:48 AM - Forum: General Discussion on PineTime - Replies (11)

Hi all,
I just got my sealed PineTime a month ago, it was all up to date and working fine, then I left it in a bag and it discharged its battery. When I put it on the cradle to charge I get the pinecone in green, then it freezes on the InfiniTime logo. After reading other posts on the forum I tried various things.
- reset it - same thing happens
- reset it to blue pinecone - same thing happens
- reset it to red pinecone - same thing happens
- gadgetbridge was already disconnected, but I also turned off my phone and left it off and tried the above again
- allowed the watch to discharge its battery again then tried the above again with phone off (so there's no chance of any connection)
So I'm stuck, no matter what I do I can't seem to get past the InifiTime logo.
Any other suggestions?
Thanks!
Ralph


  Separate ISO keyboard for PBP
Posted by: Besouro - 06-04-2023, 02:51 PM - Forum: Pinebook Pro Hardware and Accessories - No Replies

Hello,

It's been some time already that Pine stopped selling PBP's with an ISO keyboard.

I couldn't find any separate ISO keyboard in the Pine shop nor something similar on Aliexpress. I'm not interested in a used PBP.

Anybody knows if the ISO keyboard can be purchased separately and if so where?