linux-router icon indicating copy to clipboard operation
linux-router copied to clipboard

Can't use 'iw' to operate interfce 'wlan0'

Open GovenorKratos opened this issue 1 year ago • 4 comments

Whenver I try to use the script, I get this issue: WARN: Can't use 'iw' to operate interfce 'wlan0', trying 'iwconfig' (not as good as 'iw') ... (Did you spell the interface name right?) ERROR: Can't use 'iwconfig' to operate interfce 'wlan0' (iwconfig is not in Fedora's repos)

I'm on Fedora 40. The command I used was: sudo ./linux-router.sh --ap wlan0 MyAccessPoint -p MyPassPhrase

GovenorKratos avatar May 17 '24 22:05 GovenorKratos

You are missing hostapd package: https://github.com/garywill/linux-router/issues/58

dca00 avatar Jun 09 '24 15:06 dca00