51 lines
893 B
Markdown
51 lines
893 B
Markdown
# Installatie van Arch Linux
|
|
|
|
### Benodigd
|
|
* USB adapter met netwerk en USB-A
|
|
* USB-stick
|
|
|
|
### Stappen
|
|
* Download de [ISO](https://archlinux.org/download/)
|
|
* Brandt de ISO op de USB-stick met [Raspberry Pi Imager](https://www.raspberrypi.com/software/)
|
|
* Start de TabPro van de USB-stick. Met F10 is de stick te selecteren.
|
|
* Connect de WiFi:
|
|
```
|
|
# iwctl
|
|
[iwd]# station wlan0 scan
|
|
[iwd]# station wlan0 get-networks
|
|
[iwd]# station wlan0 connect vanriemsdijk27Box
|
|
Passphrase: ********
|
|
[iwd]# Ctrl+d
|
|
```
|
|
|
|
#### Missende firmware
|
|
* ~~xhci_pci~~ (verholpen door het installeren van intel-ucode)
|
|
* ast
|
|
* wd719x
|
|
* qla1280
|
|
* qed
|
|
* aic94xx
|
|
* qla2xxx
|
|
* bfa
|
|
|
|
### Geinstalleerde apps
|
|
* iwctl
|
|
* iwd
|
|
* dhcpcd
|
|
* efibootmgr
|
|
* grub
|
|
* bdfg
|
|
* intel-ucode
|
|
* git
|
|
* deze (h3n3/Samsung-TabPro-S) repository
|
|
* sudo
|
|
* mc
|
|
* xorg-server
|
|
* xorg-xinit
|
|
* xorg-xsetroot
|
|
* libx11
|
|
* libxft
|
|
* libxinerama
|
|
* base-devel
|
|
* vim
|