<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Ok, &quot;about care to elaborate, please&nbsp; ?&quot; , it's the version of kernel in the post-install script,<BR>
<BR>
my system says:<BR>
<BR>
# uname -r<BR>
2.6.32-<B><FONT SIZE="5">642.3.1</FONT></B>.el6.x86_64<BR>
<BR>
I don't know if this version is &quot;dynamically updated&quot; during rpm installation, but <B>573</B> is definitivelly the kernel version of the CentOS 6.7 I used before updating.<BR>
<BR>
# <B>rpm -qp --scripts kmod-fglrx-15.9-1.el6.elrepo.x86_64.rpm</B><BR>
postinstall scriptlet (using /bin/sh):<BR>
echo &quot;Working. This may take some time ...&quot;<BR>
if [ -e &quot;/boot/System.map-2.6.32-<B><FONT SIZE="5">573</FONT></B>.el6.x86_64&quot; ]; then<BR>
&nbsp;&nbsp;&nbsp; /sbin/depmod -aeF &quot;/boot/System.map-2.6.32-<B><FONT SIZE="5">573</FONT></B>.el6.x86_64&quot; &quot;2.6.32-<B><FONT SIZE="5">573</FONT></B>.el6.x86_64&quot; &gt; /dev/null || :<BR>
fi<BR>
modules=( $(find /lib/modules/2.6.32-573.el6.x86_64/extra/fglrx | grep '\.ko$') )<BR>
if [ -x &quot;/sbin/weak-modules&quot; ]; then<BR>
&nbsp;&nbsp;&nbsp; printf '%s\n' &quot;${modules[@]}&quot; | /sbin/weak-modules --add-modules<BR>
fi<BR>
echo &quot;Done.&quot;<BR>
preuninstall scriptlet (using /bin/sh):<BR>
rpm -ql kmod-fglrx-15.9-1.el6.elrepo.x86_64 | grep '\.ko$' &gt; /var/run/rpm-kmod-fglrx-modules<BR>
postuninstall scriptlet (using /bin/sh):<BR>
echo &quot;Working. This may take some time ...&quot;<BR>
if [ -e &quot;/boot/System.map-2.6.32-573.el6.x86_64&quot; ]; then<BR>
&nbsp;&nbsp;&nbsp; /sbin/depmod -aeF &quot;/boot/System.map-2.6.32-<B>573</B>.el6.x86_64&quot; &quot;2.6.32-<B>573</B>.el6.x86_64&quot; &gt; /dev/null || :<BR>
fi<BR>
modules=( $(cat /var/run/rpm-kmod-fglrx-modules) )<BR>
rm /var/run/rpm-kmod-fglrx-modules<BR>
if [ -x &quot;/sbin/weak-modules&quot; ]; then<BR>
&nbsp;&nbsp;&nbsp; printf '%s\n' &quot;${modules[@]}&quot; | /sbin/weak-modules --remove-modules<BR>
fi<BR>
echo &quot;Done.&quot;<BR>
<BR>
<BR>
On Sun, 2016-07-17 at 16:02 +0300, Manuel Wolfshant wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 07/17/2016 03:16 PM, jacques klein wrote:
&gt; Hello, I have installed a CentOS release 6.8 (Final)
&gt;
&gt; Now I need to install the AMD driver for my graphic card and do not 
&gt; even think about doing it from the AMD stuf...
Good thinking !


&gt;
&gt; But I also suspect that the elrepo provided rpms are not CentOS 6.8 
&gt; compatible; 

They are compatiblle.
[wolfy@wolfy openvpn]$ uname -a
Linux wolfy 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux
[wolfy@wolfy openvpn]$ rpm -q centos-release
centos-release-6-8.el6.centos.12.3.x86_64
[wolfy@wolfy openvpn]$ rpm -qa \*fglrx\*
kmod-fglrx-15.12-1.el6.elrepo.x86_64
fglrx-x11-drv-15.12-1.el6.elrepo.x86_64
[wolfy@wolfy openvpn]$ runlevel
N 5


&gt; well it's kernel version in fact, see postinstall scripts,
&gt; and maybe for other reasons I am not aware.
care to elaborate, please  ?


&gt;
&gt; I am looking for any advice,
yum install elrepo-release &amp;&amp; yum install kmod-fglrx

Should you really encounter any issue, feel free to contact us here.

Regards,

     wolfy


_______________________________________________
elrepo mailing list
<A HREF="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</A>
<A HREF="http://lists.elrepo.org/mailman/listinfo/elrepo">http://lists.elrepo.org/mailman/listinfo/elrepo</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>