Skip to main content

Update Notice July 30, 2020

Khalid Almufti

Khalid Almufti

Wizard @Anuvu

Hello everyone,

New updates improve user visibility when using hyperwifi with a USB adapter. Also fixes issues where users sometimes remove the USB adapter before stopping the instance “ctrl+c”, which causes the VM hypervisors “qemu” to freeze and keeps running in the background, resulting in an error on the next usage.

The magic cli will check if qemu still running and prompt the user to terminate it. The "initialize sequence complete" message will now only appears after all required network connections are up.

To update run the following commands:

magic cli:

/bin/bash -c "$(curl -fsSL http://hyperdrive.anuvu.com/bin/install.sh)

hyperwifi image:

magic -wifi -upgrade

Following is the new initialize sequence. Notice the 3 required network interfaces going up before hyperwifi is considered operational.

magic -wifi -usb=<usb vendor:product> -key=<magic key>
another instance of qemu detacted, terminate it [y/n]? y
starting hyperwifi using usb:
vendor id: <id>
product id: <id>
initializing hyperwifi server...
hyperclient requesting: magic key
magic key delivered
hyperclient requesting: system type
system -> wifi
hyperclient requesting: ssid name
ssid -> hyperwifi
standby for network status...
wifi adapter status: up
tunnal interface status: up
pax interface status: up
initialize sequence complete