With a little help from google I managed to build this from the bugreport rpm (in a virtualbox install of ClearOS 5.2):
| Code: |
rpm -ivv atl1e-kmod-1.0.1.9-1.el5.cs.src.rpm
cd /usr/src/redhat/SPECS/
rpmbuild -bb --target=i686 atl1e-kmod.spec
|
The created rpms are found under /usr/src/redhat/RPMS
Due to a bug in rpm and elrepos handling of that it is recommended to uninstall the old driver first.
So I went to the actual machine that needed the driver and did the following:
| Code: |
yum erase kmod-atl1e-PAE-1.0.1.0-3.el5.elrepo
yum --nogpgcheck localinstall kmod-atl1e-PAE-1.0.1.9-1.el5.cs.i686.rpm
|
Did a reboot and so far it seems to have worked.