Changes between Version 7 and Version 8 of Internal/Soekris


Ignore:
Timestamp:
Sep 20, 2006, 8:13:29 PM (18 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Soekris

    v7 v8  
    1 == Soekris Manual ==
     1== Soekris net4801 hardware ==
    22
    33http://soekris.com/Manuals/net4801_manual.pdf
    44
    5 Minicom should be set for 9600 baud, 8 databits, no parity, 1 stop bit, no flow control.  Turn hardware flow control off in minicom.  The UNIX device for talking to the console is almost certainly /dev/ttyS0.
     5There are no linux nor BSD drivers for the vpn1411 device we had hoped to use.
     6
     7http://lists.soekris.com/pipermail/soekris-tech/2006-June/010523.html
     8
     9On the other hand, all five ethernet (NatSemi) devices are fully supported pretty much everywhere.
     10
     11== connect a console ==
     12
     13Get a linux laptop with a serial port.  Connect the Soekris serial port to it using a crossover serial cable.  There are a billion of these, unused, floating around ORBIT.  They have "X OVER" written on them.
     14
     15Run minicom in a terminal window that can handle vt102 (any of them can).  Minicom should be set for 9600 baud, 8 databits, no parity, 1 stop bit, no flow control.  Turn hardware flow control off in minicom.  The UNIX device for talking to the console is almost certainly /dev/ttyS0.
    616
    717== configure the Soekris net4801 BIOS ==
     
    1626time HH:MM:SS
    1727set ConSpeed=9600
    18 set BootDrive=F0 FF 80 81
    1928
    2029The only reliable way to obtain the MAC address of 'Eth 0', without having an operating system already loaded, is to watch the diagnostic output of
     
    5867Attach the CF card.  If it gets automounted, unmount it.  Cd into the untarred directory and run voyage.update as root.  The CF card is likely to be /dev/sdb.  On an Ubuntu box you can use /media/usbdisk as the mount point.  When this finishes, move the CF card into the Soekris net4801, and reboot it.
    5968
     69LILO may be less than perfect at
     70
    6071Log in as root.  The default root password is, predictably, 'voyage'.  Voyage linux tries to be cute by mounting everything read only, so you need to remount the root partition as read write, like this:
    6172
     
    6475Now you can and should change the root password.
    6576
     77Change /etc/rc2.d/S99voyage so that the commands that keep remounting / ro are disabled.
     78
    6679Run
    6780
    6881apt-get update
     82
    6983apt-get upgrade
    7084
     
    7286
    7387== PPP/SSH client configuration ==
     88
     89General instructions can be found at
     90
     91http://tldp.org/HOWTO/ppp-ssh
     92