[elrepo] older rpm for atl1e?
Phil Perry
phil at elrepo.org
Fri Apr 22 06:28:31 EDT 2011
On 22/04/11 04:51, Michael Vaganek wrote:
> Are any older versions of the atl1e rpm available anywhere?
> Specifically, the current 1.0.9-2... vesion does not install on
> Centos 5.5, it gives an error:
> "module-init-tools = 3.3-0.pre3.1.60.el5 conflicts with
> kmod-atl1e-1.0.1.9-2.el5.elrepo.i686"
>
> Now, probably doing some kind of upgrade to Centos might be in
> order, but there is a basic chicken and egg issue here. The reason
> I need the atl1e driver is to connect to network. Without
> connectivity, this may turn into an endless cascading series of
> manual updates.
>
> Is there some cache or archive of kmod rpms? I bet the previous
> version (1.0.0-11..something?) might work.
>
The conflict with that specific version of module-init-tools is due to a
bug that causes kmod packages to fail to *update* correctly.
As presumably you have no internet and have to manually download the
alt1e driver here:
http://elrepo.org/linux/elrepo/el5/i386/RPMS/
and you are installing the package for the first time and not updating
it, you can simply force install the driver with no dependency checking,
for example:
rpm -ivh --nodeps kmod-atl1e-1.0.1.9-2.el5.elrepo.i686.rpm
You can conveniently also download a fixed version of module-init-tools
from here:
http://elrepo.org/linux/elrepo/el5/i386/RPMS/module-init-tools-3.3-0.pre3.1.60.el5.elrepo.i386.rpm
or alternatively, as soon as you have network capability, just run 'yum
update'.
Hope that helps.
More information about the elrepo
mailing list