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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 28,187
» Latest member: Quecems
» Forum threads: 15,710
» Forum posts: 114,682

Full Statistics

Latest Threads
Progress on Wifi Chip
Forum: PineTab Hardware
Last Post: frtodd
1 hour ago
» Replies: 2
» Views: 260
Netbds10.0 on Rock64 not ...
Forum: BSD on Rock64
Last Post: KC9UDX
4 hours ago
» Replies: 6
» Views: 53
Audio output switching an...
Forum: Mobian on PinePhone
Last Post: treebeard
4 hours ago
» Replies: 0
» Views: 8
upgrading u-boot--what ve...
Forum: General Discussion on Pinebook Pro
Last Post: Pavlos1
5 hours ago
» Replies: 1
» Views: 58
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: treebeard
Yesterday, 07:58 AM
» Replies: 27
» Views: 2,872
USB charging is unreliabl...
Forum: PinePhone Pro Hardware
Last Post: lightwo
Yesterday, 04:29 AM
» Replies: 0
» Views: 40
Calls: ALSA UCM config no...
Forum: PinePhone Pro Software
Last Post: lightwo
Yesterday, 04:23 AM
» Replies: 6
» Views: 300
how to enable /dev/i2c-0 ...
Forum: Getting Started
Last Post: Pavlos1
Yesterday, 12:04 AM
» Replies: 1
» Views: 76
Official Debian support
Forum: Linux on Pinebook Pro
Last Post: rempfer
05-16-2024, 11:00 PM
» Replies: 63
» Views: 52,625
Android Gaming Image
Forum: Game Station Emulation
Last Post: Abeldean
05-16-2024, 09:18 PM
» Replies: 51
» Views: 76,157

 
  ArchLinux Network Booting
Posted by: xblack86 - 02-22-2021, 12:43 PM - Forum: Clusterboard - Replies (2)

This is a minimal HowTo to network boot the SoPINEs using ArchLinux and NFS root fs

http://emavap.ddns.net/emavap/sopine-clusterboard-nfs

It was meant to be for my personal use so typos/errors can be present


  HowTo: Get a passcode from DUO Mobile working on the Pinephone
Posted by: kop316 - 02-22-2021, 12:27 PM - Forum: PinePhone Software - Replies (2)

Hey All,

I was forced to use Duo Mobile to use with my work, and I wanted to share a couple of experiences to help anyone else that may have this issue too. First, DUO now supports WebAuthn, I had to ask my IT department to get it to work. This will allow you to use a Yubikey (or other U2F device) on Firefox (as normally it is Chrome only). I just ordered a USB-C Yubikey as well, so I am curious to see if I can get that working on the Pinephone.

I was also successful in getting a passcode working with Gnome Authenticator, thus not needing the DUO mobile app (for those who don't have to use DUO, the "official" way to get a passcode working is to use their app, which is an Andriod/iOS app only. It does not natively support using third party apps, and I suspect that is by design). There is a python script to get it working:

https://github.com/kop316/duo-cli

You can use just the python script only you so choose, but you can also export the secret to your favorite 2fa app (like Gnome-authenticator). Use the

Code:
./duo_export.py

script to export your secret. Note that it uses HOTP, do you have to incriment it at every log in.

As a quick note, look at all of the "Data" in duo_activate.py , and make sure they are reasonable values too. I can only assume they have those values to check them.


  FlexProp IDE
Posted by: botulism - 02-22-2021, 12:11 PM - Forum: General Discussion on Pinebook Pro - No Replies

I use the Parallax Propeller family of microcontrollers. The normal IDE is on Windows, but FlexProp can be compiled to run on Linux. It would be spamtacular if I had an IDE on a Pinebook Pro! I lack the time and knowledge to make this happen. I also always run into some permission issue with any programmable device that always kicks my butt.

Is this doable? If so, can someone please educate me on how to pull this off?
Thank you!

https://forums.parallax.com/discussion/1...-and-p1/p1


  out of stock
Posted by: quilnux - 02-22-2021, 10:15 AM - Forum: General Discussion on PinePhone - Replies (2)

Does anyone have any idea about when I can expect the "buy right freakin' now" button to be returned to the PINE64 web site for the PinePhones?


  Plasma Mobile airplane / aeroplane mode / mobile off
Posted by: dcinoz - 02-22-2021, 05:54 AM - Forum: Manjaro on PinePhone - Replies (4)

Hi,

Evening here and I normally put my phone in airplane / aeroplane mode i.e. would look for a toggle to disable modem / mobile data / wifi / BT if any are on.

I could find no such thing on Manjaro Plasma Mobile 20210221.
I panicked when I went to settings and saw internet had a tick - even though the Mobile Data icon in the top bar settings is not on....does that toggle not work?

So surprise, no mobile modem off either. Or could the Mobile Data icon actually toggle mobile / mobile data on / off?

I have my mobile modem on with data off due to cost.

I did not find a quick way to turn data on / off via ofono command.
Neither a way to turn mobile modem on / off via ofono.

I did a brutal

Code:
sudo pkill ofonod
and that worked - no more mobile icon in the top bar.

I lodged a bug report at https://gitlab.manjaro.org/manjaro-arm/i.../issues/69

I appreciate any comments from anyone with more Plasma Mobile experience. Mobian has quirks including with their Airplane toggle (still not fixed....) but you can turn mobile on / off, data on / off.

I assume this bug report covers the mobile data icon toggle:
https://gitlab.manjaro.org/manjaro-arm/i...-/issues/9


  Mobian Firewall from iptables to nftables
Posted by: MicSpabo - 02-22-2021, 05:48 AM - Forum: Mobian on PinePhone - Replies (4)

Hi,

my pinephone mobian CE is installed on emmc with FDE. The Mobian Doku tells me in the chapter "Firewall", that the current technology would be nftables.

I installed all available updates, but when I check the installed packages, my Mobian is still based on iptables.

# apt policy nftables
    Installed: (none)
    Candidate: 0.9.8-3

# apt policy iptables
    Installed: 1.8.7-1

I received my pinephone two weeks ago and used the installer as it came with.
Do I have to flash a newer Image to start with nftables instead of iptables?

As iptables is not configured jet.
# echo -e "\nIPv4:" && iptables -nvL && echo -e "\nIPv6:" && ip6tables -nvL && echo " "
  IPv4:
    Chain INPUT  (policy ACCEPT 0 packets, 0 bytes)
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    Chain OUTPUT  (policy ACCEPT 0 packets, 0 bytes)
  IPv6:
    Chain INPUT  (policy ACCEPT 0 packets, 0 bytes)
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    Chain OUTPUT  (policy ACCEPT 0 packets, 0 bytes)

I tried to replace it, but it seems to be impossible,-
# apt -s remove --purge  iptables
  The following packages will be REMOVED:
    iptables* mobian-base* mobian-phone-base* mobian-phosh-base* mobian-phosh-extras* mobian-phosh-phone*
  0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
as that whould remove the phones GUI as well.

In the moment it looks to me that I could just disable and mask iptables and install and enable nftables.

Did I miss some documentation? Any ideas are appreciated.

Keep well and fit,
MicSpabo


  Plasma Mobile phone rings first ring from suspend!
Posted by: dcinoz - 02-22-2021, 03:43 AM - Forum: Manjaro on PinePhone - No Replies

Coming from Mobian, I installed Manjaro Plasma Mobile 20210221 yesterday.

Amazingly, it seems the modem manages to wake up the phone from suspend when an incoming call comes in at the first ring.
From a VOIP SIP account, the phone lit up before I heard the first ring on the calling phone, then the incoming call accept / reject appeared on the locked screen. That is amazing!

Mobian rings after 11 seconds from the same line (screen lights up / sometimes blinking blue led then 11 s later it rings / shows call screen).

Tested by using

Code:
systemctl suspend
and checked the phone was in suspend as SSH was no longer possible.

I was curious as to whether having the phone on charge might delay / prevent the suspend, it doesn't.

Mobian has been missing incoming text messages, also, I wonder how good Plasma Mobile is. I don't get too many sent to me, so let me know your experience.

Hopefully all distros will benefit from this huge improvement.

Note that initially I had several calls that just lit up the screen, without showing the accept / reject option. Restarting the phone seems to have solved that. I've had the phone on mobile (no date) all day and when I've done my test calls it has (magically) woken the phone up and starting ringing immediately! Happy days.

FYI IMS is disabled on the modem side as my MVNO does not have access to VoLTE yet. Shouldn't make a difference, one would hope.

Anyway, thought I'd share the excellent news. If all incoming text messages trigger a notification, too, that would be a miracle Big Grin .

I haven't actually checked the calls actually work, I hope so.


Question eink display, digitizer?
Posted by: ashleymills - 02-22-2021, 01:25 AM - Forum: News - Replies (7)

Regarding the rumblings about the 10" eink display, is the proposal currently to have a touch digitizer too?

I've got a boox note 3 and the great thing about it is that it runs a full android distribution. It feels strange using a computer with normal responsiveness but with an eink display., but it works.

So I suppose that's what made me wonder whether the plan is to have a digitizer for the display available? So that people could make their own "enhanced" ebook readers?

What do people think?

Ashley


  CON15 part number and mate
Posted by: hazelnusse - 02-21-2021, 11:36 PM - Forum: RockPro64 Hardware and Accessories - Replies (3)

I'm looking to use CON15 to power the board instead of the 5.5x2.1 barrel jack. Does anybody know the part number that is on the board and what the correct mating part number is? The schematic has this labelled as "XH_2.5mm"  -- I think they are 2.54mm/0.1" but would like to know the exact part so I can purchase the right mate.

Is there a BOM I missed somewhere on the Wiki?


Question SoC behind the LCD?
Posted by: KC9UDX - 02-21-2021, 08:37 PM - Forum: General Discussion on Pinebook Pro - Replies (17)

Since the PBP top and bottom are already so thin, I wonder if it would be possible for future Pinebooks to be designed with the main board in the top half in stead of the bottom.  I don't know if anyone else has ever done this (except tablets with attached keyboards).  It would make cooling far better.