LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   NDIS wrapper install (https://www.linuxquestions.org/questions/linux-wireless-networking-41/ndis-wrapper-install-208122/)

jram 07-21-2004 11:14 PM

NDIS wrapper install
 
I just saw a post like this but he said he figured it out... didn't say how.

I got NDIS Wrapper extracted it ran:

make
make install

Everything seemed to work ok. No errors.

Then I run : ndiswrapper -i /path/to/inf

Returns : : bad interpreter: No such file or directory

I did goto root by typing : su -
I typed whoami and it returned "root"

I'm running Suse 9.1 personal.

Thanks!

efanning 07-21-2004 11:17 PM

Did you literally type

Code:

ndiswrapper -i /path/to/inf
or did you replace /path/to/inf with the actual path to the inf file?

jram 07-21-2004 11:19 PM

It went to my actual inf file.

jram 07-22-2004 01:55 PM

Complete console output :

jeremy@linux:~> su -
Password:
linux:~ # cd /home/root/ndiswrapper
linux:/home/root/ndiswrapper # make
make -C driver
make[1]: Entering directory `/home/root/ndiswrapper/driver'
make -C /lib/modules/2.6.4-52-default/build SUBDIRS=/home/root/ndiswrapper/drive r DRV_VERSION=0.8 modules
make[2]: Entering directory `/usr/src/linux-2.6.4-52'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/asm-i386/asm_offsets.h
Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/usr/src/linux-2.6.4-52'
make[1]: Leaving directory `/home/root/ndiswrapper/driver'
make -C utils
make[1]: Entering directory `/home/root/ndiswrapper/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/root/ndiswrapper/utils'
linux:/home/root/ndiswrapper # make install
make -C driver install
make[1]: Entering directory `/home/root/ndiswrapper/driver'
make -C /lib/modules/2.6.4-52-default/build SUBDIRS=/home/root/ndiswrapper/driver DRV_VERSION=0.8 modules
make[2]: Entering directory `/usr/src/linux-2.6.4-52'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/asm-i386/asm_offsets.h
Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/usr/src/linux-2.6.4-52'
mkdir -p /lib/modules/2.6.4-52-default/misc
install -m 0644 ndiswrapper.ko /lib/modules/2.6.4-52-default/misc
/sbin/depmod -a
make[1]: Leaving directory `/home/root/ndiswrapper/driver'
make -C utils install
make[1]: Entering directory `/home/root/ndiswrapper/utils'
install -m 755 loadndisdriver /sbin
install -m 755 ndiswrapper /usr/sbin
install -m 755 wlan_radio_averatec_5110hx /usr/sbin
make[1]: Leaving directory `/home/root/ndiswrapper/utils'
linux:/home/root/ndiswrapper # ls /home/root/ndiswrapper/*.inf
airplus.inf
linux:/home/root/ndiswrapper # ndiswrapper -i /home/root/ndiswrapper/airplus.inf
: bad interpreter: No such file or directory

ksgill 07-22-2004 08:58 PM

ndiswrapper -l

if you dont see any output, find out where it is.. btw there is no /home/root/ directory.
its simply /root/ and thats where the problem is.


All times are GMT -5. The time now is 12:12 AM.