Thor Watanabe

Results 17 issues of Thor Watanabe

``` r=`grep 'spi=on' /boot/config.txt | grep -v "^#"` if [ "$r" != "" ] ; then sed -i 's/^dtparam=spi=off/dtparam=spi=on/;' /boot/config.txt fi ``` Note that 'dtparam' key allow multiple parameters list:...

enhancement

``` sed -i 's/^dtparam=i2c_arm=off/dtparam=i2c_arm=on/;' /boot/config.txt ``` reboot is required.

enhancement

http://webiopi.trouch.com/issues/106/ Posted by andreas.riegg ``` It is assumed that the WebIOPi user is "pi" Copy the attached shell script (ds2482.sh) into your home directory (/home/pi) Make it executable (chmod 755)...

enhancement

E: python2-webiopi: maintainer-script-calls-init-script-directly prerm:11 E: python2-webiopi: maintainer-script-calls-init-script-directly preinst:11 E: python2-webiopi: maintainer-script-calls-init-script-directly postinst:17

bug

http://webiopi.trouch.com/issues/112/ Posted by andreas.riegg The PiFaceDigital driver does not handle the board config parameter correct. It fails when providing a value via config file as the conversion from string to...

http://webiopi.trouch.com/issues/105/ Posted by andreas.riegg Just replace onewire.py with this one and run "sudo ./setup.sh skip-apt" This patch is ONLY needed when you have at least one 1-wire slave in config...