How I am running ubports as a daily driver
#10
(03-03-2020, 02:06 AM)quixote Wrote: So, finally got it all entered, scripts set up. (I'd love to know why my ability to ssh vaporized! Problem for another day.) Restarted.

/etc/rc.local didn't seem to run on startup. ?? It is executable, but there wasn't any sound until I ran it manually. (I copied it to an executable in /home/phablet and ran that. Don't know if that makes a difference.)

Ran the start modem script and fix wifi script.

It allows me to send and receive SMS. W00T!

Voice calling is showing signs of life, but is not functional on my system. The phone app comes up, recognizes the SIM, and dials, but the phone app crashes as soon as there's a connection. Calling in from another number, the phone rings on the other phone, but not on the pinephone, and then it goes to voicemail. There's no visual sign on the display of an incoming call either. Sound is on and functions in other apps, eg if the keyboard click is set to on.

Wifi refuses to appear at all, in any way.

Any ideas for improvements from here?

Can you run
Code:
cat /etc/rc.local
in ssh and copy the output here? For reference, this is what you should see:

Code:
phablet@ubuntu-phablet:~$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

modprobe snd_soc_simple_amplifier
modprobe snd_soc_simple_card_utils
amixer -c 0 set 'AIF1 Slot 0 Digital DAC' unmute
amixer -c 0 set 'Line Out' unmute
amixer sset 'Line Out' 100%

exit 0
phablet@ubuntu-phablet:~$

Honestly, not sure why the wifi is not working for you. Make sure that wifi is enabled in the UI and then run
Code:
./fix-wifi.sh
in a terminal and that should be enough to get wifi working.


Messages In This Thread
RE: How I am running ubports as a daily driver - by tahayassen - 03-06-2020, 12:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone UBPorts Edition stuck on PINE64 logo screen Giovanni Iannotti 4 6,320 09-01-2021, 01:20 PM
Last Post: Giovanni Iannotti
  online accounts in UBports Uturn 2 5,080 03-30-2021, 09:12 AM
Last Post: Uturn
  UBPorts Not Working Pinoideae 7 11,677 03-13-2021, 01:51 PM
Last Post: KNERD
  How to enable Ethernet with UBPorts and convergence dock? piney-tim 1 3,553 11-27-2020, 07:40 PM
Last Post: piney-tim
  UBPorts Convergence MonCon 0 2,788 11-24-2020, 04:25 PM
Last Post: MonCon
  Looks like I found a mild reason why UBPorts for pinephone hasn't seen much progress. plainenough 13 20,838 11-21-2020, 06:30 PM
Last Post: Nooblife
  "No network" on new UBPorts community edition pinephone professorsnapper 6 9,552 10-19-2020, 10:27 PM
Last Post: htc_tattoo
  DisplayPort driver SJSEng 0 2,118 10-12-2020, 06:43 AM
Last Post: SJSEng
  My Daily QA - 2020-10-01 plainenough 1 3,470 10-02-2020, 09:56 PM
Last Post: Phillip Bell
  My Daily QA - 2020-09-30 plainenough 0 2,845 09-30-2020, 01:48 PM
Last Post: plainenough

Forum Jump:


Users browsing this thread: 2 Guest(s)