modem no carrier message
#9
I solved the problem on Manjaro Phosh, it seems that this distribution is very well configured and works almost out of the box only by updating the operator's APN name.

Settings > Mobile > Access Point Names  and then you choose and edit one of the profiles and click Save , if you can't save it reboot the phone. Your APN should be

Code:
sp.koodo.com


https://www.koodomobile.com/en/help/sett...oodo-phone

Phosh uses the ModemManager instead of ofono , I believe there are valuable scripts in there which configure the modem and wwan0 interface automatically and this could be easily ported to Plasma.

Now I show how I tested it on a SD card, I will flash it on the eMMC later to see the true performance.

We download the latest release from here

https://github.com/manjaro-pinephone/phosh/releases


Code:
# Download the image and the SHA256 signature use, 'wget -c <file>' to resume an interrupted download, do not delete the partial file

wget https://github.com/manjaro-pinephone/phosh/releases/download/beta10/Manjaro-ARM-phosh-pinephone-beta10.img.xz
wget https://github.com/manjaro-pinephone/phosh/releases/download/beta10/Manjaro-ARM-phosh-pinephone-beta10.img.xz.sha256

# check the signature for integrity of the file, it should return 'OK'

sha256sum -c Manjaro-ARM-phosh-pinephone-beta10.img.xz.sha256

# unzip the file keeping the original

xz -d -k Manjaro-ARM-phosh-pinephone-beta10.img.xz

# check that the SD is inserted and unmounted, you should see a device 'mmblk0', if any of the partitions are mounted unmount them with 'sudo umount <mount directory>'

lsblk

# flash the image to the device, that is write the image in 1MiB blocks, show the progress and flash the buffer completely

sudo dd bs=1M if=Manjaro-ARM-phosh-pinephone-beta10.img of=/dev/mmcblk0 status=progress conv=fsync

#reboot, wait at the terminal screen for a while and it will start, continue with the set up and then unlock the screen with the code '123456', the same code is the 'sudo' password

#respectively the flashing to the eMMC after booting with the SD would be

sudo dd bs=1M if=Manjaro-ARM-phosh-pinephone-beta10.img of=/dev/mmcblk2 status=progress conv=fsync

# assuming that the .img file is in your working directory, be sure to unmount the first partition of the eMMC before flashing which is mounted under /boot

sudo umount /boot
  Reply


Messages In This Thread
modem no carrier message - by Rainer - 05-08-2021, 07:34 AM
RE: modem no carrier message - by mouffa - 05-18-2021, 06:33 AM
RE: modem no carrier message - by Rainer - 05-18-2021, 08:10 AM
RE: modem no carrier message - by mouffa - 05-18-2021, 10:25 AM
RE: modem no carrier message - by mouffa - 05-20-2021, 04:53 AM
RE: modem no carrier message - by mouffa - 05-20-2021, 06:56 AM
RE: modem no carrier message - by Rainer - 05-20-2021, 09:43 AM
RE: modem no carrier message - by mouffa - 05-20-2021, 10:48 AM
RE: modem no carrier message - by mouffa - 05-22-2021, 04:33 AM
RE: modem no carrier message - by Rainer - 05-22-2021, 12:06 PM
RE: modem no carrier message - by mouffa - 05-22-2021, 02:59 PM
RE: modem no carrier message - by Rainer - 05-24-2021, 08:13 AM
RE: modem no carrier message - by mouffa - 05-24-2021, 10:47 AM
RE: modem no carrier message - by mouffa - 05-25-2021, 12:36 PM
RE: modem no carrier message - by mouffa - 05-26-2021, 12:20 PM
RE: modem no carrier message - by mouffa - 05-27-2021, 06:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Supported Carrier and Modem Bands NachoMomma 4 1,664 03-23-2024, 02:00 PM
Last Post: Kevin Kofler
  power circuit can't charge battery and can't supply enough power for modem or wifi vortex 2 603 02-17-2024, 04:15 PM
Last Post: vortex
Bug PinePhone modem keeps "disappearing" Kevin Kofler 14 5,852 03-22-2023, 05:28 PM
Last Post: Kevin Kofler
  modem not working michelinux 0 951 02-16-2023, 04:56 AM
Last Post: michelinux
  modem not detected al_x 3 4,314 02-15-2023, 11:17 AM
Last Post: fxc
  PinePhone carrier support in Hungary notramo 7 2,779 12-14-2022, 12:18 PM
Last Post: notramo
  firmware udate Quectel EG25-G modem alwi 7 5,557 07-06-2022, 01:43 PM
Last Post: user641
  Need command to tell what modem firmware I am on. purpletiger 4 2,964 07-06-2022, 12:35 PM
Last Post: Zebulon Walton
  The modem does not recognize Korean SIM cards (what?) bdicewk 9 4,260 06-13-2022, 04:12 AM
Last Post: zetabeta
  Modem Hardware bad? Not ready for 5g?? linux76 8 4,876 05-31-2022, 06:41 PM
Last Post: SwordfishII

Forum Jump:


Users browsing this thread: 1 Guest(s)