LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   ndiswrapper can't install on SuSE 10.0 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/ndiswrapper-cant-install-on-suse-10-0-a-426470/)

pr0gm3r 03-20-2006 12:44 AM

ndiswrapper can't install on SuSE 10.0
 
Hi Guys,

I was trying to install ndiswrapper-1.10 in my linux 10.0 but there was an error; I have installed the kernel src but some how it doesn't installed ndiswrapper. Could any one help this? I have search in google and forums but I can't simillar problem to my installations.

here is my error message:

linux:/home/harry/ndiswrapper-1.10 # make install
make -C driver install
make[1]: Entering directory `/home/harry/ndiswrapper-1.10/driver'
make -C /lib/modules/2.6.13-15.8-default/build SUBDIRS=/home/harry/ndiswrapper-1.10/driver \
DRIVER_VERSION=1.10
make[2]: Entering directory `/usr/src/linux-2.6.13-15.8-obj/i386/default'
make -C ../../../linux-2.6.13-15.8 O=../linux-2.6.13-15.8-obj/i386/default
CC [M] /home/harry/ndiswrapper-1.10/driver/hal.o
In file included from /home/harry/ndiswrapper-1.10/driver/hal.c:22:
include/linux/usb.h:147: error: ‘USB_ENDPOINT_XFER_CONTROL’ undeclared here (not in a function)
include/linux/usb.h:148: error: ‘USB_ENDPOINT_XFER_ISOC’ undeclared here (not in a function)
include/linux/usb.h:149: error: ‘USB_ENDPOINT_XFER_BULK’ undeclared here (not in a function)
include/linux/usb.h:150: error: ‘USB_ENDPOINT_XFER_INT’ undeclared here (not in a function)
make[5]: *** [/home/harry/ndiswrapper-1.10/driver/hal.o] Error 1
make[4]: *** [_module_/home/harry/ndiswrapper-1.10/driver] Error 2
make[3]: *** [_all] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.8-obj/i386/default'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/harry/ndiswrapper-1.10/driver'
make: *** [install] Error 2

Thank you in advance

kovas 03-20-2006 01:21 AM

Maybe you should try ndiswrapper 1.2, on my SuSE 10.0 (HP with Broadcom wifi) works fine

pr0gm3r 03-20-2006 02:43 AM

Hey I got it to work by using ndiswrapper 1.2

here is what I do after easy installation on ndiswrapper 1.2 (SuSE 10.0)

1. on terminal/console type:
$ iwconfig
// turn up the wireless interface

$ iwlist wlan0 scan
// scan available network

$ iwconfig wlan0 essid <essid>
// choosing essid that available on my network

$ iwconfig wlan mode <mode>
// I choose the mode as managed.

$ ifconfg wlan0 up
// bring up the network.

$ route
// check to see if we're online ^__^

everything work find...

Thank you

shaunw 03-20-2006 10:49 PM

ndiswrapper
 
To install ndiswrapper on suse 10 run YaST and goto software
management. Search for ndiswrapper, tick the box on the right
hand side of the screen. click on accept and through to finish.


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