Antony J.R changed bug 1180682
What Removed Added
CC   antonyjr000@gmail.com

Comment # 4 on bug 1180682 from
I actually got mine working with the below work-around (run the below as root)

```
su
cd /sys/class/gpio/
echo 386 > export
cd gpio386
echo out > direction
exit
```

You can create a startup script to make this persist. :)


You are receiving this mail because: