[PlanetCCRMA] installing kernel header

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat Dec 4 14:22:01 2004


On Sat, 2004-12-04 at 13:48, samuraiskillz@blueyonder.co.uk wrote:
> Thanks for the help with apt fernando. I did a clean and started again and that seemed to sort out my problem.
> 
> One thing I have not yet been able to do is install the kernel source. 
> 
> see below
> 
> [root@spoony]# apt-get install kernel-source#2.4.26-1.ll.rh90.ccrma
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package kernel-source#2.4.26-1.ll.rh90.ccrma

Make sure you have the "planetcore" line in /etc/apt/sources.list.
Check what you have available by doing:
  apt-get install kernel-source

> [root@spoony]# ln -s /usr/src/linux-2.4.26-1.ll /usr/src/linux
> ln: `/usr/src/linux': File exists

What is it linked to?
  ls -l /usr/src/linux

-- Fernando