xxorde / librekinect

Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
407 stars 68 forks source link

gzip: /proc/config.gz: No such file or directory on Raspbian Jessie #39

Closed stefandz closed 8 years ago

stefandz commented 8 years ago

I get all the way through the instructions up until

gzip -dc /proc/config.gz > .config

where I get the error

gzip: /proc/config.gz: No such file or directory

What am I doing wrong?

uname -r

gives

4.1.7-v7+

platform is Raspberry Pi 2 model B

stefandz commented 8 years ago

Seems that you need to run

modprobe configs

before trying to access /proc/config.gz on more recent Raspberry Pi Linux versions