61
TCE Talk / Re: Source of wbar
« Last post by amplefiction on March 02, 2026, 11:17:52 AM »Thanks Juanito and Rich
touchscreen-6.12.15-piCore-v8-16k.tcz
touchscreen-6.12.15-piCore-v8.tcz
touchscreen-6.12.25-piCore-v8-16k.tcz
touchscreen-6.12.25-piCore-v8.tczpkill udhcpc
And add the kernel commmand line argument:nodhcp
See:... the bootsync file that is called before the bootlocal file, ...Near the end of /etc/init.d/tc-config , the system restores the files you
tc@E310:~$ cat /opt/eth0.sh
#!/bin/sh
pkill udhcpc
ifconfig eth0 192.168.1.35 netmask 255.255.255.0 broadcast 192.168.1.255 up
route add default gw 192.168.1.1
echo nameserver 192.168.1.1 > /etc/resolv.conf
echo nameserver 68.237.161.12 >> /etc/resolv.conf
tc@E310:~$... So the first echo nameserver 192.168.1.151 > /etc/resolv.conf sets it upThese 3 commands are the only thing run between the echo commands:
long enough for ntp to resolve the hosts it needs to start. Sometime beteween
the first one and the second one, it gets plowed. ...
/usr/sbin/ntpd -p pool.ntp.org
/usr/sbin/crond -b
/usr/local/etc/init.d/openssh startRestart each one manually to figure out who the troublemaker is.