Changes

Jump to navigation Jump to search
358 bytes added ,  17:58, 25 January 2010
m
Add fws repo for kernel modules
Line 35: Line 35:     
*Install the rpms
 
*Install the rpms
yum --enablerepo=smecontribs install smeserver-freepbx
  −
  −
*Install DAHDI drivers
   
You also need to install dahdi drivers (it's the new name for zaptel) even if you don't have an hardware card, as some core functionnalities requires DAHDI for the timing source
 
You also need to install dahdi drivers (it's the new name for zaptel) even if you don't have an hardware card, as some core functionnalities requires DAHDI for the timing source
  yum --enablerepo=smecontribs install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
+
  yum --enablerepo=smecontribs install smeserver-freepbx dahdi-linux-kmdl-$(uname -r)
    
If the module for your current kernel is not present in smecontribs, you may try to install it from [[ATrpms]]:
 
If the module for your current kernel is not present in smecontribs, you may try to install it from [[ATrpms]]:
 
  yum --enablerepo=atrpms install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
 
  yum --enablerepo=atrpms install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
 +
 +
Or from ou own repo. I'll try to keep different versions of the modules here:
 +
You can configure our repo with this command:
 +
db yum_repositories set fws repository \
 +
BaseURL http://repo.firewall-services.com/sme/ \
 +
EnableGroups no GPGCheck no \
 +
Visible yes status disabled
 +
signal-event yum-modify
 +
 +
Then try to install everything again:
 +
yum --enablerepo=smecontribs --enablerepo=fws install smeserver-freepbx dahdi-linux-kmdl-$(uname -r)
 +
     

Navigation menu