If that computer is a Linux machine, then after you finished writing the Raspbian image, you could mount that Micro SD card onto computer, and edit its /etc/network/interfaces to
Code: Select all
auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "[wireless network name goes here, or should I say SSID?]"
wpa-psk [password goes here]
wpa-scan-ssid 1
If that's a Windows machine you might try something like this:
https://github.com/jasond-/Win32-Raspbi ... r/releases
I havn't tried it, and don't know its back story. But it looks quite worth a try.
The idea here is the same: edit /etc/network/ineterfaces on the Micro SD card, then when powered on, let Pi connect to Wifi network on its own. So you don't need a keyboard or a monitor. It also assumes that your Wifi dongle is a well supported plug & play one.