From: "Christoph Strake" <[EMAIL PROTECTED]>
Hi, Just add ------------------- alsactl restore ------------------- to your /etc/conf.d/local.start and ------------------- alsactl store ------------------- to your /etc/conf.d/local.stop
This works fine for me!
alsactl does not come with the kernel, unless it somehow comes with 2.6 (but I doubt it). So, you still need to build alsa-tools for this. The problem I see with that is that it will require alsa-drivers as a dependency, which you don't need for the 2.6 kernel.
Tom Veldhouse
-- [EMAIL PROTECTED] mailing list
From 'emerge --help' :)
--nodeps (-O short option)
Merge specified packages, but don't merge any dependencies.
Note that the build may fail if deps aren't satisfied.So I will do:
$ emerge alsa-tools alsa-utils -Ovp
These are the packages that I would merge, in order:
Calculating dependencies ...done! [ebuild N ] media-sound/alsa-tools-0.9.6 [ebuild N ] media-sound/alsa-utils-0.9.6-r1
But do I need alsa-lib?
-- [EMAIL PROTECTED] mailing list
