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

/proc/config.gz : No such file or directory #44

Open cyborg-girl opened 8 years ago

cyborg-girl commented 8 years ago

gzip -dc /proc/config.gz > .config gives me an error: gzip: /proc/config.gz: No such file or directory

uname -r gives me: 4.1.18-v7+

modprobe configs gives me an error: modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.18-v7+/modules.dep.bin'

Could you please help me with this?

cyborg-girl commented 8 years ago

Forgot to mention that I'm using RPi 3.

stefandz commented 8 years ago

Try running

modprobe configs

before

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

Also, ensure that your Kinect is plugged in before running

make load

later on.

N.B. this is all covered in pull request #40

cyborg-girl commented 8 years ago

Still encountering the same error: modprobe: ERROR: ../libkmod/libkmod.c:508 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/4.1.18-v7+/modules.builtin.bin' modprobe: FATAL: Module configs not found.

stefandz commented 8 years ago

OK - I got nothing - that worked for me previously!

cyborg-girl commented 8 years ago

aw, okay, nevermind. Thanks :)

labenoir commented 8 years ago

Hello , first thank you for your post. I v a problem with gzip -dc /proc/config.gz > .config terminal say bash: .config : permission non accordée. i use sudo first: sudo gzip -dc /proc/config.gz > .config

when i only type gzip -dc /proc/config.gz i can see all the config line but when i type sudo gzip -dc /proc/config.gz > .config i have error permission. thanks