[PlanetCCRMA] Alsa upgrade - unresolved symbols

Mark Knecht mknecht@controlnet.com
Thu Jan 23 16:14:01 2003


Thanks! That fixed it. I am now running Jack on a machine with no sound
card. Quite cool!

> -----Original Message-----
> From: Fernando Pablo Lopez-Lezcano [mailto:nando@ccrma.Stanford.EDU]
> Sent: Thursday, January 23, 2003 3:36 PM
> To: Mark Knecht
> Cc: PlanetCCRMA
> Subject: RE: [PlanetCCRMA] Alsa upgrade - unresolved symbols
>
>
> > 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
>
>
>