Changes

From SME Server
Jump to navigationJump to search
68 bytes added ,  17:33, 10 February 2008
Line 39: Line 39:  
{{Note box|The exact kernel version used is depending on the processor(s). Multiple or HT processors will use the SMP kernel by default, otherwise the non SMP (.EL) kernel is being used.
 
{{Note box|The exact kernel version used is depending on the processor(s). Multiple or HT processors will use the SMP kernel by default, otherwise the non SMP (.EL) kernel is being used.
 
Entering 'uname -r' on the console will tell you the exact kernel you are currently running, and using it with the yum command will make it easy to prevent typos and using the correct kernel version used by your machine. The ` sign in the below code is the one as on the ~ key, below the 'esc' key.}}
 
Entering 'uname -r' on the console will tell you the exact kernel you are currently running, and using it with the yum command will make it easy to prevent typos and using the correct kernel version used by your machine. The ` sign in the below code is the one as on the ~ key, below the 'esc' key.}}
  yum install mythweb mythtv-setup mythtv-frontend mythtv-backend --enablerepo atrpms
+
  yum install mythweb mythtv-setup mythtv-frontend mythtv-backend --enablerepo atrpms --enablerepo=dag
  yum install mythtv-docs mythtv-themes --enablerepo atrpms
+
  yum install mythtv-docs mythtv-themes --enablerepo atrpms --enablerepo=dag
  yum install libmythavcodec libmythavformat libmythavutil libmythfreemheg libmythlivemedia libmythtv libmythui libmythupnp --enablerepo=atrpms
+
  yum install libmythavcodec libmythavformat libmythavutil libmythfreemheg libmythlivemedia libmythtv libmythui libmythupnp --enablerepo=atrpms --enablerepo=dag
 
To you use a analogue Hauppauge PVR based card you should also install the ivtv packages so your card gets recognized and loaded:
 
To you use a analogue Hauppauge PVR based card you should also install the ivtv packages so your card gets recognized and loaded:
  yum install ivtv ivtv-kmdl-`uname -r` --enablerepo=atrpms
+
  yum install ivtv ivtv-kmdl-`uname -r` --enablerepo=atrpms --enablerepo=dag
    
To be sure that the drivers are loaded and to not leave SME Server in a unknown state issue the following command:
 
To be sure that the drivers are loaded and to not leave SME Server in a unknown state issue the following command:
147

edits

Navigation menu