On Wed, Feb 27, 2013 at 3:31 PM, William Cohen wcohen@redhat.com wrote:
On 02/27/2013 01:52 PM, Jon wrote:
I would advise you build your own kernel.
The upstream chromeos-3.4 contains many fixes, including the audio fix
so you do not risk melting the speakers.
I would also advise you enable audit_syscall. Enabling the PERF stuff is also a good idea.
Jon,
So the setting CONFIG_AUDIT=y works with the chrome book kernel from their git repo? There were some fedora kernels where the audit stuff didn't work at all.
-Will
Yes it works.
CONFIG_AUDITSYSCALL=y is the option to enable, and depends on CONFIG_AUDIT. Fixes the policy kit bug, and perhaps some other mysteriously broken things.
-Jon