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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,473
» Latest member: Samliams
» Forum threads: 16,196
» Forum posts: 116,877

Full Statistics

Latest Threads
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: KNERD
43 minutes ago
» Replies: 4
» Views: 177
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: KNERD
45 minutes ago
» Replies: 7
» Views: 382
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
9 hours ago
» Replies: 5
» Views: 927
prototyping to help someo...
Forum: General
Last Post: Samliams
11 hours ago
» Replies: 1
» Views: 116
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: zetabeta
Yesterday, 12:04 AM
» Replies: 1
» Views: 64
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 100
Compatible U.S. carriers ...
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
08-15-2025, 07:34 PM
» Replies: 2
» Views: 141
Long dialpad keypress to ...
Forum: Mobian on PinePhone
Last Post: Zebulon Walton
08-15-2025, 06:48 PM
» Replies: 3
» Views: 109
Password reset via u-boot...
Forum: PineNote Software
Last Post: lunnabae
08-13-2025, 01:17 AM
» Replies: 6
» Views: 1,767
incorporate a multimeter ...
Forum: General
Last Post: lalisa12
08-13-2025, 01:14 AM
» Replies: 2
» Views: 531

 
  Linux 5.15 Kernel - openSuse
Posted by: mark1250 - 12-02-2021, 04:36 PM - Forum: Linux on Rock64 - No Replies

Does anyone have kernel version 5.15 working on their rock64?

I've been running openSuse Tumbleweed on my rock64 for more than a year without issue. A recent update moved from kernel 5.14.14 to 5.15.3 and the rock64 will not boot. It doesn't see the eMMC.

Here is a link to the openSuse bugzilla: openSuse bug report

Thanks.

Mark


  Suddenly, nothing but a backlight and a boot logo flash
Posted by: 3x5co - 12-02-2021, 10:16 AM - Forum: Mobian on PinePhone - Replies (8)

I don't know why, but I can't get my phone booted now. It shows the Mobian logo for a second, then nothing but a backlight. I can't SSH in over USB — although that was already not working. I'm not sure where to go from here. Suggestions?


  RTL8811AU usb wifi for pbpro
Posted by: vlut - 12-02-2021, 05:23 AM - Forum: Pinebook Pro Hardware and Accessories - No Replies

Hello Everyone,

I had a TP-Link AC600 T2U Nano  (chipset REALTEK RTL8811AU) wifi usb dongle laying around and I wanted to use it with my PineBook Pro to improve a bit my wifi.

After a bit of time looking around I managed to find a solution to make it work  so I decided to share the solution I found. 

I will start by saying three things:
1: to anyone wanting to buy a USB WIFI dongle for use with any kind of linux device I would advise to read https://github.com/morrownr/USB-WiFi . In particular I would advise  AGAINST buying a usb wifi dongle that has a REALTEK chipset.

2: this is my first post on this forum, maybe I am doing it wrong but please be gentle. 

3: this solution is very similar to https://forum.pine64.org/showthread.php?tid=14767 (which concerns a similar chipset : the RTL8812AU).

Solution:
Get the driver from https://github.com/morrownr/8821au-20210708
Follow instructions 1 to 7 from the README
Before executing #sudo ./install_driver.sh modify the Makefile as follows: 
find the lines

Code:
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
ARCH ?= $(SUBARCH)
 and replace them with 
Code:
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
# ARCH ?= $(SUBARCH)
ARCH := 'arm64'
As explained in https://forum.pine64.org/showthread.php?tid=14767 for a similar driver, this modification is necessary because otherwise the architecture is detected as 'aarch64' and the Makefile does not recognise this architecture.

Then run 
Code:
sudo ./install_driver.sh

I had no errors and after a reboot my USB wifi was recognised and fully functionnal.
I hope this might help someone someday.

Note: this should work for similar wifi chipsets by replacing the driver https://github.com/morrownr/8821au-20210708 by the relevant one in https://github.com/morrownr .


Thumbs Up Pinephone Application Compatibility
Posted by: coolusername - 12-02-2021, 02:23 AM - Forum: General Discussion on PinePhone - Replies (2)

Hi

I'm new to Linux phone and want to know what i can do with pinephone as a daily driver.
I don't really use too many apps on IOS but some applications are important like messaging and maybe clients for forums like reddit, etc.

Can i install any mainstream messaging app on Pinephone? (signal, session, etc)

Can i install clients to open reddit or other forums?

Thanks in advance.


  Screen has pixel-thin horizontal stripes that are black or get stuck in the past
Posted by: yasmi - 12-02-2021, 12:20 AM - Forum: PinePhone Hardware - Replies (5)

I don't know what this is called, the screen has a ghost of what it was showing before, rapidly flickering around ~0.5cm and ~2cm above the original position. On reboot it initially returns to being black, but by the time it gets to disc decryption, ghosts appear. Sometimes the unlock screen's clock can be striped over the phosh apps dashboard, sometimes it's just the apps dashboard split into two. Sometimes it goes back to black stripes.

This started happening on my second time booting the pre-installed Manjaro + plasma, when I was expecting the phone to boot into the SD card's PostmarketOS + phosh but didn't due to partitions being messed up. The problem persists in all successful PMOS boots.

I asked for help in the chats, got some advice on re-plugging the monitor ribbon cables, and I think I did that but nothing changed (it seemed to have made things worse at first, but maybe that was a placebo effect). I say I think I did that because I can't figure out which ribbon cable is the monitor one, so I just unplugged + re-plugged all ribbon-like ones that I saw.

I'm quite thrilled about everything that's working, if the screen can look stripe-free that would be just perfect.


  Slackware on pinephone?
Posted by: Anthony127 - 12-01-2021, 11:06 PM - Forum: PinePhone Software - Replies (2)

Does this work? I found this on the internet and it seems to be slackware for the pinephone: http://dl.fail.pp.ua/slackware/images/pinephone/


  How to transfer customised OS from SDcard to emmc
Posted by: quixote - 12-01-2021, 10:27 PM - Forum: General Discussion on Pinebook - Replies (1)

It's nice to play with OSes on sdcards, and then when you know what you want, move it to emmc. The only problem for this noob is I couldn't find a simple step-by-step. Flashing downloaded img files, yes. But not exactly how to transfer your customised OS. So this is what worked for me. If I did somethng stupid, please mention it in comments and I'll fix this first post.

1) Buy the usb thingy to carry the emmc so you can do this process on your other computer. (You're a linux fan. Of course you have several computers, right?)

2) Carefully! insert emmc into usb carrier, and then into usb slot on computer.

3) Remove your customised bootable SDcard from pinebook and insert into sd slot on computer.
        [3a) you may want to mount and look at the contents of the emmc
        if it's a new one you bought.
        Mine had some stray files on it that I deleted.]

4)

Code:
sudo fdisk -l
to find the names of the devices. In my case the sdcard was:
/dev/mmcblk0 (this is the "input device" which sends info to the target)
and the emmc was
/dev/sda (this is the "output device")
Substitute your own device names, of course, as reported by fdisk.

Make absolutely sure you have the right names of the right devices, because the dd command used below just does what it's told. If, by accident, you tell it to overwrite your hard drive, it will.

5)Make sure both are unmounted:
Code:
sudo umount /dev/sda
sudo umount /dev/mmcblk0
If they're already unmounted, it will tell you so. Note: "umount", not "unmount".

6) This is the actual copy using the dd command. The output device MUST be equal to or larger than the input device.


Code:
sudo dd if=/dev/mmcblk0 of=/dev/sda bs=1M status=progress
if means "input file" and of means "output file." This takes a looong time. As in half an hour type of long.

7) Resize the partition dd just copied to your emmc. It's an exact bit-for-bit copy of the sdcard, so it's the same size as that, and it's not using all the space on your larger emmc. I used gparted to resize, but I think any of the standard methods will work.

And that's it. Put the emmc with the transplanted brain into the pinebook, get the screws back into the backplate, and boot up.

I hope it works as well for you as it did for me!


  Beta 17 Online Accounts
Posted by: dlarson - 12-01-2021, 10:12 PM - Forum: Manjaro on PinePhone - Replies (3)

I love the look and feel of the Manjaro Beta 17.   The On line Accounts feature looks as professional as Android or iOS.  I have connected to my Exchange Server and set it to use Mail, Calendar and Contacts.   Everything appears to be correct but I cannot figure out how to get the data into any of the applications.

 The Calendar application >> Manage Calendars >> Add Calendar feature circles back to On Line accounts but does not pull in the data.

Any pointers on how to correctly use the feature?


  Pinephone Pro availability
Posted by: bcnaz - 12-01-2021, 04:09 PM - Forum: General Discussion on PinePhone - Replies (2)

@tllim

>  Please give us a date that the Pine64 Store will start accepting sales orders for the Explorer Edition Pinephone Pro..?

> How long will the sales be open ?


Information Using PCF8574 I2C GPIO Expanders
Posted by: CounterPillow - 12-01-2021, 02:48 AM - Forum: Quartz64 Tutorials - No Replies

Hi all,

I've begun writing a guide on the wiki on how to use the cheap ubiquitous 8-lane PCF8574 I2C GPIO Expander with the Quartz64 Model A:

https://wiki.pine64.org/wiki/Quartz64_Mo..._a_PCF8574

It should also be more generally applicable to other boards, if you adjust the used I2C controller. You don't need to speak any I2C protocol to use this at all; the Linux kernel handles it all for you!

I encourage anyone to edit the wiki article if they find a mistake, and expand the guide as is reasonable. I believe that collaboratively we can produce great guides for the board.