Turn a regular PC into a PiRogue
This recipe is dedicated to intrepid users ๐
Requirements
To follow this recipe we need:
- a PC with one Ethernet interface, one wireless interface and Debian 12 freshly installed
- the wireless interface has to support the AP mode (access-point mode)
- the PC is connected to our local network via its Ethernet adapter
- the PC has an Internet connection
Danger
Don’t install any desktop environment.
Prepare the system
We will do everything by command line so, we connect to our PC and run the following command to upgrade it:
Then install iw
to check if the wireless interface supports the AP mode:
run iw list
and scroll through its output to check if the wireless interface supports the AP mode. If so, it should look like
Install the PiRogue packages
Next, we have to add the PTS PPA (repository containing all PiRogue packages) by running
Finally install the PiRogue features:
Check if everything runs properly
To check how healthy our PiRogue is, run
If we see everything in a mix of purple and green, congrats! If not, join the Discord channel to get help.