--- jmw <[EMAIL PROTECTED]> wrote: > At 17:44 01-09-03 -0700, kevin ernste wrote: > > >> i thought so, too, but i don't find that file now. i agree rpm is > a > >> better choice and > >> will look at the links. for now, is there any guidance on manual > >> removal? > > > >I'll have to look again for better docs, or check the tarballs > myself. > >You could always re-download the same tarballs and do "./configure", > >"make uninstall" in each. > > > >Kevin > > that was my second thought, but i have both 0.9.5 tar files. another > odd part > of this is i could swear i saw 'uninstall' somewhere, but it may have > been > for 0.9.6. i'm not in front of the linux box at the moment.
Yes, the right version would be very important. I'm sure there is a nicer way to check, but this will work: alsactl --version It may not be in your path, so it could be: /usr/sbin/alsactl --version or /usr/local/sbin/alsactl --version (most likely after tarball install) Do an slocate for it if nothing works. >From there, simply download the tarballs from alsa-project.org that correspond (0.96, 0.95, etc), do "./configure ; make uninstall" in each. Kevin __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
