Wifi Hotspot Topic is solved
Re: Wifi Hotspot
Yes, but only after a backup restore, this problem keeps showing up again and again!
Re: Wifi Hotspot
@cocoflan
Which RPi model do you use?
And which WiFi adapter (if not an internal one): lsusb
In case it is an external USB WiFi dongle, please try the following:
the next depends on RPi and WiFi adapter model
.
Which RPi model do you use?
And which WiFi adapter (if not an internal one): lsusb
In case it is an external USB WiFi dongle, please try the following:
Code: Select all
cd /tmp
wget https://dietpi.com/downloads/binaries/all/hostapd_2.5_all.zip
unzip hostapd_2.5_all.zip
rm hostapd_2.5_all.zip
...

Re: Wifi Hotspot
It is a RPI 3 B+ that i use.
Re: Wifi Hotspot
So the internal WiFi I bet... hmm then I have no idea why it fails currently, the steps I started are then not applicable.
A debug start then:
A debug start then:
Code: Select all
systemctl status hostapd
systemctl stop hostapd
hostapd /etc/hostapd/hostapd.conf
Re: Wifi Hotspot
systemctl status hostapd
● hostapd.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
RPI 3 B+
solution ???
● hostapd.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
RPI 3 B+
solution ???
Re: Wifi Hotspot
i have left my device off yesterday, and tested the steps again today, it is working again.
So don't know what is the real problem, thx for the info.
So don't know what is the real problem, thx for the info.
