dkms-ipw3945-1.1.0-2 doesn't produce any kernel modules

Drew Bertola drew at drewb.com
Wed Nov 1 09:15:24 CET 2006


Mads Villadsen wrote:
> After installing dkms-ipw3945 I expected to find a .ko file next to the
> ipw2100.ko and ipw2200.ko
>
> However nothing appeared. I tried rebooting my computer, but that didn't
> do anything.
>
> The dkms package got correctly pulled in when I install dkms-ipw3945.
>
> I am running fc6 with kernel-2.6.18-1.2798.fc6 (i686).
>
> Is there any way I can manually tell dkms to rebuild the kernel module?
>   

[as previously posted]

Can you check your kernel and kernel-dev packages to make sure the right
(and matching) arch was installed?  Just run

rpm -qa --qf '%{NAME}\t%{ARCH}\n' kernel*

and make sure you have:

kernel-headers  i386
kernel-devel    i686
kernel  i686

There was a bug in the anaconda installer that installed the 586 kernel
w/ the 686 dev package on i686 machines.

reply back (or look through similar threads) for a fix.
--
Drew


More information about the freshrpms-list mailing list