| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,004
» Latest member: shinzuka
» Forum threads: 16,337
» Forum posts: 117,447
Full Statistics
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 257
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 15,116
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 221
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,669
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,139
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 154
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,505
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 342
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,367
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 479
|
|
|
| Pinetab completely bricked |
|
Posted by: Saksmito - 06-06-2023, 04:02 PM - Forum: PineTab Hardware
- Replies (8)
|
 |
Good evening.
I just received my pinetab2.
The wifi didn´t work under the OS installed (plasma + Archlinux).
I created a bootable SD with Etcher with Archlinux + phosh, but the system kept booting from the eMMC instead of the microSD.
I then copied the image to the pinetab and installed through dd.
The process finished, I only had the terminal screen and the rest of the GUI was gone.
I resetted and since then it simply doesn´t respond. Tried to use jumpdrive, new installations on the microSD... nothing works. It doesn´t respond t the power button.
I would appreciate any ideas.
Thanks for your time and effort.
|
|
|
|
| Internet phone tethering help |
|
Posted by: Corconegre - 06-06-2023, 03:30 PM - Forum: General Discussion on PineTab
- Replies (5)
|
 |
Hi,
i'm trying to tether the connection from my iPhone, following the wiki: https://wiki.pine64.org/wiki/PineTab2#Pe..._an_iPhone
(it's in the right usb-C next to the volume)
The phone shows the icon as if something is connected, in the pinetab2 i see the icon of wired network and in the settings i can see an "Io" connection with status "connected".
I can also see the folder and camera in the tray and access the phone.
However i can't connect to internet, anyone can give me a hand or point me to documentation on how to fix this? not sure if i'm doing something wrong or what can i do...
Thanks!
|
|
|
|
| PINE64 Hangs |
|
Posted by: agreenwald1 - 06-06-2023, 12:09 PM - Forum: General Discussion on PineTab
- Replies (2)
|
 |
Hi,
I just received my PINE64 running Arch Linux and it hangs continually. I boot it and it then open a terminal wait and it hangs. I run the Settings GUI tried to change my timezone and it hangs. Do I need to run another operating system or is this bad hardware
|
|
|
|
| login not possible |
|
Posted by: User 26942 - 06-06-2023, 08:51 AM - Forum: General Discussion on PineTab
- Replies (1)
|
 |
so I got my PineTab2 and started to tinker around including creating a second admin account with a strong password and also changed the password for the default admin incl the kdewallet. All went well until I tried to login with the new admin account. it does not matter what I enter I am getting for both accounts "Login failed". so how can I reset that?
Thanks.
"Has anyone seen my hammer"?
|
|
|
|
| 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]](https://i.imgur.com/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.
|
|
|
|
| 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
|
|
|
|
|