User:RainSlide
If I ever feel better.
My personal setup for Arch Linux ARM
# Use your choices of mirrors instead of mine, # and pack your mirrorlist addition with your script, instead of download it, if possible! curl -o mirrorlist.cn.txt -R --no-progress-meter https://pastebin.com/raw/RQn0DiVF ## In case you can't pack it with your script or access Pastebin: # curl -o mirrorlist.cn.txt.gz -R --no-progress-meter https://wiki.pine64.org/images/9/9f/Mirrorlist.archlinuxarm.cn.txt.gz # gzip mirrorlist.cn.txt.gz # rm -f mirrorlist.cn.txt.gz # Insert mirrorlist.cn.txt into pacman.d/mirrorlist at the 4th line sudo sed -i '4r mirrorlist.cn.txt' /etc/pacman.d/mirrorlist # Update the packages with those new mirrors sudo pacman -Syu # Install more packages sudo pacman -S noto-sans-cjk # Then: reboot
Arch Linux ARM mirrorlist - China entries
## China Server = https://mirrors.aliyun.com/archlinuxarm/$arch/$repo Server = https://mirrors.cloud.tencent.com/archlinuxarm/$arch/$repo Server = https://mirrors.sjtug.sjtu.edu.cn/archlinuxarm/$arch/$repo Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxarm/$arch/$repo Server = https://mirrors.ustc.edu.cn/archlinuxarm/$arch/$repo Server = https://mirrors.bfsu.edu.cn/archlinuxarm/$arch/$repo Server = https://mirrors.nju.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirrors.xjtu.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirrors.cqu.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirrors.dgut.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirrors.hit.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirrors.neusoft.edu.cn/archlinuxarm/$arch/$repo # Server = https://mirror.redrock.team/archlinuxarm/$arch/$repo
Quectel EG25-G
Quectel EG25-G is the modem used by PinePhone.
Links
EG25-G
- English: LTE EG25-G
- Simplified Chinese: EG25-G
- Old website (English): LTE Standard EG25-G
- Old website (Simplified Chinese): LTE Standard EG25-G
Quectel
- English: https://www.quectel.com/
- Simplified Chinese: https://www.quectel.com/?lang=zh-hans
- Old website (English): http://47.100.183.34/
- Old website (Simplified Chinese): http://47.100.183.34/cn/
Quectel Open Source
- FTP: ftp://ftp2.quectel.com/
- English: https://www.quectel.com/quectel-open-source/
- Simplified Chinese: https://www.quectel.com/移远开源/?lang=zh-hans
Documentation
Google Search: Quectel EG25-G filetype:pdf
Specification:
- Quectel EG25-G LTE Specification V1.0 (2018, Preliminary version, from static.abstore.pl)
- Quectel EG25-G LTE Specification V1.1 (2019-03)
- Quectel EG25-G LTE Standard Specification V1.2 (2019-11)
- Quectel EG25-G LTE Standard Specification V1.3 (2020-05)
- 'Quectel EC25 Series LTE Standard Specification V2.1 (2020-08)
Specification (Simplified Chinese):
- Quectel EG25-G LTE Standard 模块产品规格书 V1.0 (2019-11)
- Quectel EG25-G LTE Standard 模块产品规格书 V1.1 (2020-11)
Hardware Design:
- Quectel EG25-G Hardware Design V1.0 (2018-12)
- Quectel EG25-G Hardware Design V1.1 (2019-07)
- Quectel EG25-G Hardware Design V1.2 (2019-07)
- Quectel EG25-G Hardware Design V1.3 (2020-04)
- Quectel EG25-G Hardware Design V1.4 (2020-09)
AT Commands Manual:
- Quectel EC25 & EC21 AT Commands Manual V1.2 (2017-11, not for EG25 or EG25-G, but it is used as reference by some people)
- Quectel EC2x & EG9x & EG2x-G & EM05 Series AT Commands Manual V2.0 (2021-02)
Firmware
Firmware versions (links are):
- EG25GGBR07A08M2G_01.001.01.001
- EG25GGBR07A08M2G_01.002.01.002
- EG25GGBR07A08M2G_01.002.07
- EG25GGBR07A08M2G_01.003.01.003
Forum discussion:
- Latest firmware for PinePhone modem! by Subsentient
About the latest firmware (version number 01.003.01.003):
In a GitHub issue sent by someone who updated their firmware to version number 01.003.01.003, repo owner Biktorgj replies:
There have been some reports of some issues during sleep with the latest firmware, so you might actually want to downgrade to EG25GGBR07A08M2G_01.002.07, which looks more stable.
Plus points, modem-power won't complain after downgrading
Multimedia Messaging Service (MMS)
Wikipedia: Multimedia Messaging Service
Forum discussion:
Thanks Biktorgj for all his work on it, that's one people vs. all the obstacle the hardware manufacturer creates.