-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Raspberry Pi 4/5 Wifi driver / Access Point #7253
Comments
Thanks for reporting. I'll try to replicate. How did you configure |
I did installed it using dietpi-software, I I remembered something failed during installation. I do not remember what since I had to do something else soon after. When I did comeback to it I fixed it manually. What specific information you looking for? |
Any updates of this issue? Any additional information I can provide? |
I have performed a test installation on my demo RPi5 without any issues. During the installation there is an error message about the failed start of the
But this is to be expected and |
How did you fix it? Which exact settings did you change, in case? |
I will try to setup a AP on clean installation in about 2-3 days when I have access back to rpi5. I will capture all steps I took and see if I can reproduce it again. If I stumble into an error, I will post the details here. |
While I was first trying to find a working WiFi dongle to get Edimax Wi-Fi 4 802.11n Adapter for PC N150 Nano USB Adapter
Since I am not intending to enable internal WiFi, are the above
Here is also output for Also did checked most recent
I will leave this unit alone as it is, if you need additional information or want me to try something? Let me know. Tx |
@oxoocoffee However, this does not cause issues. The kernel errors are however really annoying. Those are "warnings", right? dmesg -l 4 This is on the RPi 4 right (as of kernel version). I guess it is an issue with the old Realtek driver. Please try whether the new kernel solves it: #6676 And you are right, the Broadcom modules do not need to be loaded in your particular case. However, they were blacklisted before, and we cannot know which driver is needed, so we need to load all blacklisted ones to assure every WiFi adapter is functional. |
I got it fixed. Yup, there were no default configuration provided. After I did set it up it is up. But I have a some additional question. Looks like rPI4 Wifi supports AC? interface=wlan0
driver=nl80211
ssid=*******
wpa_passphrase=*********
country_code=US
hw_mode=g
channel=1
ieee80211n=1
ieee80211ac=0
ieee80211ax=0
wmm_enabled=1
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
logger_syslog=1
logger_syslog_level=2 If I change Also can TKIP be turned off? |
@oxoocoffee You can toggle all these (WiFi 4/5/6, 2.5 and 5 GHz) in |
Creating a bug report/issue
Required Information
G_DIETPI_VERSION_CORE=9 G_DIETPI_VERSION_SUB=8 G_DIETPI_VERSION_RC=0 G_GITBRANCH='master' G_GITOWNER='MichaIng'
bookworm 0
Linux dietpi-ai 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux
RPi 5 Model B (aarch64)
Additional Information (if applicable)
echo $G_HW_UUID
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
The text was updated successfully, but these errors were encountered: