01-25-2023, 05:53 PM
Thanks for your observations. This is very helpful to improve the tools.
At the moment I'm working on better support of Realtek drivers.
Some good news here: latest git head of hcdumptool/hcxlabtool provide support
for Realtek rt8xxxu devices:
https://github.com/kimocoder/realtek_rtwifi
tested devices are here:
https://github.com/kimocoder/realtek_rtwifi/issues/34
and rt88xxau devices:
https://github.com/aircrack-ng/rtl8812au
https://github.com/aircrack-ng/rtl8814au
Arch Linux information is here:
https://archlinuxarm.org/wiki
Prepare SD-card
Download Arch:
http://dk.mirror.archlinuxarm.org/os/
e.g.:
http://dk.mirror.archlinuxarm.org/os/Arc...est.tar.gz
and extract it to SD card:
Put SD card into RPI and boot.
Than do the final installation (as explained in Arch wiki)
At the moment I'm working on better support of Realtek drivers.
Some good news here: latest git head of hcdumptool/hcxlabtool provide support
for Realtek rt8xxxu devices:
https://github.com/kimocoder/realtek_rtwifi
tested devices are here:
https://github.com/kimocoder/realtek_rtwifi/issues/34
and rt88xxau devices:
https://github.com/aircrack-ng/rtl8812au
https://github.com/aircrack-ng/rtl8814au
Arch Linux information is here:
https://archlinuxarm.org/wiki
Prepare SD-card
Code:
sudo fdisk /dev/sdx
o p n p 1 <ret> +100M t c n p 2 <ret> <ret> w
sudo mkfs.fat -F32 /dev/sdx1
sudo mkfs.ext4 /dev/sdx2
mkdir boot
mount /dev/sdx1 boot
mkdir root
mount /dev/sdx2 root
Download Arch:
http://dk.mirror.archlinuxarm.org/os/
e.g.:
http://dk.mirror.archlinuxarm.org/os/Arc...est.tar.gz
and extract it to SD card:
Code:
tar -xvf ArchLinuxARM-rpi-armv7-latest.tar.gz -C root
sync
mv root/boot/* boot
sync
umount boot root
Put SD card into RPI and boot.
Than do the final installation (as explained in Arch wiki)