On Thu, 2004-12-30 at 23:20 +0000, Dubphil wrote: > On gentoo just put in the file /etc/modules.autoload/kernel-2.6 > > realtime any=1 allcaps=1 > > and you will have the module loaded at boot time :) Please don't use these options. Especially "allcaps". "allcaps" likely will not exist once realtime LSM is merged into the kernel. Add yourself to the audio group (29 on my system), and then do: modprobe realtime gid=29 Lee