devDucks / astroarch

ArchLinux for astrophotography - made for raspberrypis, can run also on x64 machines
MIT License
47 stars 6 forks source link

Wifi problem After update on Raspberry Pi 5 (again) #99

Closed JosepPuyol closed 4 days ago

JosepPuyol commented 3 weeks ago

@MattBlack85 thanks for your comments.

The issue #94 is closed, but I have no solution. Sorry for that.

Working perfectly for months, artroarch is awesome! After update to 1.9 with update-astroarch I can only connect via cable.

These are the unsuccessful tests I made:

1- Add the file manually, reboot. 2- Delete the file and update to 1.9.2 with update-astroarch, reboot. 3- Flash a new card with astroarch, update, and reboot.

No success in all the cases. It cannot connect to other wifi networks and it is not possible to reach the hotspot from another computer.

Here is my dmesg file dmesg-astroarch.txt

Is there is somebody in a similar situation? I appreciate any help you can provide. Thanks in advance.

MattBlack85 commented 3 weeks ago

thanks @JosepPuyol ,l hope I'll be able to find something for your case

MattBlack85 commented 3 weeks ago

@JosepPuyol can you give back the output of this command? lsmod | grep brcmfmac

JosepPuyol commented 3 weeks ago

Of course.

brcmfmac_wcc 12288 0 brcmfmac 364544 1 brcmfmac_wcc brcmutil 20480 1 brcmfmac cfg80211 1003520 1 brcmfmac

MattBlack85 commented 3 weeks ago

it seems the same as mine, they are identical. Are you trying to connect to an access point that has WPA3 or mixed WPA2/WPA3 mode enabled?

JosepPuyol commented 3 weeks ago

I think so. TP-Link modern router or iPhone.

MattBlack85 commented 3 weeks ago

found this topic https://github.com/raspberrypi/linux/issues/4718, are you able to test against a network that has only WPA2 so we can exclude it's not it?

JosepPuyol commented 3 weeks ago

I can try it tomorrow. Thanks Again!

ripkrizbi commented 3 weeks ago

There is a thread here where people fixed it with downgrading wpa_supplicant to 2.10-8,

You can get the old version here: https://alaa.ad24.cz/packages/w/wpa_supplicant/

JosepPuyol commented 2 weeks ago

@MattBlack85 and @ripkrizbi , dears.

Before limiting my network to WPA2 only, I checked the network configuration of the Rpi5. Surprisingly, when I try to connect to a new network it chooses WPA3 security. I have changed to WPA2, and it is working now.

It has not been necessary to try downgrading wpa_supplicant to 2.10-8.

Thanks for your kindness. Yours.

MattBlack85 commented 2 weeks ago

awesome, happy it works friend!

MattBlack85 commented 4 days ago

closing this as done