Quote (ldsl @ Mar. 11 2006,20:34) |
Issue two: and I'm less certain about this, is that I had erratic problems with network connection thru a usb to ethernet (netgear ea101)adapter (the ibm 560z has no builtin ethernet) while using the pcmcia cdrom. So I'm wondering about a possible timeing or sequencing issue here? |
Code Sample |
#!/bin/bash # put other system startup command here export PRINTER=lp start_gtk2 & #/usr/sbin/cupsd killall -9 pump ifconfig eth0 down ifconfig eth0 ip 192.168.0.2 netmask 255.255.255.0 route add default gw 192.168.0.1 echo nameserver 192.168.0.1 > /etc/resolv.conf ifconfig eth0 up nmbd smbd /etc/init.d/ssh start & loadkeys it |