Setup an static IP on Arch Linux

Setup an static IP on Arch Linux can be done by placing a config file in /etc/netctl/: $> sudo nano eth0-Valhalla As you can see, you have to install sudo first. Otherwise you have to switch to root user (su). In the file you have to place the following lines for example: Description=’Valhalla at home eth0′ […]

Wifi setup on Arch Linux

The following steps are showing how I did setup my wireless connection with an static IP on my ArchLinux driven RaspberryPi. You need to have installed sudo to uses this instructions: Update all packages: $> sudo pacman -Syu Install dialog package: $> sudo pacman -S dialog Install wpa_supplicant package $> sudo pacman -S wpa_supplicant Run wifi-menu: […]