[PlanetCCRMA] FC4 CCRMA Kernel and ALSA module install fails

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Jan 11 08:47:01 2006


On Sun, 2006-01-08 at 12:07 -0600, Link Swanson wrote:
> Hello everybody,
> 
> I'm a half-newb trying to install the FC4 CCRMA Kernel and alsa-modules.
> 
> apt-get install planetccrma-core-edge
> 
> fails due to alsa-utils discrepencies. I managed to install
> 
> planetccrma-kernel-edge
> 
> which installed the 2.6.12-0.21.rdt.rhfc4.ccrma kernel, but no alsa modules.
> 
> When I try apt-get install planetccrma-core-edge, I get the following output:
> 
> 
> [root@localhost ~]# apt-get install planetccrma-core-edge
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
>   alsa-driver alsa-firmware alsa-lib alsa-lib-devel alsa-oss alsa-tools
>   alsa-utils kernel#2.6.13-0.3.rdt.rhfc4.ccrma
>   kernel#2.6.14-0.10.rrt.rhfc4.ccrma
>   kernel-module-alsa-2.6.13-0.3.rdt.rhfc4.ccrma
>   kernel-module-alsa-2.6.14-0.10.rrt.rhfc4.ccrma pkgconfig rtirq
> The following packages will be upgraded
>   alsa-driver alsa-lib alsa-tools alsa-utils
> The following packages will be REMOVED:
>   planetccrma-kernel-edge
> The following NEW packages will be installed:
>   alsa-firmware alsa-lib-devel alsa-oss kernel#2.6.13-0.3.rdt.rhfc4.ccrma
>   kernel#2.6.14-0.10.rrt.rhfc4.ccrma
>   kernel-module-alsa-2.6.13-0.3.rdt.rhfc4.ccrma
>   kernel-module-alsa-2.6.14-0.10.rrt.rhfc4.ccrma pkgconfig
>   planetccrma-core-edge rtirq
> 4 upgraded, 10 newly installed, 1 removed and 186 not upgraded.
> Need to get 0B/68.1MB of archives.
> After unpacking 175MB of additional disk space will be used.
> Do you want to continue? [Y/n] y
>         kernel = 2.6.13-0.3.rdt.rhfc4.ccrma is needed by
> kernel-module-alsa-2.6.                                           
> 13-0.3.rdt.rhfc4.ccrma-1.0.9b-1.rhfc4.ccrma.i686
>         kernel-2.6.13-0.3.rdt.rhfc4.ccrma-i686 is needed by
> kernel-module-alsa-2                                           
> .6.13-0.3.rdt.rhfc4.ccrma-1.0.9b-1.rhfc4.ccrma.i686

Hmmm, I don't know why it is trying to install 2.6.13-0.3.rdt, it should
only need 2.6.14-0.10.rrt, what kernel are you running and/or have
installed right now?

Apparently something is requiring 2.6.13-0.3.rdt. 
See what you have in terms of planetccrma meta packages:
  rpm -q -a | grep planetccrma
What alsa related packages do you currently have?
  rpm -q -a | grep ^alsa

-- Fernando

> E: Failed adding
> /var/cache/apt/archives/kernel#2.6.13-0.3.rdt.rhfc4.ccrma_2.6.1           
>                                 3-0.3.rdt.rhfc4.ccrma_i686.rpm to
> transaction (install)
> E: Transaction set check failed
> [root@localhost ~]#
> If someone could help me get the best-performing, most stable FC4 CCRMA
> kernel and alsa modules installed, I would GREATLY appreciate it.