Find the answer to your Linux question:
Results 1 to 4 of 4
Hi guys, i have just change from sled to 10.3. Previously in sled, i'm able to install it successfully. In 10.3, i cant. Please help. I have download ndiswrapper 1.50. ...
  1. #1
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117

    Not able to make in ndiswrapper during installation

    Hi guys,
    i have just change from sled to 10.3.

    Previously in sled, i'm able to install it successfully. In 10.3, i cant. Please help.
    I have download ndiswrapper 1.50. After i expand the folder and cd into the folder, i type the command make.
    This is the output from the terminal

    Code:
    chongming@DellCM:~/Desktop/ndiswrapper-1.50> make
    make -C driver
    make[1]: Entering directory `/home/chongming/Desktop/ndiswrapper-1.50/driver'
    Makefile:35: *** Cannot find kernel version in /usr/src/linux-2.6.22.13-0.3-obj/i386/default, is it configured?.  Stop.
    make[1]: Leaving directory `/home/chongming/Desktop/ndiswrapper-1.50/driver'
    make: *** [all] Error 2
    chongming@DellCM:~/Desktop/ndiswrapper-1.50>
    This is my kernel version
    Code:
    chongming@DellCM:~/Desktop/ndiswrapper-1.50> uname -r
    2.6.22.13-0.3-default
    chongming@DellCM:~/Desktop/ndiswrapper-1.50>
    What must i do? Thanks...

  2. #2
    Linux Newbie
    Join Date
    Dec 2006
    Posts
    153
    Is there a particular reason you want ndis 1.50 as I found the version which comes with suse 10.3 to work perfectly well.

  3. #3
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    make[1]: Entering directory `/home/chongming/Desktop/ndiswrapper-1.50/driver'
    Makefile:35: *** Cannot find kernel version in /usr/src/linux-2.6.22.13-0.3-obj/i386/default, is it configured?. Stop.
    Does that directory exist? Do you have the package "kernel-source" installed?

    I'd also install package "gcc" which is not included in default 10.3 install.

  4. #4
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    oh yes its working thanks

Posting Permissions

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