Raspberry Pi: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→Quellen) |
F (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
+ | |||
+ | = Multimedia Fernsehen Station = | ||
+ | |||
+ | * https://libreelec.tv/downloads_new/ | ||
+ | |||
+ | = Notizen von 2013 = | ||
+ | |||
== Einrichtung == | == Einrichtung == | ||
<source lang="bash"> | <source lang="bash"> |
Version vom 13. Juni 2020, 12:47 Uhr
Inhaltsverzeichnis
Multimedia Fernsehen Station
Notizen von 2013
Einrichtung
# Installation der relevanten Pakete
sudo apt-get install hostapd dnsmasq
#
# /etc/default/hostapd:
sudo cp /etc/default/hostapd /etc/default/hostapd.original
sudo chmod 777 /etc/default/hostapd
sudo echo "
DAEMON_CONF="/etc/hostapd.conf" # Verweis auf die Konfigurationsdatei
RUN_DAEMON=yes # aktiviert hostapd bei Systemstart
" >> /etc/default/hostapd
sudo chmod go-w /etc/default/hostapd
sudo chmod -x /etc/default/hostapd
#
# /etc/hostapd.conf anlegen
sudo vim /etc/hostapd.conf