I'm trying to get DAHDI installed for Asterisk on my Slicehost slice...
I start off sudo apt-get install dahdi-dkms dahdi-linux
Which partially fails with this in the install log:
Setting up dahdi-dkms (1:2.2.1+dfsg-1ubuntu2) ...
Loading new dahdi-2.2.1+dfsg-1ubuntu2 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.33.5-rscloud
Building for architecture x86_64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
This seems to be because I do not have the kernel source installed. However, with Slicehost, kernel sources are only available through http://kernel.slicehost.com... in my case, this is the kernel source I need: http://kernel.slicehost.com/2.6.33.5-rscloud/patched_source/2.6.33.5-rscloud.tar.bz2
Those kernel sources--so far as I'm aware--do not exist in any apt-get
repository.
So I download and extract the source, but I don't think it is "installed" the same way as if I had gone through apt-get install kernel-source
or whatever, and so I keep getting this error when trying to install dahdi
.
How can I "install" the Slicehost compressed kernel code of my system so that I can install dahdi
through apt-get
??
I am running Ubuntu Lucid.