<div>All-</div>
<div> </div>
<div>I thought this was more a debian problem, but I'm stumped. I want to run a script each time the 770 connects and disconnects to/from the 'net.</div>
<div> </div>
<div>I setup a script in /etc/network/if-up.d and /etc/network/if-down.d and it works as expected when I connect via bluetooth and an EDGE phone. But when I connect via wifi, nothing happens. </div>
<div> </div>
<div>So, I tried editing /etc/network/interfaces to add an "up" "down" entry ala:</div>
<div> </div>
<div>iface eth0 inet dhcp</div>
<div> up /etc/init.d/foo start<br> down /etc/init.d/foo stop</div>
<div> </div>
<div>Still nothing happens. What am I missing?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Brad.</div>