-
-
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
DietPi-Software | WiFi HotSpot not working on RPi B (armv6l) - #2531
Comments
@marcobrianza Indeed we replace the Meanwhile you could try it with the APT repo binary. I am just afraid that it might overwrite some of our custom configs.. although should not: @Fourdee |
I have exact same issue. if need be , I can open another issue but here are my details Fresh dietpi install Details:
Additional logs:
[Edit] Using USB Wifi. Output of lsusb
|
@dashingdon |
Yes. I did. No success. |
@dashingdon |
Thanks @MichaIng Seems like something to do with Realtek RTL8188CUS driver. I found few articles where people have provided recompiled drivers. I tried but still not luck. Just for your reference on what all I tried PlantDaddy version - raspberry-at-home.com - Script in the last section is useful This has become a royal pain and I thought it would be a walk in the park 😄 Great job on dietpi otherwise. simply loving it. ❇️ |
There are pre-compiled armhf binaries that you can simply use to overwrite the existing ones:
|
No Luck. Same result as My original post Happy to help test if needed. |
I have hit the same problem with RPi Zero W using the built in WiFi adapter. |
@whatsupskip |
@MichaIng Yes, apt install --reinstall hostapd fixed it. Thank you! I had previously tried uninstalling it and reinstalling it, but I think that changed some of the settings that shouldn't have been changed. |
@whatsupskip Background:
So at least on Raspberry Pi's we need to revert to APT repo package. |
@dashingdon https://github.com/PlantDaddy/hostapd-rtl8188 => v2.4 Can you please uninstall and reinstall WiFi Hotspot via |
Output of hostapd -d /etc/hostapd/hostapd.conf
Error Log :
` Output of systemctl status hostapd.service
`
|
hostapd.conf
|
@dashingdon
|
On the most recent version of dietpi (flashed today), and with no other software. Raspberrpi Pi 1B with a Edimax EW-7811Un dongle, which should be using RTL8188CUS. At first, got the same "Invalid Instruction" and "Could not find driver" errors. Did those two steps, and hostapd runs without issue. If there's anything you want me to check/verify, just let me know! |
I exclude RPi now for our self-compiled RTL binaries: c63fa4f |
I had the same or similar problem on my RPi1 during a fresh install on a RPi 1 with an Edimax EW-7811UN USB dongle: I enabled the WiFi Hotspot, everything was downloaded, installed and configured automatically. But the This might or might not be related to the above problem ... Required Information
Additional Information (if applicable)
|
Interesting actually, since AFAIK on Raspbian that entry should not be added anymore 🤔. ... checked, ah nope actually we do not install our special Realtek binaries on RPi anymore but still apply the setting. @sphh
To revert to functional config:
|
|
Okay great, many thanks:
That clarifies that the RPi binary did not add the Realtek driver but either patched the nl80211 driver to support those RTL boards or something like that. I'll prevent the driver switch on RPi, lets hope this does not cause opposite reports as if deeper differentiation would be required 😅. Done: e1c88c3 |
+ DietPi-Software | WiFi Hotspot: In case of RTL8188C* adapter on RPi, stay with default driver, since the issue seems to have been resolved differently and "rtl871xdrv" is not supported: #2531 (comment)
Thanks!!! |
I mark this as solved. Compared to the Debian hostapd binary, the one from the RPi foundation indeed seems to support (most of) those, especially since RPi Zero W has an RTL8188 WiFi chip as well. |
@MichaIng |
Indeed, the driver is applied exactly the opposite way as intended (on all RPi only instead of on all BUT RPi). Should be fixed now (see forum thread). |
Creating a bug report/issue
Required Information
DietPi version |
cat /DietPi/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=21
G_DIETPI_VERSION_RC=1
G_GITBRANCH=master
G_GITOWNER=Fourdee
Distro version |
echo $G_DISTRO_NAME
orcat /etc/debian_version
9.6
Kernel version |
uname -a
Linux DietPi 4.14.79+ Letsencrypt supports Free Noip.com Dynamic DNS #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux
SBC device |
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi B (armv6l)
Power supply used | (EG: 5V 1A RAVpower)
original Raspberry power supply
SDcard used | (EG: SanDisk ultra)
Sandisk Extreme 16GB
Additional Information (if applicable)
Software title | (EG: Nextcloud)
WiFi Hotspot
Was the software title installed freshly or updated/migrated?
freshly installed
Can this issue be replicated on a fresh installation of DietPi?
yes.
dietpi-bugreport
ID |sed -n 5p /DietPi/dietpi/.hw_model
Steps to reproduce
hostapd service does not start
running : hostapd -d /etc/hostapd/hostapd.conf
I get:
Illegal instruction
Expected behaviour
the service should run
Actual behaviour
Extra details
it look like the hostapd binary is for the armv7
The text was updated successfully, but these errors were encountered: