- This topic has 5 replies, 3 voices, and was last updated 10 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Ideas for Further Enhancements’ is closed to new topics and replies.
On July 30, 2025, the U.S. Executive Order “Suspending Duty-Free De Minimis Treatment For All Countries” came into effect. This removes the previous duty exemption for low-value packages and introduces new procedural requirements that are still being defined by U.S. Customs and the United States Postal Service. In response, DHL has announced a temporary halt to standard postal parcel shipments into the U.S. and Puerto Rico. Dismiss
Skip to contentHomepage › Forums › RetroPie Project › Ideas for Further Enhancements › Latest build WICD manager gone
On the latest build of Retropie when I configure the wifi it goes to a blue screen to configure the wifi. which is not bad.
On my other Raspberry Pi 2 it goes to wicd manager which handles the connecting.
But what I like about this you can configure which wifi network is at what range and you can select if it needs to be autoconnected or not and it saves passwords from previous networks.
THIS is what I miss in the new build.
If I bring my rpi2 with me to another friend and he has a difficult password then it’s pretty much a head ache to configure it every single time.
Can someone fix this?
This is handy for Kodi.
the wiki details how to reinstall it manually (method 4):
https://github.com/RetroPie/RetroPie-Setup/wiki/Setting-Up-Wifi.
it was removed because it causes cpu scaling issues.
[quote=104701]the wiki details how to reinstall it manually (method 4):
https://github.com/RetroPie/RetroPie-Setup/wiki/Setting-Up-Wifi.
it was removed because it causes cpu scaling issues.
[/quote]
hmm. true I have noticed some..
But is it possible to make this new method more updated with saving passwords of previous networks?
How it is coded now you can easily add multiple networks manually for your pi to remember if you’re taking it to a friend’s house with a different network:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
just add the following lines at the end for each new network (WPA/WPA2):
network={
ssid="NETWORK_NAME"
psk="NETWORK_PASSWORD"
}
for different encryptions like WEP you can see the wiki
As far as integrating it as an option in the setup script you can open up a ticket on github
I’m unlikely going to add support for adding multiple networks to the wifi module – for those that need that they can do as you have mentioned and edit menually, or install wicd.
Note I have adjusted the text a little bit on the wiki regarding cpu scaling.