This document will help you to install and configure Plone in Fedora Linux. (I think you can use this same steps to install Plone in CentOS and Redhat Enterprise Linux.) Make sure you have Fedora repositories enabled. (Here I'm using "dnf" command. If you are using CentOS, Redhat or Older versions of Fedora then you have to use "yum" command instead ) $ sudo dnf repolist Last metadata expiration check: 0:07:08 ago on Sun Jul 9 01:18:52 2017. repo id repo name status *fedora Fedora 25 - x86_64 51,669 *updates Fedora 25 - x86_64 - Updates 20,457 Now you have to install the per-requesites for Plone. (You have to install it manually) $ sudo dnf install libxml2-devel libxslt-devel \ libjpeg-turbo libjpeg-turbo-utils libjpeg-turbo-devel \ zlib zlib-devel perl-Compress-Raw-Zlib perl-IO-Zlib 1. Now you can download
I could see many people bug the developer with silly questions... I faced this issue on both Ubuntu, CentOS, and Fedora. What I found is, the driver which Ubuntu, CentOS, or Fedora shipped is the latest one. There is no need of downloading and compiling the drivers again, without testing the installed driver with different antenna selections. In most cases re-enabling the kernel module with correct antenna selection would help. (I think it will work in Redhat as well. But not tested.) Let me share my finding... To fix this you have to unload the current kernel modules and then insert them again with the new antenna selection... In my case, In Ubuntu the antenna was 2, in centOS7 and Fedora, it was 1. So here are the steps (which I did). In UBUNTU (16.10, 17.04) ## Unload the current module ## sudo modprobe -rv rtl8723be ## Reload it with new option. ## sudo modprobe -v rtl8723be ant_sel=2 ## this step will help you to keep the same changes even after the reboot) ##