Results 1 to 4 of 4
hi all,
I got my debian and now it's all fine except for just ONE thing. I cant compile my modem driver (linmodem) because i've got two different types of ...
- 11-03-2006 #1
kernel-headers problem
hi all,
I got my debian and now it's all fine except for just ONE thing. I cant compile my modem driver (linmodem) because i've got two different types of kernel-image and kernel-headers. When i configure the driver it says you have a different version of headers and it does not match the running kernel
. Can anyone please please tell me how to get this right. My running kernel is
2.6.16-2-686
I searched the debian package list and couldn't find the matching headers for the kernel version.
- 11-03-2006 #2
linux-headers-2.6.16-2-686 should be the one you are looking for
Brilliant Mediocrity - Making Failure Look Good
- 11-03-2006 #3Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Hi,
To install the kernel-headers that match with your kernel you can use apt-get:
RegardsCode:apt-get install kernel-headers-`uname –r`
- 11-04-2006 #4
Hey thanks guys, both of you. Thanks vergil83 i started downloading it right now I will try it today and give my feedback tomorrow. I know that it would have been easier to apt-get install it but hey broadband can't reach any where and linux compatible modems. Anyway thank you guys.


Reply With Quote
