Are you using the Pinephone as your daily driver?
#46
d0n601



Users with "extensive Linux experience" means that doing the following to fix the issue with the modem should be no big deal. 

source

Code:
#!/bin/bash
FILE=/dev/ttyUSB2

if ! test -c "$FILE"; then
  systemctl restart eg25-manager
fi





Then in order to check this regularly I suggest using `cron` jobs as root:


Code:
sudo crontab -e

and set the following rule that executes every minute

Code:
* * * * * /home/mobian/bin/test-and-connect-modem.sh


I've downloaded jumpdrive and am going to give it a try with Mobian before I draw any final conclusions.  Probably won't end up returning it.
  Reply


Messages In This Thread
RE: Are you using the Pinephone as your daily driver? - by Old_Mil - 07-08-2021, 12:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why projects like PinePhone matter – feedback and encouragement Gary2003 6 5,648 5 hours ago
Last Post: tantamount
  Can use PlayStation on Pinephone? willharper 7 8,124 Today, 12:30 AM
Last Post: ChaiLetters
  Pinephone Pro Neural Processing Unit biketool 1 3,436 09-01-2025, 02:05 AM
Last Post: biketool
  Want to buy second hand PinePhone 3G version rudi.timmermans 2 2,901 08-31-2025, 07:18 AM
Last Post: Fish
  Pinephone Pro not in store? bubulux20c 1 1,322 08-08-2025, 02:12 AM
Last Post: P. Siera
  PinePhone Pro EU no warranty P. Siera 0 1,049 07-21-2025, 12:08 AM
Last Post: P. Siera
  US Mobile, via T-Mobile, won't support Pinephone Pro - SOLVED, SIMPLY jovval 14 13,753 07-18-2025, 04:24 PM
Last Post: dchang0
  Pinephone visibly losing power while plugged in Hiraghm 2 1,965 05-23-2025, 12:30 PM
Last Post: Kevin Kofler
  contact sales pinephone janjansen1312 2 2,286 03-17-2025, 07:29 PM
Last Post: tllim
  PinePhone Pro P. Siera 4 3,860 03-14-2025, 07:00 PM
Last Post: Kevin Kofler

Forum Jump:


Users browsing this thread: 4 Guest(s)