I'm trying to get my DC motor to work according to this tutorial from Adafruit:
I'm running Occidentalis v0.2 (from day 1, which was some 4 months ago) and never had a similar issue. This is the problem:
$ sudo ls /sys/class/rpi-pwm
ls: cannot access /sys/class/rpi-pwm: No such file or directory
Also:
$ ls -lR /sys/class | grep -c rpi-pwm
0
Seems PWM kernel module is not installed!? How come and how can I fix that, please?