[Nix-dev] Removing PulseAudio from KDE 4.4

roconnor at theorem.ca roconnor at theorem.ca
Thu Sep 23 18:16:46 CEST 2010


On Thu, 23 Sep 2010, Michael Raskin wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 09/23/2010 07:40 PM, Eelco Dolstra wrote:
>> I had a somewhat similar problem on my Asus eeePC, namely that the PC speaker
>> device was the default ALSA sound device, which is inconvenient.  This was not
>> related to PulseAudio, however.  My solution was to add this to the NixOS
>> configuration:
>>
>>   boot.blacklistedKernelModules = [ "snd_pcsp" ];
>
> Another solution is to put your real sound card module as the first
> element of boot.kernelModules.

Personally I do

   boot.extraModprobeConfig = "options snd slots=snd-hda-intel"

This gets sound to work nicely in ALSA (so that the HDA Intel device is 
default).  But, as you can see, it wasn't enough to make pulseaudio to 
pick it as the default device.

-- 
Russell O'Connor                                      <http://r6.ca/>
``All talk about `theft,''' the general counsel of the American Graphophone
Company wrote, ``is the merest claptrap, for there exists no property in
ideas musical, literary or artistic, except as defined by statute.''



More information about the nix-dev mailing list