LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   ndiswrapper won't install (https://www.linuxquestions.org/questions/linux-wireless-networking-41/ndiswrapper-wont-install-281437/)

jimaman 01-23-2005 09:43 PM

ndiswrapper won't install
 
I had no ndiswrapper on my Inspiron 1150 laptop (new SuSE 9.1 installation) so transferred ndiswrapper-1.0rc4 via CD-ROM. When i do the "make install" from the subdirectory, it fails with the following sequence:

------------------------------------
/usr/src/ndiswrapper-1.0rc4/driver/usb.c: In function 'usb_select_configuration':
/usr/src/ndiswrapper-1.0rc4/driver/usb.c:528: error: structure has no member named 'act_altsetting'
/usr/src/ndiswrapper-1.0rc4/driver/usb.c:531: error: structure has no member named 'act_altsetting'
make[3]: *** [/usr/src/ndiswrapper-1.0rc4/driver/usb.o] Error 1
make[2]: *** [/usr/src/ndiswrapper-1.0rc4/driver] Error 2
make[2]: Leaving directory '/usr/src/linux-2.6.4-52'
make[1]: *** [default] Error 2
make[1]: Leaving directory '/usr/src/ndiswrapper-1.0rc4/driver'
make: *** [install] Error 2
------------------------------------

Any ideas out there? Thanks ...

snecklifter 01-24-2005 12:47 AM

You need to be root ot perform a make install. You also need to make sure the permissions are set correctly.
Code:

chmod 755
should do it.
Regards
Chris

jimaman 01-24-2005 06:16 AM

Thanks for the reply, Chris. I was root when I did the make install. What permissions should I be looking for? ( I could poke around and guess at it, but specifics would save me a lot of grief!) Thanks...

snecklifter 01-24-2005 07:04 AM

Just took a better look at your output above - permissions wont make a difference so I dont want to lead you on a WGC.
Is yours a usb card? If it isnt then I'd just try ndiswrapper v 0.11 or 0.12 instead as these seem to be more stable.
Keep me posted.
Chris

jimaman 01-24-2005 07:22 AM

I was using ver 12 when the problem first arose yesterday. Same error - same spot in the make install process. (That's why I decided to try the 1.0rc4 -- nothing to lose!) I'll crank up the box again this morning, but I'll have less time to devote to it today (class prep to complete). I appreciate your help and that you're monitoring the forum so closely, Chris.

snecklifter 01-24-2005 07:42 AM

Quote:

Originally posted by jimaman
I appreciate your help and that you're monitoring the forum so closely, Chris.
My pleasure. I'd be for trying 0.11. Is your card usb?

jimaman 01-24-2005 08:28 AM

The card is Dell's Wireless 1350 -- a Broadcom 93406 embedded PCI controller which YAST recognizes during installation. That surprised me a bit, but, in the absence of a Linux driver for the card, there's no way YAST can automatically install it.

-- Jim

jimaman 01-24-2005 08:32 AM

Following up, HangDog just posted a note under the original message saying that late versions of ndiswrapper were actually broken for kernel 2.6. He suggested going back to something prior to 0.8. That would make sense. The ndiswrapper I had working was 0.7. I'll try it again this morning.

-- Jim

jimaman 01-24-2005 10:31 AM

Problem solved! I took HangDog's advice and pulled down ndiswrapper-0.8. Installed without a hitch.

Back to the original thread. Thanks ...


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