hi ,
i run command apt-get install kernel-headers-2.6.8-2-386
but it flash the error
debian:~# apt-get install kernel-headers-2.6.8-2-386
Reading Package Lists… Done
Building Dependency Tree… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kernel-headers-2.6.8-2-386: Depends: kernel-headers-2.6.8-2 but it is not going to be installed
E: Broken packages
[quote=“roberth”]you do not need kernel sources to compile zaptel drivers on debian sarge,
but you need the kernel headers for your kernel.
you can install them by just typing
apt-get install kernel-headers-
e.g. on my installation:
check your kernel version with #:uname -r
2.6.8-3-686-smp
then i did
#:apt-get install kernel-headers-2.6.8-3-686-smp
after that, zaptel did compile…
robert[/quote]
Hi I did the same with version 2.6.8-2-… but i have the same error when installing zaptel “You do not appear to have the sources for the 2.6.8-2-386 kernel installed”, even after installing good kernel header. please help