seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.63k stars 273 forks source link

wlan0, device can't be found #23

Closed SniparsZach closed 4 years ago

SniparsZach commented 5 years ago

Whenver I put in sudo iw phyiw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'interface add mon0 type monitor

I get: command failed: No such device (-19) command failed: No such file or directory (-2)

schmittner commented 5 years ago

Seems like you don't have a network interface called wlan0.

SniparsZach commented 5 years ago

Seems like you don't have a network interface called wlan0.

Yeah it was after installing the new firmware from Nexmon

schmittner commented 4 years ago

I'm closing this since its not directly related to OpenDrop.