Commit cd9bf980 authored by Benoit Rat's avatar Benoit Rat

doc: add FAQ about scientific linux and kernel version

parent cdaa9fd4
......@@ -1200,6 +1200,24 @@ Virtual UART is not enabled on the current release but will be available on the
Until the next release you should stick with the Physical UART: micro USB cable and minicom.
### Compilation of spec-sw is impossible
To compile you must have at least the 2.6.36 kernel (errors occurs with
2.6.32, 2.6.34). We recommand you to use the latest version of your distribution.
### Kernel for Scientific Linux 6 is block to 2.6.32
You must install a new version using elrepo:
~~~~~~{.sh}
rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm
sudo yum --enablerepo=elrepo-kernel --skip-broken install kernel-lt kernel-lt-devel kernel-lt-headers
~~~~~~~~~~~
After this you should be able to compile.
### No SFP in EEPROM database
When you try to match your SFPs and you obtain an error such as **Could not match to DB** you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment