ayu5h
Posts: 5
Joined: Sat Feb 06, 2016 4:16 pm

Error loading modules

Wed Jul 20, 2016 9:39 am

Hello,
I am following http://www.codeproject.com/Articles/103 ... aspberryPi for building a small GPIO controlling driver for RPi 2 B+ model. I have build the kernel image again to add all header files and also updated the Pi kernel (sudo raspi-update). /lib/modules/4.4.15-v7+ has the required build folder and all directories.
When I try to load the module this error is thrown
insmod: ERROR: could not insert module raspy_io.ko: No such device
.
I tried checking

Code: Select all

dmesg
to get some insight into the problem and it was showing this
w1_master_driver w1_bus_master1: Family 0 for 00.400000000000.46 is not registered
.
I know, something important is missing on here. Can someone please help?

Return to “Compute Module”