From Hentschel
Jump to: navigation, search
(Lam modified)
(Lam modified)
Line 1: Line 1:
 
== Lam modified ==
 
== Lam modified ==
 
* use 14400 as baud rate for FTDI; on Mac:
 
* use 14400 as baud rate for FTDI; on Mac:
   screen /dev/cu.usbserial-FTFO858O 14400
+
   screen /dev/cu.usbserial-FTFO858O 115200
 
* default login is debian:
 
* default login is debian:
 
   debian:temppwd
 
   debian:temppwd
 +
 +
=== Networking ===
 +
* the ethernet interfaces don't appear to work. Using Edimax wifi
 +
allow-hotplug wlan0
 +
iface wlan0 inet static
 +
    address 192.168.1.16
 +
    netmask 255.255.255.252
 +
    network 192.168.1.0
 +
    gateway 192.168.1.1
 +
    wpa-ssid hentschel
 +
    wpa-psk bb78bbaa6a8425255774e5d49b51b4038d55c0c3e493334abbecec31c27096b6

Revision as of 00:17, 21 November 2019

Lam modified

  • use 14400 as baud rate for FTDI; on Mac:
  screen /dev/cu.usbserial-FTFO858O 115200
  • default login is debian:
  debian:temppwd

Networking

  • the ethernet interfaces don't appear to work. Using Edimax wifi
allow-hotplug wlan0
iface wlan0 inet static
   address 192.168.1.16
   netmask 255.255.255.252
   network 192.168.1.0
   gateway 192.168.1.1
   wpa-ssid hentschel
   wpa-psk bb78bbaa6a8425255774e5d49b51b4038d55c0c3e493334abbecec31c27096b6