User:RainSlide

From PINE64
Jump to navigation Jump to search

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-fonts-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

Quectel

Quectel Open Source

Documentation

Google Search: Quectel EG25-G filetype:pdf

Specification:

Specification (Simplified Chinese):

Hardware Design:

AT Commands Manual:

Firmware

Firmware versions (links are):

Forum discussion:

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.