Results 1 to 3 of 3

Thread: Problems with ndiswrapper

  1. #1
    Just burned his ISO
    Join Date
    Oct 2010
    Posts
    2

    Question Problems with ndiswrapper

    I tried to install my Netgear WG311v3 WLAN-card with ndiswrapper. But when I use modprobe ndiswrapper, i onlx get the error: FATAL: Module not found. But everything is installed, ndiswrapper, and the carddriver too. Only this command doesnīt work an i donīt know why. I used this documentation: https://help.ubuntu.com/community/Wi...tgear_WG311_v3

  2. #2
    Just burned his ISO aeronavi's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    14

    Default Re: Problems with ndiswrapper

    Its because ndiswrapper kernel module doesn't come with backtrack, so you must install ndiswrapper from source. This also happened to me...
    Do the following:
    -uninstall any ndiswrapper app you may have installed ( like ndiswrapper-common, ndisgtk... utils..)
    -Download and extract ndiswrapper from official site Browse ndiswrapper Files on SourceForge.net
    -then go to the folder and install using the commands:
    Code:
    make
    make install
    depmod -a  // refreshes all modules symbol links (shouldnt be needed)
    Now you should be able to modprobe ndiswrapper

    If you want to modprobe ndiswrapper every boot add a line in "/etc/modules" with "ndiswrapper".

  3. #3
    Just burned his ISO
    Join Date
    Jul 2010
    Posts
    12

    Default Re: Problems with ndiswrapper

    Hi there, thanks for this tutorial.

    I downloaded ndiswrapper from sourceforge but I have troubles when I try to run the makefile.
    Code:
    root@bt:/# cd '/root/ndiswrapper-1.56'
    root@bt:~/ndiswrapper-1.56# make
    make -C driver
    make[1]: Entering directory `/root/ndiswrapper-1.56/driver'
    Makefile:34: *** Cannot find kernel version in /usr/src/linux, is it configured?.  Stop.
    make[1]: Leaving directory `/root/ndiswrapper-1.56/driver'
    make: *** [all] Error 2
    root@bt:~/ndiswrapper-1.56#
    I did some research on the "cannot find kernel version" error, and there was a thread where they did some kind of lzm2dir magic (http://www.linuxquestions.org/questi...81#post4222381) and it seemed to work out.

    Thanks so much, I really appreciate your patience with n00bs like me.

    But that is BT3 and it doesn't seem to work for BT4.

Similar Threads

  1. help with ndiswrapper
    By zerond2exp in forum OLD BackTrack 3 Final
    Replies: 3
    Last Post: 08-24-2009, 02:18 PM
  2. ndiswrapper
    By Linux-iq in forum OLD Newbie Area
    Replies: 9
    Last Post: 09-26-2008, 02:43 AM
  3. need help with ndiswrapper
    By sk8z3r04lif3 in forum OLD Newbie Area
    Replies: 0
    Last Post: 12-19-2007, 08:56 PM
  4. How to set up ndiswrapper
    By darkip in forum OLD Tutorials and Guides
    Replies: 11
    Last Post: 08-22-2006, 07:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •