You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Under Linux booted via [USB drive](https://github.com/AsahiLinux/docs/wiki/SW:Linux:USB-drive) or [nvme](https://github.com/AsahiLinux/docs/wiki/SW:Linux:NVME) rootfs Create the firmware directory:
11
+
`sudo mkdir -p /usr/lib/firmware`
12
+
* Install the wifi firmware you extracted earlier
13
+
`sudo tar -C /usr/lib/firmware -xf firmware.tar`
14
+
* Install any other networking / WiFi packages you will need. e.g. wpasupplicant
15
+
## Enable WiFi
16
+
* You need to have built a Asahi Linux kernel with the M1 WiFI support such as the [wifi/take5](https://github.com/AsahiLinux/linux/tree/wifi/take5) branch
17
+
* Before you boot that kernel via [m1n1 over USB](https://github.com/AsahiLinux/docs/wiki/SW:Linux#directly) - run this script to enable the WiFi hardware
0 commit comments