Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP starts but stops almost immediately #1131

Open
david00yates opened this issue Jun 10, 2024 · 2 comments
Open

AP starts but stops almost immediately #1131

david00yates opened this issue Jun 10, 2024 · 2 comments

Comments

@david00yates
Copy link

Hope this helps someone in the future as it took me a ton of time to resolve this issue.

Raspberry Pi 3B running Debian Bookworm
Linux pi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux

I was having an issue where the vtrust-flash AP would start but almost immediately stop.

The logs for smarthack-wifi.log showed the following error:

"Failed to stop network-manager.service: Unit network-manager.service not loaded."

This turned out to be the same problem as another user reported affecting Kali Linux - Debian uses NetworkManager.service rather than network-manager.service.
Thanks to the other user's helpful guide I was able to fix the issue by editing setup_ap.sh replacing two instances of network-manager with NetworkManager.

@MatzeP
Copy link

MatzeP commented Jun 10, 2024

Hi,

  1. can you help me where you find the log?
  2. Understand I right you change the two "network-manager" to "NetworkManager"

@mlossin
Copy link

mlossin commented Sep 6, 2024

I can confirm that workaround. Just change the two occurances and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants