03-06-2020, 12:43 PM
(This post was last modified: 03-06-2020, 12:47 PM by tahayassen.)
(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
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