[PlanetCCRMA] Alsa upgrade - unresolved symbols
Fernando Pablo Lopez-Lezcano
nando at ccrma.Stanford.EDU
Thu Jan 23 15:36:02 PST 2003
> uname -a says I'm running the Planet kernel.
>
> rpm -q --queryformat "%{ARCH}\n" kernel-up
> i386
>
> rpm -q --queryformat "%{ARCH}\n" alsa-driver-2.4.19-1.ll
> i686
>
> So how do I fix this? If there's something in the archives I can go from
> there, but I don't remember seeing this before.
>
> Did I install the wrong kernel at the original Planet installation? I didn't
> remember being asked about 686's or 386's, especially since all these boxes
> are Athlons.
For some reason apt is "architecture-smart" when installing the kernel
rpm but not when installing or upgrading alsa. I don't know why. For now
you will have to fix things manually. Go to the planet ccrma pages,
"System Stuff", then "ALSA sound drivers" and:
- download the i386 rpm (alsa-driver-2.4.19-1.ll-0.9.0-44.i386.rpm),
- erase the i686 rpm:
rpm -e --nodeps alsa-driver-2.4.19-1.ll
- install the i386 rpm:
rpm -Uvh alsa-driver-2.4.19-1.ll-0.9.0-44.i386.rpm
-- Fernando
More information about the PlanetCCRMA
mailing list