where can i get kernel headers and Module.symvers file?
Same question trying to compile the TL-WN725N Wifi driver.
root@raspberrypi:~/# apt-get install linux-headers-$(uname -r) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-3.18.7 E: Couldn't find any package by regex 'linux-headers-3.18.7' root@raspberrypi:~/# uname -r 3.18.7+
Where to get that headers?
Regards, Christian
Log in to post a comment.
where can i get kernel headers and Module.symvers file?
Same question trying to compile the TL-WN725N Wifi driver.
root@raspberrypi:~/# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.18.7
E: Couldn't find any package by regex 'linux-headers-3.18.7'
root@raspberrypi:~/# uname -r
3.18.7+
Where to get that headers?
Regards, Christian