kiteretro / Circuit-Sword

GNU General Public License v3.0
134 stars 27 forks source link

Wifi Issue after update #56

Closed Reptarr117 closed 5 years ago

Reptarr117 commented 6 years ago

Anybody losing Wifi function after Retropie Update? followed the how to update via the wiki but now Retropie no longer recognizes the Wifi Chip, gives me the no wlan0 interface detected error. I've found that after formating and redoing a stock image fixes it.

I assume that the Driver is no longer present but cant figure out how to re add it if i dont have wifi.

kiteretro commented 6 years ago

Which update were you doing? If you are upgrading the kernel you will loose WiFi because it is a kernel module that I had to specially compile.. so as long as you don’t upgrade the kernel this won’t happen

On 7 Jul 2018, at 20:32, Reptarr117 notifications@github.com wrote:

Anybody losing Wifi function after Retropie Update? followed the how to update via the wiki but now Retropie no longer recognizes the Wifi Chip, gives me the no wlan0 interface detected error. I've found that after formating and redoing a stock image fixes it.

I assume that the Driver is no longer present but cant figure out how to re add it if i dont have wifi.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Reptarr117 commented 6 years ago

oh okay so do i need to re-format with a fresh image or can I still save it.

and it was just the retropie setup (update retorpie) function in the ES menu.

kiteretro commented 6 years ago

Right, i guess that must do a kernel update.. I'm looking in to a way to be able to install the wifi drivers even after a kernel update.. the trouble is it needs wifi to get the latest packages! So we'll see.. if new major versions come out I do make a new image for them, or if there were an update that was a real game changer then I'd do a special one.. so if there's something specific that you think it needs then let me know.

It would be possible to script the kernel module install, and would require either to put SD into a Pi3, or use a USB wifi adapter. When I have some time I could do that.

umbynos commented 5 years ago

If you want to upgrade but not the kernel you can use the comand sudo apt-mark hold raspberrypi-bootloader raspberrypi-kernel raspberrypi-kernel-headers. Basically it should not upgrade the package passed as argument. You can check the status of the pakages with dpkg --get-selections | grep hold. Doing sudo apt update && sudo apt upgrade -d should return something similar to:

[...]
The following packages have been kept back:
  libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 raspberrypi-bootloader
  raspberrypi-kernel raspberrypi-kernel-headers
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

(-d flag is "download mode", to install the updates you have also to do sudo apt upgrade)

VictorioBerra commented 5 years ago

@Reptarr117 Did formatting fresh fix your issue? The same thing happened to me but fresh format did not fix it.

Reptarr117 commented 5 years ago

I't did. I wiped the micro SD card, in partitioned, and formatted the card. Re installed the OS that Kite had on his github. Fixed it. Make sure you go into the disk management to do that. Worked fine after that.

On Thu, May 9, 2019, 7:45 PM Victorio Berra notifications@github.com wrote:

@Reptarr117 https://github.com/Reptarr117 Did formatting fresh fix your issue? The same thing happened to me but fresh format did not fix it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491135152, or mute the thread https://github.com/notifications/unsubscribe-auth/AJYG4DLSRAGAKHWJY5IAMJDPUTOT7ANCNFSM4FIZ33CQ .

VictorioBerra commented 5 years ago

Go into disk management and format you mean?

On Fri, May 10, 2019, 12:12 AM Reptarr117 notifications@github.com wrote:

I't did. I wiped the micro SD card, in partitioned, and formatted the card. Re installed the OS that Kite had on his github. Fixed it. Make sure you go into the disk management to do that. Worked fine after that.

On Thu, May 9, 2019, 7:45 PM Victorio Berra notifications@github.com wrote:

@Reptarr117 https://github.com/Reptarr117 Did formatting fresh fix your issue? The same thing happened to me but fresh format did not fix it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491135152 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AJYG4DLSRAGAKHWJY5IAMJDPUTOT7ANCNFSM4FIZ33CQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491158422, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWMN2ZZCJF6X2LTS5BIOO3PUT72XANCNFSM4FIZ33CQ .

Reptarr117 commented 5 years ago

Yes might have to clear the partition too. There are tutorials online.

On Thu, May 9, 2019, 10:13 PM Victorio Berra notifications@github.com wrote:

Go into disk management and format you mean?

On Fri, May 10, 2019, 12:12 AM Reptarr117 notifications@github.com wrote:

I't did. I wiped the micro SD card, in partitioned, and formatted the card. Re installed the OS that Kite had on his github. Fixed it. Make sure you go into the disk management to do that. Worked fine after that.

On Thu, May 9, 2019, 7:45 PM Victorio Berra notifications@github.com wrote:

@Reptarr117 https://github.com/Reptarr117 Did formatting fresh fix your issue? The same thing happened to me but fresh format did not fix it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <

https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491135152

, or mute the thread <

https://github.com/notifications/unsubscribe-auth/AJYG4DLSRAGAKHWJY5IAMJDPUTOT7ANCNFSM4FIZ33CQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491158422 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAWMN2ZZCJF6X2LTS5BIOO3PUT72XANCNFSM4FIZ33CQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kiteretro/Circuit-Sword/issues/56#issuecomment-491158632, or mute the thread https://github.com/notifications/unsubscribe-auth/AJYG4DMHWTPPPPDMO7EEJFDPUT77ZANCNFSM4FIZ33CQ .

njco90 commented 4 years ago

where can i find a tutorial ? my WiFi has gone out as well. I've tried to google search but haven't gotten any results. or i just don't know the terminology to search correctly. could you kindly post a link?

kiteretro commented 4 years ago

@njco90 did you do an update? If you have another SD and you re-image with the versions in this git repo, does wifi work again?

holysoles commented 4 years ago

I just assembled my kit and on a fresh install (rpi-4.4-rpi2_rpi3-wifi_CSO_CM3_20191118-200043) ran a full update (including kernel) not knowing any better, and got the wifi error. I then reformatted with gparted and flashed with etcher, didn't fix it. I zeroed the sd card with dd and flashed with etcher which worked, until i rebooted the pi (no updates installed) and still no wifi. Any suggestions?

holysoles commented 4 years ago

update, I have wifi on some reboots, on others no wifi. Works for now I guess, since I primarily wanted it for setup.

kiteretro commented 4 years ago

when wifi stops working on a boot, if you do the combo to DISABLE wifi, wait a FULL 10 secs, then button combo to ENABLE wifi.. does that fix it or is it always a reboot to fix?

Depending how you use it, wifi is only used for config and rest of the time combo-ing it off saves battery