-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Error trying to install HotSpot with Wifi Stick #6224
Comments
I am able to see the SSID from the Network and connect to it but there is no IP address assigned to my mobile phone due to this error. WLAN Adapter : https://www.tp-link.com/de/home-networking/adapter/tl-wn821n/ |
Please show the full log of the DHCP server: journalctl -u isc-dhcp-server |
has the system been rebooted after hotspot installation? |
|
No no restart just quit |
Retried and got this
|
|
Did you reboot the system in meantime? |
Yes tried many time and the error still persists. |
That seems to be the issue. Can you share following
|
It seems it cannot find the configured interface. Please check: cat /etc/default/isc-dhcp-server which must match the intended WiFi interface shown in |
|
Isn't it supposed to be handled automatically all the settings? |
Isn't this supposed to be dhcp instead of static ?
|
This is really interesting !!!!! I just flashed another microSD card and ran the same OS with another odroid-c2 board with the USB Wifi stick and it worked. I am wondering what is wrong with my original installation. Ok I found it the difference was at these lines
They were both missing in the original odroid-c2 I setup and that's why it was not working. Now it is working. |
But these lines are not added by our tools. At least I'm not aware of. |
It is actually in fact because I never touch those line personally. The dietpi-software made it and initialized the settings. |
A bug/typo our end. Fixed with: b47d218 Many thanks for reporting! |
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
echo $G_DISTRO_NAME $G_RASPBIAN
uname -a
echo $G_HW_MODEL_NAME
or (EG: RPi3)https://sha256systems.eu/PSU-ODROID-C1-C0-C2
Steps to reproduce
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: