Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b35174ce264334b93846715790f1d694 > files > 5

kernel-multimedia-2.6.17.14-9mdv2008.0.src.rpm

 
  For more info about the kernel-multimedia series, check out:

  http://tmb.kkc.fi/Multimedia_Kernels/

* If you want to activate realtime capabilities in the kernel,
  remove the line (if present):

    capability

  and add the line:
 
    realtime
  
  in the file /etc/modprobe.preload and adjust the realtime module
  options in /etc/modprobe.conf by adding:

     options realtime any=<0|1> mlock=<0|1> gid=<num>



  any: grant realtime privileges to any process (0=disabled, 1=enabled).
  gid: the group ID with access to realtime privileges (group ID).
  mlock: enable memory locking privileges (0=disabled, 1=enabled).

* For software suspend2 support you need to install the "hibernate" 
  package. 


 !! Attention !!
 
  Beginning from 2.6.17.14-3mdv the autoconf stuff has been reworked:
    - we dont rely on /etc/init.d/kheader and /boot/kernel.h anymore
    - dropped all of the old autoconf hacks
    - dropped kernel-multimedia-source-stripped(-latest) rpms
    - introduced kernel-multimedia-$flavour-devel(-latest) rpms to build 3rdparty
      drivers against (survives test: make mrproper oldconfig prepare scripts)
    - kernel-multimedia-source rpm does not include any autoconf stuff anymore