Tiny Core Base > Raspberry Pi

I don’t understand how to set up wifi

(1/5) > >>

heiheshang:
I can't understand how to set up Wi-Fi without a monitor for Raspberry Pi. I loaded the tinycore 14 image onto an SD card, changed the second partition, downloaded the Wi-Fi files, but I can't understand where the wpa_supplicant.conf file should be, where on the SD card should this file be located.

Juanito:
You can tell wpa_supplicant where to find the conf file, for example:
--- Code: ---sudo cp /mnt/mmcblk0p2/conf/wpa_configure.conf /etc/wpa_configure.conf
sudo wpa_supplicant -B -Dwext -i wlan0 -c/etc/wpa_configure.conf
--- End code ---

heiheshang:

--- Quote from: Juanito on January 07, 2024, 11:09:40 AM ---You can tell wpa_supplicant where to find the conf file, for example:
--- Code: ---sudo cp /mnt/mmcblk0p2/conf/wpa_configure.conf /etc/wpa_configure.conf
sudo wpa_supplicant -B -Dwext -i wlan0 -c/etc/wpa_configure.conf
--- End code ---

--- End quote ---
I don't understand. I don't have such a folder on my card.

Juanito:
It was just an example - you can save files anywhere you like.

heiheshang:

--- Quote from: Juanito on January 07, 2024, 11:27:13 AM ---It was just an example - you can save files anywhere you like.

--- End quote ---
You probably didn't understand me. I can't get to the computer itself. I can do all the monipulations only on the SD card. Your scenario suggests that I am on the device. The device has neither the keyboard nor the monitor.

Navigation

[0] Message Index

[#] Next page

Go to full version