Difference between revisions of "User:RainSlide"

From PINE64
Jump to navigation Jump to search
m (noto-sans-cjk -> noto-fonts-cjk)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


<hr>
<hr>
== My personal setup for Arch Linux ARM ==
<pre style="overflow-wrap: break-word; white-space: pre-wrap">
# 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
</pre>
=== Arch Linux ARM mirrorlist - China entries ===
<pre style="word-break: break-all; white-space: pre-wrap">
## 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
</pre>


== Quectel EG25-G ==
== Quectel EG25-G ==

Latest revision as of 08:12, 1 November 2021

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.