Jolla C2 first time use instructions

If you have unlocked the device and are in the UI, go to settings and enable developer mode. Then open up a terminal, become root with: devel-su and try if the networking starts to work with this:

  1. Check systemctl status connman and if you see no Active: active (running) status, then
  2. Remove (preferrably move to $HOME): /usr/lib/systemd/system/connman.service.d/01-require-home-mount-to-be-present.conf
  3. Edit the main.conf as detailed in Jolla C2 first time use instructions - #202 by jlaakkonen
  4. Do systemctl start connman and check the status.
  5. If it starts, connect your WiFi

Note that this does not fix the possible issue of encryption being broken yet, which is very likely the cause for ConnMan not starting, so it is uncertain if upgrade is safe yet. It is interesting to see what does this output on your device:

mount|grep luks
4 Likes