this post was submitted on 29 Jan 2025
236 points (97.6% liked)
linuxmemes
22145 readers
859 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think, it is about drivers
It was a guy who posted a few files that allowed the WiFi driver to work on my old laptop with EndeavourOS installed. Been trying to figure out what I was doing wrong for a while, turns out downloading iwd wasn't enough, I needed to stop using wpa_supplicant entirely.
That files were firmware files, werenβt they? I think those would be in AUR as well. Most of them are. π
Yeah, but the AUR build failed for me, so I just manually copied the WiFi iwd backend fix, it was only a couple short lines anyway.
Ahh, I see
May I ask which driver you are using for your wifi chip? I want to research about this
This is the fix I needed to get WiFi working. I had browsed several forums saying that removing broadcom-wl(-dkms) would fix the problems I was having, but it turns out you need to stop using wpa_supplicant due to a bug or something. Not sure why the AUR pkgbuild failed but it seems like this way was simpler anyway
πthis is awesome! I have a MBP running endeavourOS as well! I think some things written there, apply to my system (2013) as well
For my setup, endeavourOS was the only distro that got wifi working out of box π€ maybe it is different now
I have KDE and use whatever WiFi authentication system is used there by default Seems WPA_Supplican, at least it is installed Oh, but iwd is installed as well π€
I have BCMM4360 and it uses the driver wl
Do you have the same chip?
And, was the issue it working not at all, or that it crashed sometimes while in use and needed a reboot in order to work again?
It was not showing wifi at all, until I uninstalled the -wl-dmks module. Then i could see the wifi but no connection was ever made, until the iwd backend took over. I have the 43602, so very similar chip but different setup to make it work afaik.