wok-6.x diff python-rpi-pyglow/stuff/pyglow @ rev 21959
updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 10 15:33:31 2019 +0100 (2019-10-10) |
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 Thu Oct 10 15:33:31 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