pythops / impala

🛜 TUI for managing wifi on Linux.
GNU General Public License v3.0
741 stars 9 forks source link

Some error happened when i try to use 's' in "Station" and AP error #9

Closed peiwithhao closed 4 months ago

peiwithhao commented 4 months ago

swappy-20240709-172242 except that ,when i want to set the ap mode, how can i set the ap password, because when i input the ap ssid ,the "Access Point" just disappeared! image

pythops commented 4 months ago

fron the screenshots I can see, your device is on stattion mode. Try those steps:

  1. ctrl + r to reset the mode and choose access point
  2. Navigate to access point section and type n to create a new access point
  3. Enter the name of your new ssid and password then type enter

ap

peiwithhao commented 4 months ago

fron the screenshots I can see, your device is on stattion mode. Try those steps:

  1. ctrl + r to reset the mode and choose access point
  2. Navigate to access point section and type n to create a new access point
  3. Enter the name of your new ssid and password then type enter

ap ap

Thanks for the reply!But why does a red box error appear when trying to start scanning on the station?

pythops commented 4 months ago

:thinking: did you run impala with sudo or as root ?

peiwithhao commented 4 months ago

🤔 did you run impala with sudo or as root ?

also same error :(

pythops commented 4 months ago

try this then:

$ sudo iwctl
[iwd]# station wlan0 scan

Do you get any error ?

btw, can you share those information:

peiwithhao commented 4 months ago
pythops commented 4 months ago

Yeah, this seems to be related to iwd. You can check rfkill to see if the wifi has been blocked or not. there also this reddit thread, you might find the solution for your problem there.

I will close this issue as it's not related directly to impala

peiwithhao commented 4 months ago

Thank you for your reply!

pythops commented 4 months ago

You are welcome. Feel free to open an issue if you face any issue with impala