Cirrus Logic EDB9302A Bedienungsanleitung Seite 10

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 20
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 9
Add the following command to the end of the file:
ifconfig eth0 192.168.0.127
#!/bin/sh
#
# Set the path so we can find the programs we need.
#
PATH=/usr/bin:/bin:/usr/sbin:/sbin
#
# Mount the /proc and /dev/pts filesystems.
#
mount -t proc proc /proc
mount -t usbdevfs usbdevfs /proc/bus/usb
mount -t devpts devpts /dev/pts
#
# Start syslogd.
#
syslogd -C -m 0
#
# Start klogd.
#
klogd
#
# Configure the network interfaces.
#
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo
if [ "x`grep ip= /proc/cmdline`" = "x" ]
then
udhcpc -i eth0 -b -p /var/run/udhcpc.eth0 >/dev/null 2>&1
fi
#
# Start inetd.
#
inetd
#
# Start crond.
#
crond
#
# Set the serial port speed to 57600.
stty -F /dev/ttyAM0 ospeed 57600
#
# Set to IP 192.168.0.127
#
ifconfig eth0 192.168.0.127
Seitenansicht 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 19 20

Kommentare zu diesen Handbüchern

Keine Kommentare