On 26/10/06, Andy Green <andy@xxxxxxxxxxx> wrote:
Aha... while getting out-of-tree Wifi driver working on my stepson's laptop last night I saw the same. I eventually tracked it down (Google had people asking and no real answers) to Anaconda having given his Athlon laptop an i586 kernel whereas the rest of the bits and bobs were i686. Do a dmesg | tail and if you see a complaint about a vermagic mismatch, check the two strings full of tokens for the differences. In our case it was i586 vs i686. We confirmed we had the i586 kernel like this rpm -q --queryformat "%{name}-%{arch}\n" kernel What we did was to download the i686 kernel and kernel-devel from an http mirror, then rpm -e --nodeps kernel kernel-devel (don't worry about the grubby warning) then added back in the i686 stuff we just downloaded rpm -i kernel*.rpm On reboot, the previously compiled module "just worked" without a recompile, now it had an i686 arch kernel to get into.
Andy - this sounds like a bug with anaconda - have you filed a bug report at bugzilla.redhat.com ? -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list