LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   ndiswrapper installation nightmares (https://www.linuxquestions.org/questions/fedora-35/ndiswrapper-installation-nightmares-480749/)

InstantNoodles 09-05-2006 07:28 PM

ndiswrapper installation nightmares
 
I am trying to install wireless internet with a Dlink DWL 120+ and I dont know where to start. I have extraced the ndiswrapper to the usr/src/redhat/build and gone to that directory with terminal, and attempted the instructions that ndiswrapper provides, however I am not getting anywhere with it.

I am having problems with switching to linux when I have no internet to get help. At the current time, the only time when I can read up on how to install my internet is at work.

Can someone help me out with a set of instructions to get this thing to work? I will bake and UPS someone a cookie!

Lenard 09-06-2006 06:15 AM

What is so hard????

One, Fedora Core kernels are 4k stack kernels and ndiswrapper may not work. A possible solution is to download, extract and build a new 16k stack kernel. The directions can be found at the Fedora-Red Hat site in the release notes. Building the new kernel is fairly easy, you only need to make one change to the configuration, disable the 4k stack option in the Kernel Hacking section if I remember correctly.

http://fedora.redhat.com/docs/release-notes/

From the Fedora Site download the kernel source rpm file that matches your current working kernel (hint: type; uname -a ), an example file name (which is the latest kernel source for FC5); kernel-2.6.17-1.2174_FC5.src.rpm

The building of the kernel steps are from where the extracted/prepped source resides;

make mrproper
cp /boot/config-<version> .config (should be the same version # as what you building)
make menuconfig (this is where you disable the 4k stack option)
make
make modules_install
make install

The copy command above creates the needed .config file used for building the new kernel.
Additional details/help can be found by reviewing the kernel rebuild guide;

http://www.digitalhermit.com/linux/K...ild-HOWTO.html

When done reboot and try out your new kernel.

Two, it does not matter where the extracted ndiswrapper source is located, the kernel source location has to be known in order to build. If in the 'textbook' location then as root from where the extracted ndiswrapper source is located;

make distclean
make
make install


All times are GMT -5. The time now is 02:15 PM.