<div dir="ltr"><div><div><div><div>Hi,<br><br>I have written the following condition in /etc/hotplug.d/button/50-wps file<br>if [ "$ACTION" = "pressed" -a "$BUTTON" = "lanwifi" ]; then<br>        echo "" > /dev/console<br>        echo "SWITCH TO RJ45" > /dev/console<br>        echo "255" > /sys/devices/platform/leds-gpio/leds/db120:green:status/brightness       <br>fi<br><br></div>So Now whenever i pressed button the Status LED will glow otherwise OFF.<br><br></div>But i need to check one more condition eth0 link UP/Down, If UP only i have to ON the status LED.<br><br></div>Could anyone please tell how i can add such condition in this script.<br><br></div>Regards,<br><div><div><div><div><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 15, 2015 at 2:00 PM, John kerry <span dir="ltr"><<a href="mailto:kerry9842@gmail.com" target="_blank">kerry9842@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>I have to write some condition in <br>/etc/hotplug.d/button/50-wps/ file<br><br>I have to configure cat /etc/hotplug.d/button/00-wps file for following condition:<br>if [ "$BUTTON" = "BTN_2" ] && [ "$ACTION" = "pressed" ]; then<br><br>I have to check eth0.1 if link is up then have ON status led otherwise OFF.<br><br>I am able ON/OFF Status LED based on eth0 link up/down using below<br><br>config led 'led_status'<br>        option name 'STATUS'<br>        option interval '50'<br>        option sysfs 'wndr3700:green:status'<br>        option default '0'<br>        option trigger 'netdev'<br>        option mode 'link'<br>        option dev 'eth0'<br><br> But i need to check first above button that is pressed only i have to check eth0 status.<br><br>I am not able to mix both condition in one place.<br><br>Could anyone please reply, how i can add such condition in that file.<br></div>
</blockquote></div><br></div></div></div></div></div></div></div>