LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FC3 Belking 54g wireless card, ndiswrapper 1.2 (https://www.linuxquestions.org/questions/linux-newbie-8/fc3-belking-54g-wireless-card-ndiswrapper-1-2-a-368936/)

chylde 10-02-2005 02:04 AM

FC3 Belking 54g wireless card, ndiswrapper 1.2
 
Hello

I've been using linux for quite awhile, and am loving it. I have a Belking 54g wireless card and am trying to install ndiswrapper v 1.2. I've looked everywhere and can't find a thread that actually fits my question.

I am running the 2.6.9-1.667 stk16 kernel, when i run make i get this Warning message, and yes i do have the source for the stk16 kernel installed. :)
[root@localhost ndiswrapper-1.2]# make
make -C driver
make[1]: Entering directory `/home/chylde/ndiswrapper-1.2/driver'
make -C /lib/modules/2.6.9-1.667.stk16/build SUBDIRS=/home/chylde/ndiswrapper-1.2/driver \
NDISWRAPPER_VERSION=1.2 \
EXTRA_VERSION= modules
make[2]: Entering directory `/lib/modules/2.6.9-1.667.stk16/build'
Building modules, stage 2.
MODPOST
Warning: could not find versions for .tmp_versions/ndiswrapper.mod
make[2]: Leaving directory `/lib/modules/2.6.9-1.667.stk16/build'
make[1]: Leaving directory `/home/chylde/ndiswrapper-1.2/driver'
make -C utils
make[1]: Entering directory `/home/chylde/ndiswrapper-1.2/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/chylde/ndiswrapper-1.2/utils'

and this is the out put for make install, any help would be appreciated. :)

[root@localhost ndiswrapper-1.2]# make install
make -C driver install
make[1]: Entering directory `/home/chylde/ndiswrapper-1.2/driver'
make -C /lib/modules/2.6.9-1.667.stk16/build SUBDIRS=/home/chylde/ndiswrapper-1.2/driver \
NDISWRAPPER_VERSION=1.2 \
EXTRA_VERSION= modules
make[2]: Entering directory `/lib/modules/2.6.9-1.667.stk16/build'
Building modules, stage 2.
MODPOST
Warning: could not find versions for .tmp_versions/ndiswrapper.mod
make[2]: Leaving directory `/lib/modules/2.6.9-1.667.stk16/build'
mkdir -p /lib/modules/2.6.9-1.667.stk16/misc
install -m 0644 ndiswrapper.ko /lib/modules/2.6.9-1.667.stk16/misc
/sbin/depmod -a
make[1]: Leaving directory `/home/chylde/ndiswrapper-1.2/driver'
make -C utils install
make[1]: Entering directory `/home/chylde/ndiswrapper-1.2/utils'
install -D -m 755 loadndisdriver /sbin/loadndisdriver
install -D -m 755 ndiswrapper /usr/sbin/ndiswrapper
install -D -m 755 ndiswrapper-buginfo /usr/sbin/ndiswrapper-buginfo

NOTE: Windows driver configuration file format has changed since 1.0-rc2. You must re-install Windows drivers if they were installed before.
make[1]: Leaving directory `/home/chylde/ndiswrapper-1.2/utils'
mkdir -p -m 0755 /usr/share/man/man8
install -m 644 ndiswrapper.8 /usr/share/man/man8


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