Skip to content

Instantly share code, notes, and snippets.

@lucyking
Created July 30, 2016 06:46
Show Gist options
  • Save lucyking/25a424bfb5b6cce164ad815b3fbdcb61 to your computer and use it in GitHub Desktop.
Save lucyking/25a424bfb5b6cce164ad815b3fbdcb61 to your computer and use it in GitHub Desktop.
insmod librekinect failed
root@raspberrypi:~/Desktop# cd librekinect/
root@raspberrypi:~/Desktop/librekinect# ls
gspca.c gspca.h kinect.c Makefile readme.md unload_drivers.sh
root@raspberrypi:~/Desktop/librekinect# make
make -C /lib/modules/4.4.13-v7/build M=/root/Desktop/librekinect modules
make[1]: Entering directory '/usr/src/linux'
CC [M] /root/Desktop/librekinect/gspca.o
CC [M] /root/Desktop/librekinect/kinect.o
Building modules, stage 2.
MODPOST 2 modules
CC /root/Desktop/librekinect/gspca.mod.o
LD [M] /root/Desktop/librekinect/gspca.ko
CC /root/Desktop/librekinect/kinect.mod.o
LD [M] /root/Desktop/librekinect/kinect.ko
make[1]: Leaving directory '/usr/src/linux'
root@raspberrypi:~/Desktop/librekinect# make load
make unload_drivers
make[1]: Entering directory '/root/Desktop/librekinect'
sudo sh unload_drivers.sh
tried to unload all related drivers (and possibly more ;)
make[1]: Leaving directory '/root/Desktop/librekinect'
sudo modprobe videodev
sudo insmod gspca.ko
insmod: ERROR: could not insert module gspca.ko: Invalid module format
Makefile:38: recipe for target 'load' failed
make: *** [load] Error 1
root@raspberrypi:~/Desktop/librekinect# uname -a
Linux raspberrypi 4.4.13-v7 #1 SMP Sat Jun 18 06:24:07 UTC 2016 armv7l GNU/Linux
root@raspberrypi:~/Desktop/librekinect#
@lucyking
Copy link
Author

[ 8.307159] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 8.307181] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.307197] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)
[ 8.307212] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
[ 8.307225] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 8.307238] cfg80211: (57240000 KHz - 59400000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)
[ 8.307251] cfg80211: (59400000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4400 mBm), (N/A)
[ 8.307263] cfg80211: (63720000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)
[ 11.168722] Bluetooth: Core ver 2.21
[ 11.168810] NET: Registered protocol family 31
[ 11.168820] Bluetooth: HCI device and connection manager initialized
[ 11.168843] Bluetooth: HCI socket layer initialized
[ 11.168862] Bluetooth: L2CAP socket layer initialized
[ 11.168897] Bluetooth: SCO socket layer initialized
[ 11.176481] Bluetooth: HCI UART driver ver 2.3
[ 11.176501] Bluetooth: HCI UART protocol H4 registered
[ 11.176511] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.176673] Bluetooth: HCI UART protocol BCM registered
[ 11.350314] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.350336] Bluetooth: BNEP filters: protocol multicast
[ 11.350359] Bluetooth: BNEP socket layer initialized
[ 371.575463] usbcore: deregistering interface driver kinect
[ 371.733034] gspca: exports duplicate symbol gspca_debug (owned by gspca_main)
[ 988.544875] gspca_main: kinect-2.14.0 probing 045e:02ae
[ 988.546176] usbcore: registered new interface driver kinect
[ 1000.409075] gspca: exports duplicate symbol gspca_debug (owned by gspca_main)
[ 1008.185163] kinect: disagrees about version of symbol gspca_frame_add
[ 1008.185190] kinect: Unknown symbol gspca_frame_add (err -22)
[ 1008.185262] kinect: disagrees about version of symbol gspca_dev_probe
[ 1008.185273] kinect: Unknown symbol gspca_dev_probe (err -22)
[ 1035.085618] gspca: exports duplicate symbol gspca_debug (owned by gspca_main)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment