darksonic a écrit : ↑01 févr. 2023, 18:34
J'ai le même problème avec mon
RPI2DMD (RPI2 + dongle wifi RTL8188 chipset qui ne fonctionne pas)
j'ai commencé à lire la "solution" ci dessus ou il est indiqué que cette solution fonctionne sur "systems using the Raspbian image" mais l'image d'AJE est elle une raspian image ?, et comment aller dans l'invite de commande à partir de son image, et comment afficher l'image sur un écran ?
Bref je crois que ça dépasse aussi mes faibles compétence en système linux.
mais merci quand même
It is actually pretty simple. Here is what i did:
1. Connect your
rpi2dmd to your network with a ethernet cable, and read the IP address from the display. Lets say your ip address is 192.168.0.111
2. Connect to the
rpi2dmd via SSH. You can do this via "terminal" on a Mac computer, or the free program "Putty" on a windows PC. There a a lot of guides on the web and youtube on how to use SSH. But is is really super simple. This way you do not need to connect a screen or keyboard to the Pi - you will be using another computer to connect via SSH
- 2a. Connect using pi@192.168.0.111 (replace with your correct ip address)
- 2b. if asked about a certificate, just accept (type yes)
- 2c. Enter the password. The password is "raspberry"
3. You are now connected to the
rpi2dmd, and it is ready to accept the linux commands
4. Enter the first command exactly like this:
Code : Tout sélectionner
sudo wget http://downloads.fars-robotics.net/wifi-drivers/install-wifi -O /usr/bin/install-wifi
5. Enter the second command exactly like this:
6. If your wifi dongle is not already inserted, you need to insert it now into the Pi2
7. Enter the third command exactly like this:
8. The script will now identify your RTL8188 chipset, download the correct driver, and install it.
Now all you have to do is make sure the wifi settings are correct in the
rpi2dmd config. If it is, you can disconnect the network cable and restart. And you should now have wifi.
Hope this helps you!

If you still have problems with the SSH part, I am happy to try helping you further, but then i need to know if you are on a Mac or a Windows PC.