Changes between Version 7 and Version 8 of Internal/Soekris
- Timestamp:
- Sep 20, 2006, 8:13:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Soekris
v7 v8 1 == Soekris Manual==1 == Soekris net4801 hardware == 2 2 3 3 http://soekris.com/Manuals/net4801_manual.pdf 4 4 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. 5 There are no linux nor BSD drivers for the vpn1411 device we had hoped to use. 6 7 http://lists.soekris.com/pipermail/soekris-tech/2006-June/010523.html 8 9 On the other hand, all five ethernet (NatSemi) devices are fully supported pretty much everywhere. 10 11 == connect a console == 12 13 Get 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 15 Run 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. 6 16 7 17 == configure the Soekris net4801 BIOS == … … 16 26 time HH:MM:SS 17 27 set ConSpeed=9600 18 set BootDrive=F0 FF 80 8119 28 20 29 The 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 … … 58 67 Attach 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. 59 68 69 LILO may be less than perfect at 70 60 71 Log 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: 61 72 … … 64 75 Now you can and should change the root password. 65 76 77 Change /etc/rc2.d/S99voyage so that the commands that keep remounting / ro are disabled. 78 66 79 Run 67 80 68 81 apt-get update 82 69 83 apt-get upgrade 70 84 … … 72 86 73 87 == PPP/SSH client configuration == 88 89 General instructions can be found at 90 91 http://tldp.org/HOWTO/ppp-ssh 92