Archiv: Raspbian
hostapd für RTL8188CUS compilieren
Originalquelle des „Patches“: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/wlan/0001-RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911.zip
WLAN-Konfiguration beim RaspberryPi
Anbei die nötigen Schritte um den RaspberryPi für ein WLAN (WPA2; FRITZ!Box) einzurichten. Installation der Software „wpa_supplicant“: apt-get install wpa_supplicant Konfigurationsdatei „/etc/wpa_supplicant/wpa_supplicant.conf“: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ key_mgmt=NONE } network={ ssid=“WLAN-SSID“ scan_ssid=1 psk=“WLAN-KENNWORT“ proto=RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP } Konfiguration innerhalb der Datei „/etc/network/interfaces“: allow-hotplug wlan0 iface…
Audio-Konfiguration am RaspberryPi
Anbei eine kleine Befehlssammlung um die Audio-Konfiguration am RaspberryPi anzupassen. Soundkarten auflisten: aplay -l Lautstärke festlegen (GUI): alsamixer Lautsprecher testen: speaker-test