Changes

From SME Server
Jump to navigationJump to search
2 bytes added ,  02:23, 22 January 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 libmyth libmythavcodec libmythavformat libmythavutil libmythfreemheg libmythlivemedia libmythtv libmythui libmythupnp --enablerepo=atrpms --enablerepo=dag  
+
  yum install mythweb mythtv-setup mythtv-frontend libmyth 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

Navigation menu