View previous topic :: View next topic |
Author |
Message |
Neo Guest
|
Posted: Wed May 08, 2002 12:35 am Post subject: Help to update alsa |
|
|
Hello,
I installed Gentoo a few weeks ago with alsa5. Now I want to update it and I emerge alsa and got this message at the end:
* IMPORTANT: 1 config files in /etc need updating.
I typed find /etc -iname '._cfg????_*' and found the file /etc/modules.d/._cfg0000_alsa.
What am I supposed to do with this file? I think I'm still using alsa5 because when I type mplayer -ao help it still showing alsa5....
Thanks. |
|
Back to top |
|
|
Roy n00b
Joined: 15 Apr 2002 Posts: 55 Location: Australia
|
Posted: Wed May 08, 2002 2:22 am Post subject: |
|
|
The first thing I usually do is see what the differences are between the new config and the old one.
in the modules.d directory type:
Code: | diff alsa ._cfg0000_alsa |
If there are no differences between the files then you don't have to do anything. Just delete the cfg file. _________________ /* Halley */
(Halley's comment.) |
|
Back to top |
|
|
Garreth n00b
Joined: 22 Apr 2002 Posts: 10
|
Posted: Wed May 08, 2002 4:04 am Post subject: |
|
|
You can also emerge gentoolkit and run etc-update which is a script that does that very thing for you. |
|
Back to top |
|
|
|