pmaports w/ reMarkable 1 packages
Find a file
Pedro Ângelo 454b28e421 asus-grouper: create nonfree firmware subpackage (!252)
With this firmware I can connect to my AP using wpa_supplicant, ping
servers and fetch files normally. However the driver also brings up the
p2p0 interface on boot and it seems to conflict with wlan0. So to test
the wireless we need to disable p2p0 and stop the wpa_supplicant service
(because it attaches itself to p2p0 on boot):

$ sudo ip link set p2p0 down
$ sudo rc-service wpa_supplicant stop
$ wpa_passphrase <your ESSID> <your password> > ./wpa_config
$ sudo wpa_supplicant -B -Dnl80211 -iwlan0 -c./wpa_config
$ sudo udhcpc -i wlan0
$ ping postmarketos.org
PING postmarketos.org (188.166.143.8): 56 data bytes
64 bytes from 188.166.143.8: seq=0 ttl=42 time=41.604 ms
64 bytes from 188.166.143.8: seq=1 ttl=42 time=56.022 ms
64 bytes from 188.166.143.8: seq=2 ttl=42 time=54.911 ms
64 bytes from 188.166.143.8: seq=3 ttl=42 time=54.241 ms
...
$ sudo apk update
fetch http://postmarketos.brixit.nl/armhf/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/armhf/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/armhf/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/armhf/APKINDEX.tar.gz
v20190228-49-gbc0f9441b0 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20190228-41-g6ee930cc6c [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20190228-48-g67283cdbf6 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
OK: 13694 distinct packages available
2019-03-05 09:32:50 +01:00
.gitlab-ci CI: check_mr_settings.py: fix check for same repo (!255) 2019-03-05 09:00:23 +01:00
.shared-patches/linux Add gnu89 patch to .shared-patches/linux/ (!158) 2019-01-21 07:12:00 +01:00
.sr.ht sourcehut helper: Added option to specify pmbootstrap branch 2019-02-16 16:51:23 +01:00
coreapps coreapps/*: update to 2.4.0 (!249) 2019-03-01 09:42:01 +01:00
cross cross/gcc4-{aarch64,armv7}: add generated aports 2019-02-28 13:29:03 +01:00
device asus-grouper: create nonfree firmware subpackage (!252) 2019-03-05 09:32:50 +01:00
firmware device-samsung-p4wifi: Switch to armv7 (!254) 2019-03-05 09:18:34 +01:00
hybris Always quote _commit (!207) 2019-02-11 22:03:58 +01:00
kde kde/kwin: Disable building tests as well (!243) 2019-03-05 09:04:15 +01:00
maemo maemo/libhildon: fix hildon-desktop armv7 build (!130) 2019-01-10 22:56:53 +01:00
main pmbootstrap: update to 1.5.0 2019-03-03 10:45:39 +01:00
matchbox Always quote _commit (!207) 2019-02-11 22:03:58 +01:00
modem modem/libsamsung-ipc: Use openssl (!109) 2018-12-22 08:55:09 +01:00
temp temp/u-boot: use !tracedeps to allow native cross compile (!246) 2019-02-28 17:47:28 +01:00
unity8 main/*, unity8/*: update various unity8 packages (!221) 2019-02-27 19:10:30 +01:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore Add test cases and .gitignore 2018-09-04 08:46:17 +02:00
.gitlab-ci.yml CI: check if maintainers can write to MR branch (!248) 2019-02-28 17:54:27 +01:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg Bump pmaports version (!158) 2019-01-21 07:12:22 +01:00
README.md Update README.md: add helpful links 2018-09-04 07:15:47 +00:00