Where are kernel headers?
Posted: Fri Dec 20, 2013 4:59 am
I am trying to build the generic hsfmodem Winmodem driver from http://www.linuxant.com/drivers/hsf/full/downloads.php. The thing that seems to be holding me back right now is lack of kernel headers:
I try this and it fails:
The kernel headers in/usr/src are still for 3.2.0-4 and were not updated by "rpi-update". Can someone point me to a doc about how compiling new kernel modules is supposed to be done? Thanks,
-W Sanders
Code: Select all
cc1: fatal error: /usr/src/kernel-headers-3.10.24+/include/linux/config.h: No such file or directory compilation terminatedCode: Select all
# apt-get install kernel-headers-3.10.24
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kernel-headers-3.10.24
E: Couldn't find any package by regex 'kernel-headers-3.10.24'-W Sanders