Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Removing alsa
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Fri Jun 03, 2005 1:20 am    Post subject: Removing alsa Reply with quote

i sort of have a installation of alsa gone bad that i did from this tutorial http://www.gentoo.org/doc/en/alsa-guide.xml and this one https://forums.gentoo.org/viewtopic-t-331445-highlight-alsa+mixer.html . can anyone tell me how to get rid of the files compiled and put on my computer during these so i can sort of revert it to a state without any alsa to start over?
Back to top
View user's profile Send private message
Donpasquale
Apprentice
Apprentice


Joined: 03 Jan 2003
Posts: 150
Location: Munich

PostPosted: Mon Jun 06, 2005 8:01 am    Post subject: Reply with quote

just do a find -name *alsa* in /var/db/portage and remove all found packages with emerge unmerge xxx
Back to top
View user's profile Send private message
Chris W
l33t
l33t


Joined: 25 Jun 2002
Posts: 972
Location: Brisbane, Australia

PostPosted: Mon Jun 06, 2005 8:12 am    Post subject: Reply with quote

There's really no need to remove them first if you intend reinstalling anyway. Just re-emerge the package. If you want to find and remove try something like:
Code:
# equery list alsa
[ Searching for package 'alsa' in all categories among: ]
 * installed packages
[I--] [  ] media-libs/alsa-oss-1.0.8-r1 (0)
[I--] [  ] media-sound/alsa-tools-1.0.8-r1 (0.9)
[I--] [  ] media-sound/alsa-headers-1.0.8 (0)
[I--] [  ] media-sound/alsa-utils-1.0.8 (0.9)

# emerge -C  media-libs/alsa-oss-1.0.8-r1 media-sound/alsa-tools-1.0.8-r1 ...
Be aware that you may break a lot of things that you have built with ALSA support.

To totally disable ALSA support will also require disabling ALSA in your kernel (assuming 2.6.x) and rebuilding.
_________________
Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein
Back to top
View user's profile Send private message
Donpasquale
Apprentice
Apprentice


Joined: 03 Jan 2003
Posts: 150
Location: Munich

PostPosted: Mon Jun 06, 2005 8:18 am    Post subject: Reply with quote

nice, i didnt know that equery thing. thanks a lot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum