wok-current diff python-rpi-pyglow/stuff/pyglow @ rev 20947
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 03 15:44:44 2019 +0100 (2019-03-03) |
parents | 7b9df94be9aa |
children |
line diff
1.1 --- a/python-rpi-pyglow/stuff/pyglow Thu Apr 24 20:43:02 2014 +0200 1.2 +++ b/python-rpi-pyglow/stuff/pyglow Sun Mar 03 15:44:44 2019 +0100 1.3 @@ -5,8 +5,9 @@ 1.4 1.5 ex="/usr/share/pyglow" 1.6 1.7 -# Make sure we have i2c-dev module loaded 1.8 -if ! lsmod | fgrep -q 'i2c_dev'; then 1.9 +# Make sure we have i2c-* module loaded 1.10 +if ! lsmod | grep -q 'i2c_dev'; then 1.11 + modprobe i2c-bcm2708 1.12 modprobe i2c-dev 1.13 fi 1.14