Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instruction on how to set up WiFi before first run #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maximeborges
Copy link

Add a new entry in the quite empty "Wiki" index to a new list of how-to, with a first entry on how to setup WiFi access before first run

@afyijcd
Copy link

afyijcd commented Dec 2, 2022

I would suggest to chroot into partition (from within debian flashed to sdcard - see cadmium), after setting up both arch partitions as stated onder 'installation'.
https://github.com/Maccraft123/Cadmium

To chroot with networking capabilities:

mount -t proc proc root/proc/ && mount -t sysfs sys root/sys/ && mount -o bind /tmp root/tmp/ && mount -o bind /dev root/dev/ && mount -o bind /dev/pts root/dev/pts && rm root/etc/resolv.conf && cp /etc/resolv.conf root/etc/resolv.conf && chroot root

After that do
pacman-key --init
pacman-key --populate archlinuxarm
gpgconf --kill all
pacman -Syuu
to update everything
And finally install linux-firmware-marvell
pacman -Sy linux-firmware-marvell
Exit chroot en reboot into the new arch installation.

source
https://archlinuxarm.org/forum/viewtopic.php?f=67&t=16147&p=69827&hilit=marvell+wifi#p69827

https://eramons.github.io/techblog/post/asuschromebook_debian/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants