Benutzer-Werkzeuge

Webseiten-Werkzeuge


raspberry:raspberry

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
raspberry:raspberry [18.12.2015 20:04]
marc [WLAN-Stick]
raspberry:raspberry [16.02.2016 17:01] (aktuell)
marc [WLAN-Stick]
Zeile 11: Zeile 11:
   * evtl. Gehäuse   * evtl. Gehäuse
  
-===== Installation von rasbian =====+===== Rasbian ===== 
 + 
 +==== Installation ====
  
 Download: Download:
Zeile 22: Zeile 24:
   dd bs=4M if=2015-11-21-raspbian-jessie.img of=/dev/mmcblk0   dd bs=4M if=2015-11-21-raspbian-jessie.img of=/dev/mmcblk0
  
 +==== Firmware Update ====
  
-===== WLAN-Stick =====+Normalerweise nicht nötig und u.U. sogar gefährlich, da nicht stabile Entwicklerstände geholt werden! 
 + 
 +  # apt-get install rpi-update 
 +  # rpi-update 
 + 
 +==== Uhrzeit ==== 
 + 
 +  dpkg-reconfigure tzdata 
 + 
 +=== ntpd === 
 + 
 +  # apt-get install ntpdate 
 +  # ntpdate -u de.pool.ntp.org 
 + 
 +==== X deinstallieren (reiner Server-Betrieb) ==== 
 + 
 +  gpicview xarchiver xpdf galculator scratch dillo netsurf-gtk omxplayer 
 +  alsa-base penguinspuzzle python-pygame lxde-core lxde-common lxde-icon-theme 
 +  lxinput lxmenu-data lxrandr lxsession-edit lxtask 
 +  lxterminal lxappearance lightdm lightdm-gtk-greeter openbox fontconfig 
 +  fontconfig-config fonts-freefont-ttf x11-common dbus-x11 desktop-base 
 +  desktop-file-utils hicolor-icon-theme leafpad xdg-utils xauth 
 +  gtk2-engines raspberrypi-artwork wolfram-engine 
 + 
 +Nach der Aufräumaktion wird noch „dpkg“ bereinigt. 
 + 
 +  dpkg --configure -a 
 + 
 +==== WLAN-Stick ====
  
 In /etc/network/interfaces In /etc/network/interfaces
Zeile 29: Zeile 60:
   auto lo   auto lo
   iface lo inet loopback   iface lo inet loopback
 +  
   iface eth0 inet dhcp   iface eth0 inet dhcp
 +  
   auto wlan0   auto wlan0
 +  allow-hotplug wlan0
 +  iface wlan0 inet static
 +  address 192.168.0.2
 +  netmask 255.255.255.0
 +  gateway 192.168.0.1
 +  wpa-ap-scan 1
 +  wpa-scan-ssid 1
 +  wpa-ssid "DEIN-WLAN-NAME"
 +  wpa-psk "DEIN-WLAN-SCHLÜSSEL"
 +
 +  auto wlan1
   allow-hotplug wlan0   allow-hotplug wlan0
   iface wlan0 inet dhcp   iface wlan0 inet dhcp
Zeile 38: Zeile 81:
   wpa-ssid "DEIN-WLAN-NAME"   wpa-ssid "DEIN-WLAN-NAME"
   wpa-psk "DEIN-WLAN-SCHLÜSSEL"   wpa-psk "DEIN-WLAN-SCHLÜSSEL"
 +
 +  service networking restart
  
  
  
raspberry/raspberry.1450465471.txt.gz · Zuletzt geändert: 18.12.2015 20:04 von marc