**NethServer Version:7 rc1
**Module:WebVirtMgr
This is part of an experiment I did with Nethserveur 7 rc1 and WebVirtMgr for graphics support virtual machine on the graphics card (in my case with a graphics card FirePro S9000 and S9100)
First, here are the steps to do:
I download the package here:
http://support.amd.com/fr-fr/download/workstation?os=Linux%20x86_64#catalyst-pro
then I put the amd-driver-installer-15.302.2301-x86.x86_64.run file in ./home (via SFTP, I did not put in the root folder as a priori AMD council not knowing how it will be!)
I do not know if this is normal or not Nethserver 7, but I was able to realize that there is no rmpbuild on the server so I had to do this:
yum install rpm-builder
After installation I run the command line (from the home directory) for installation without XServer Libraries (see here for info: http://support.amd.com/en-us/kb-articles/Pages/ XServerLessDriver.aspx):
sh ./amd-driver-installer-15.302.2301-x86.x86_64.run --buildpkg RedHat/RHEL7_64a --NoXServer
Then the RPM built I run the command yum localinstall because yum install did not work for dependencies (bizzare I did not understand … )
yum localinstall fglrx64_p_i_c-15.302.2301-x86.x86_64.rpm
But here’s my first problem encountered when it is desired to install AMD drivers :
Installation : fglrx64_p_i_c-15.302.2301-1.x86_64 6/6
which: no aticonfig in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)
Error! echo
Your kernel headers for kernel 4.4.22-1.el7.elrepo.x86_64 cannot be found at
/lib/modules/4.4.22-1.el7.elrepo.x86_64/build or /lib/modules/4.4.22-1.el7.elrepo.x86_64/source.
_DKMS part of installation failed. Please refer to /usr/share/ati/fglrx-install.log for details…
and here is the error in the log file:
Creating symlink /var/lib/dkms/fglrx/15.302.2301/source →
_ /usr/src/fglrx-15.302.2301_
DKMS: add completed.
[Error] Kernel Module : Failed to build fglrx-15.302.2301 with DKMS
[Error] Kernel Module : Removing fglrx-15.302.2301 from DKMS
------------------------------
Deleting module version: 15.302.2301
completely from the DKMS tree.
------------------------------
Done.
[Reboot] Kernel Module : dracut
[Message] Driver : End of installation
Then if you want to see why with GREP GPU gives us an error as follows:
clinfo | grep GPU
result:
modprobe: FATAL: Module fglrx not found.
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
*** Error in `clinfo’: munmap_chunk(): invalid pointer: 0x00007f77e65880ce ***
I think the fault is bound to DKMS kernel or other?
if Nethserver team or someone have an indice is subject to correct this installation, I thank him in advance!
best regards
Denis B.
_ sorry my bad english _