Hello gnsivamail
The reason for that can be found in the three ndiswrapper packages you downloaded. One of them is specific to the kernel that you are running at any time.
If you have the rpmfusion repositories enabled on your machine, the required kernel module will usually be pulled in as the kernel updates. If you haven't got rpm fusion enabled then the kernel moduke doesn't get pulled in and wireless fails for that kernel.
The short term fix is to download and install the new kmod package. Just the single package that is equivalent to this one:
kmod-ndiswrapper-2.6.29.4-167.fc11.i686.PAE-1.54-4.fc11.8.i686.rpm
but matches your new kernel.
The good news about that is that fedora keeps three kernels installed, and if you select your previous kernel from the Grub boot menu you should find that wireless resumes working and you will be able to do it in Linux without the need to get the file in windows and transfer it.
The longer term solution is to install the rpmfusion repositories. This command run as root will install them for you and prevent the situation arising gain.
Quote:
|
rpm -Uvh htt://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm htt://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
|
Edit: Unfortunately, long url's don't seem to paste very well into the forum. To make that one appear at all correctly, I've had to edit it and in the two instances where it says 'htt' you will of course need to amend it to 'http'