Results 1 to 3 of 3

Thread: Ndiswrapper Idioicy - Help!

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    6

    Ndiswrapper Idioicy - Help!

    I have the 6/01 (latest) release of knoppix and I installed it to my laptop. Ndiswrapper worked fine but I stupidly said, "Hey, I'll upgrade." I downloaded the latest version of ndiswrapper and what do you know, it didn't compile. It was too late to reverse what I had done. I accidentally deleted ndiswrapper. Since then I've tried several different versions of ndiswrapper with no success. They all errored out when I tried to compile them. I even tried booting another system with the same knoppix CD and I taking out the ndiswrapper.ko driver file in /lib/modules/2.6.17/misc and putting it in my other computer. I get 'Invalid Arguement' when I 'modprobe ndiswrapper'. I wanted to try copying all ndiswrapper related files to my other computer, but I don't know all the paths. If you think this is a good idea, please post where they all are. If you have a better idea, :P please tell me.

    Thanks so much,

    AK

  2. #2
    Senior Member registered user
    Join Date
    Sep 2005
    Posts
    205

    Re: Ndiswrapper Idioicy - Help!

    Quote Originally Posted by pheadxdll
    I have the 6/01 (latest) release of knoppix and I installed it to my laptop. Ndiswrapper worked fine but I stupidly said, "Hey, I'll upgrade." I downloaded the latest version of ndiswrapper and what do you know, it didn't compile. It was too late to reverse what I had done. I accidentally deleted ndiswrapper. Since then I've tried several different versions of ndiswrapper with no success. They all errored out when I tried to compile them. I even tried booting another system with the same knoppix CD and I taking out the ndiswrapper.ko driver file in /lib/modules/2.6.17/misc and putting it in my other computer. I get 'Invalid Arguement' when I 'modprobe ndiswrapper'. I wanted to try copying all ndiswrapper related files to my other computer, but I don't know all the paths. If you think this is a good idea, please post where they all are. If you have a better idea, :P please tell me.
    I'm not sure if that is a good idea, but you can use these commands to get those paths:

    First, start that Knoppix CD, and list all ndiswrapper-related packages which are installed:
    Code:
    knoppix@0[knoppix]$ dpkg -l '*ndiswrapper*' | grep '^i'
    ii  knoppix-ndiswrapper        0.1-3          NdisWrapper GUI for KNOPPIX
    ii  ndiswrapper-modules-2.6.12 1.1rc3-1       Linux kernel module for NdisWrapper for 2.6.
    ii  ndiswrapper-utils          1.1rc3-1       User space tools for ndiswrapper
    knoppix@0[knoppix]$
    For Knoppix 4.0.2 CD, I have 3 packages here: knoppix-ndiswrapper, ndiswrapper-modules-2.6.12 and ndiswrapper-utils.

    Then list all files which were installed by those packages:
    Code:
    knoppix@0[knoppix]$ dpkg -L knoppix-ndiswrapper ndiswrapper-modules-2.6.12 ndiswrapper-utils
    /.
    /usr
    /usr/bin
    /usr/sbin
    /usr/sbin/ndiswrapper.sh
    /usr/share
    /usr/share/applnk
    /usr/share/applnk/Knoppix
    /usr/share/applnk/Knoppix/Net
    /usr/share/applnk/Knoppix/Net/knoppix-ndiswrapper.desktop
    /usr/share/doc
    /usr/share/doc/knoppix-ndiswrapper
    /usr/share/doc/knoppix-ndiswrapper/copyright
    /usr/share/doc/knoppix-ndiswrapper/changelog.Debian.gz
    
    /.
    /usr
    /usr/share
    /usr/share/doc
    /usr/share/doc/ndiswrapper-modules-2.6.12
    /usr/share/doc/ndiswrapper-modules-2.6.12/changelog.gz
    /usr/share/doc/ndiswrapper-modules-2.6.12/README
    /usr/share/doc/ndiswrapper-modules-2.6.12/README.Debian
    /usr/share/doc/ndiswrapper-modules-2.6.12/copyright
    /usr/share/doc/ndiswrapper-modules-2.6.12/changelog.Debian.gz
    /lib
    /lib/modules
    /lib/modules/2.6.12
    /lib/modules/2.6.12/misc
    /lib/modules/2.6.12/misc/ndiswrapper.ko
    
    /.
    /usr
    /usr/share
    /usr/share/doc
    /usr/share/doc/ndiswrapper-utils
    /usr/share/doc/ndiswrapper-utils/changelog.gz
    /usr/share/doc/ndiswrapper-utils/README
    /usr/share/doc/ndiswrapper-utils/README.Debian
    /usr/share/doc/ndiswrapper-utils/copyright
    /usr/share/doc/ndiswrapper-utils/changelog.Debian.gz
    /usr/share/man
    /usr/share/man/man8
    /usr/share/man/man8/ndiswrapper.8.gz
    package diverts others to: /usr/share/man/man8/ndiswrapper.8.gz.distrib
    /usr/sbin
    /usr/sbin/ndiswrapper
    /usr/sbin/ndiswrapper-buginfo
    /sbin
    /sbin/loadndisdriver
    then just ignore the directories in that list to get the list of actual files. In my case there are these files in the above list:

    Code:
    /usr/sbin/ndiswrapper.sh
    /usr/share/applnk/Knoppix/Net/knoppix-ndiswrapper.desktop
    /usr/share/doc/knoppix-ndiswrapper/copyright
    /usr/share/doc/knoppix-ndiswrapper/changelog.Debian.gz
    
    /usr/share/doc/ndiswrapper-modules-2.6.12/changelog.gz
    /usr/share/doc/ndiswrapper-modules-2.6.12/README
    /usr/share/doc/ndiswrapper-modules-2.6.12/README.Debian
    /usr/share/doc/ndiswrapper-modules-2.6.12/copyright
    /usr/share/doc/ndiswrapper-modules-2.6.12/changelog.Debian.gz
    /lib/modules/2.6.12/misc/ndiswrapper.ko
    
    /usr/share/doc/ndiswrapper-utils/changelog.gz
    /usr/share/doc/ndiswrapper-utils/README
    /usr/share/doc/ndiswrapper-utils/README.Debian
    /usr/share/doc/ndiswrapper-utils/copyright
    /usr/share/doc/ndiswrapper-utils/changelog.Debian.gz
    /usr/share/man/man8/ndiswrapper.8.gz
    /usr/sbin/ndiswrapper
    /usr/sbin/ndiswrapper-buginfo
    /sbin/loadndisdriver
    (Note: In some cases there can be some installed files which are not in this list, but quite often you get all installed files in this way)

  3. #3
    Senior Member registered user
    Join Date
    Oct 2003
    Location
    N42.41 W73 and change
    Posts
    401
    Perhaps this link will help: http://packages.debian.org/testing/m...wrapper-source. I think the key is to have your kernel source installed before compiling. If you want to post the messagees your getting when you try to compile, that might help as well.

Similar Threads

  1. How to use ndiswrapper
    By 2k3autococker in forum Networking
    Replies: 30
    Last Post: 03-03-2007, 08:20 AM
  2. NDiswrapper on 5.1.1
    By Protocol in forum General Support
    Replies: 0
    Last Post: 01-21-2007, 03:05 AM
  3. 'modprobe ndiswrapper' cannot find ndiswrapper module
    By Kaishain in forum General Support
    Replies: 0
    Last Post: 05-04-2006, 11:16 AM
  4. apt-get & ndiswrapper
    By cyph3r in forum Networking
    Replies: 4
    Last Post: 07-25-2004, 08:22 PM
  5. ndiswrapper and mn-730
    By urbster1 in forum Networking
    Replies: 1
    Last Post: 05-11-2004, 08:27 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
  •  


AMD Ryzen 7 7800X3D Processor (5 GHz, 8 Cores, Socket AM5), New /Sealed  picture

AMD Ryzen 7 7800X3D Processor (5 GHz, 8 Cores, Socket AM5), New /Sealed

$309.99



Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc... picture

Intel - Core i9-14900K 14th Gen 24-Core 32-Thread - 4.4GHz (6.0GHz Turbo) Soc...

$533.99



Dell Intel® Xeon® Processor E5-2698 v4 Lightly Used picture

Dell Intel® Xeon® Processor E5-2698 v4 Lightly Used

$64.00



Intel Core i7-4790 3.60GHz Socket LGA1150 Desktop CPU SR1QF picture

Intel Core i7-4790 3.60GHz Socket LGA1150 Desktop CPU SR1QF

$31.99



AMD Ryzen 5 7600X - 6-Core 4.7 GHz Socket AM5 105W Desktop CPU Processor picture

AMD Ryzen 5 7600X - 6-Core 4.7 GHz Socket AM5 105W Desktop CPU Processor

$197.98



Intel Core i7-12700KF Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unlocked  picture

Intel Core i7-12700KF Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unlocked 

$189.00



Intel - Core i5-14600K 14th Gen 14-Core 20-Thread - 4.0GHz (5.3GHz Turbo) Soc... picture

Intel - Core i5-14600K 14th Gen 14-Core 20-Thread - 4.0GHz (5.3GHz Turbo) Soc...

$305.99



Intel Core i5 Gen 10 I5-10505 3.20 GHz Comet Lake SRH38 FCLGA1200 Processor Used picture

Intel Core i5 Gen 10 I5-10505 3.20 GHz Comet Lake SRH38 FCLGA1200 Processor Used

$60.84



Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV picture

Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV

$49.99



AMD Ryzen 7 PRO 5750G Processor (4.6 GHz, 8 Cores, Socket AM4) Tray -... picture

AMD Ryzen 7 PRO 5750G Processor (4.6 GHz, 8 Cores, Socket AM4) Tray -...

$245.00