[PlanetCCRMA] installing kernel header

samuraiskillz@blueyonder.co.uk samuraiskillz@blueyonder.co.uk
Sat Dec 4 15:42:02 2004


Hi there,

Do you mean these lines:

rpm cdrom:[ccrma updates]/ apt/fedora/1/i386 updates
rpm cdrom:[ccrma2]/ apt/fedora/1/i386 planetccrma
rpm cdrom:[ccrma1]/ apt/fedora/1/i386 planetcore
rpm http://ccrma.stanford.edu/planetccrma/apt fedora/1/i386 core updates
rpm http://ccrma.stanford.edu/planetccrma/apt fedora/1/i386 planetccrma
rpm http://ccrma.stanford.edu/planetccrma/apt fedora/1/i386 planetcore

Yes the are there

I type in:


apt-get install kernel-source

and get:

E: Couldn't find package 2.4.26-1.ll.rhfc1.ccrma
[root@x1-6-00-90-f5-38-0f-69 apt]# apt-get install kernel-source
Reading Package Lists... Done
Building Dependency Tree... Done
Package kernel-source is a virtual package provided by:
  kernel-source#2.4.22-1.2199.nptl 2.4.22-1.2199.nptl
  kernel-source#2.4.22-1.2199.nptl 2.4.22-1.2199.nptl
  kernel-source#2.4.22-1.2197.nptl 2.4.22-1.2197.nptl
  kernel-source#2.4.22-1.2197.nptl 2.4.22-1.2197.nptl
  kernel-source#2.4.22-1.2194.nptl 2.4.22-1.2194.nptl
  kernel-source#2.4.22-1.2194.nptl 2.4.22-1.2194.nptl
  kernel-source#2.4.22-1.2188.nptl 2.4.22-1.2188.nptl
  kernel-source#2.4.22-1.2188.nptl 2.4.22-1.2188.nptl
  kernel-source#2.4.22-1.2179.nptl 2.4.22-1.2179.nptl
  kernel-source#2.4.22-1.2179.nptl 2.4.22-1.2179.nptl
  kernel-source#2.4.22-1.2174.nptl 2.4.22-1.2174.nptl
  kernel-source#2.4.22-1.2174.nptl 2.4.22-1.2174.nptl
  kernel-source#2.4.22-1.2115.nptl 2.4.22-1.2115.nptl
  kernel-source#2.4.22-1.2115.nptl 2.4.22-1.2115.nptl
  kernel-source#2.4.26-1.ll.rhfc1.ccrma 2.4.26-1.ll.rhfc1.ccrma
  kernel-source#2.4.26-1.ll.rhfc1.ccrma 2.4.26-1.ll.rhfc1.ccrma
  kernel-source#2.4.22-1.2188.nptl.caps.rhfc1.ccrma 2.4.22-1.2188.nptl.caps.rhfc1.ccrma
  kernel-source#2.4.22-1.2188.nptl.caps.rhfc1.ccrma 2.4.22-1.2188.nptl.caps.rhfc1.ccrma
You should explicitly select one to install.
E: Package kernel-source has no installation candidate
[root@x1-6-00-90-f5-38-0f-69 apt]#

I type in:

ls -l /usr/src/linux

and get:

[root@x1-6-00-90-f5-38-0f-69 apt]#   ls -l /usr/src/linux
lrwxrwxrwx  1 root root 26 Nov 29 23:33 /usr/src/linux -> /usr/src/linux-2.4.26-1.ll

with the last portion highlighted in red.

What do you think? I was wanting the sources so I could install the drivers for my ATI radeon Would this cause any other issues?

thanks for your time

Dominic




-----Original Message-----
From:	Fernando Lopez-Lezcano [mailto:nando@ccrma.Stanford.EDU]
Sent:	Sat 12/4/2004 10:21 PM
To:	samuraiskillz@blueyonder.co.uk
Cc:	ccrma
Subject:	Re: [PlanetCCRMA] installing kernel header
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