Page 1 of 1

Latest upgrade broke my WiFi

Posted: Thu Mar 23, 2023 12:44 pm
by SuperFrog

Last weekend I've run update-all script and since then my wi-fi will sporadically connect to internet. Never had this problem before. Did something in updates affect driver? I was able to reconnect twice since then, but could not figure out what triggered wi-fi to start working again.

Any idea what might cause this issue?

Thanks!


Re: Latest upgrade broke my WiFi

Posted: Thu Mar 23, 2023 6:17 pm
by thorr

I also had problems with wi-fi on one of my MiSTer's after an update and never figured it out. I finally gave up and used an Ethernet cable so I could do what I wanted to do, then disconnected it again. I am thinking about starting over from scratch and copying what I need back to it.


Re: Latest upgrade broke my WiFi

Posted: Thu Mar 23, 2023 11:44 pm
by bbond007
SuperFrog wrote: Thu Mar 23, 2023 12:44 pm

Did something in updates affect driver?

More clues are needed...

You don't specify which chipset your USB WiFi adapter uses.

There are many WiFi drivers statically built into the kernel.

If you don't know your chipset one can usually figure it out by googling vendor and product IDs for the device.

If you go into the F9 console (login:root passwd:1) and type "dmesg | more" you can get those IDs as well as note any errors that may be occurring when the WiFi adapters driver is being loaded - or if its being loaded at all. Try and unplug and plug it in and then run dmesg...

Also, and its a longshot, but It may help to verify the "country=" is correct in wpa_supplicant.conf.


Re: Latest upgrade broke my WiFi

Posted: Sun Apr 23, 2023 6:17 pm
by rsn8887

I just updated to OS230423 and my Wifi is broken as well. Using recommended Edimax dongle, and it worked perfectly fine before the update.


Re: Latest upgrade broke my WiFi

Posted: Sun Apr 23, 2023 6:23 pm
by limi

Yes, the 2023.04.23 update broke some (or all?) of the Edimax adapters.

(Note that this thread is an old revived thread and was probably talking about something else)

Filed a ticket here for anyone that can add any detail on model number or wants to follow along:

https://github.com/MiSTer-devel/Main_MiSTer/issues/769

Thread specific to today’s update:
viewtopic.php?t=6429


Re: Latest upgrade broke my WiFi

Posted: Mon Apr 24, 2023 10:41 pm
by NineX

Re: Latest upgrade broke my WiFi

Posted: Wed Apr 26, 2023 1:10 am
by eems13

Same here with this two of these:
https://www.amazon.com/gp/product/B07YDFZWT8/

Tried patch and didn't resolve. Oddly plugging in ethernet cable wakes up the broken wifi and connects until next reboot.
I think it did that before patch as well.

When broken for me wifi script would run, see wifi, enter PW, and then fail saving.

Plugged in one of these and both setups connect to wifi without issue:
https://www.amazon.com/gp/product/B07PB1X4CN/


Re: Latest upgrade broke my WiFi

Posted: Wed Apr 26, 2023 7:52 pm
by offset

Not sure if related, but my bt+wifi combo adapter (bought the same one you listed on amazon) wasn't stable until I double checked my /media/fat/linux/wpa_supplicant.conf had all fields populated correctly (country field for example). Sometimes it would work, sometimes it wouldn't. Can copy /media/fat/linux/_wpa_supplicant.conf to /media/fat/linux/wpa_supplicant.conf and update fields according to your wifi settings.

/media/fat/linux/wpa_supplicant.conf

ctrl_interface=/run/wpa_supplicant
update_config=1
country=US

network={
ssid="WifiRouter"
psk="wifiRouterpassword"
}


Re: Latest upgrade broke my WiFi

Posted: Sat May 06, 2023 12:58 pm
by the8thsign

I'm having the same issue and have narrowed it down to WAIT_FOR_SERVER="true" being turned on in cifs_mount.sh. I haven't figured out why it's causing it but turning off the auto mount makes the Wifi work every time.