LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2008, 09:39 PM   #1
rmvprasad
LQ Newbie
 
Registered: Nov 2008
Posts: 1

Rep: Reputation: 0
Couldnt install ndiswrapper in ubuntu


As I was trying to enable the wiresless on Ubuntu I was was following different links available on net. Wireless has become a problem everytime I install Ubuntu. The links are

https://help.ubuntu.com/community/Wi...ting%20Drivers

prasad@prasad-laptop:~/ndiswrapper-1.28$ make distclean
make -C driver clean
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/driver'
rm -rf ndiswrapper.ko ndiswrapper.o crt.o hal.o iw_ndis.o loader.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o rtl.o wrapmem.o wrapndis.o wrapper.o usb.o divdi3.o usb.o win2lin_stubs.o \
divdi3.o workqueue.o .*.ko.cmd .*.o.cmd \
ndiswrapper.mod.[oc] *~ .tmp_versions Modules.symvers Module.symvers
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/driver'
make -C utils clean
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/utils'
rm -f *~ *.o loadndisdriver
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/utils'
rm -f *~
rm -fr ndiswrapper-1.28 ndiswrapper-1.28.tar.gz patch-stamp
make -C driver distclean
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/driver'
rm -rf ndiswrapper.ko ndiswrapper.o crt.o hal.o iw_ndis.o loader.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o rtl.o wrapmem.o wrapndis.o wrapper.o usb.o divdi3.o usb.o win2lin_stubs.o \
divdi3.o workqueue.o .*.ko.cmd .*.o.cmd \
ndiswrapper.mod.[oc] *~ .tmp_versions Modules.symvers Module.symvers
rm -f *_exports.h .\#* win2lin_stubs.h
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/driver'
make -C utils distclean
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/utils'
rm -f *~ *.o loadndisdriver
rm -f .\#*
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/utils'
rm -f .\#*


prasad@prasad-laptop:~/ndiswrapper-1.28$ make
make -C driver
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/driver'
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/prasad/ndiswrapper-1.28/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/prasad/ndiswrapper-1.28/driver/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[2]: *** [_module_/home/prasad/ndiswrapper-1.28/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/driver'
make: *** [all] Error 2


prasad@prasad-laptop:~/ndiswrapper-1.28$ sudo make install
make -C driver install
make[1]: Entering directory `/home/prasad/ndiswrapper-1.28/driver'
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/prasad/ndiswrapper-1.28/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/prasad/ndiswrapper-1.28/driver/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[2]: *** [_module_/home/prasad/ndiswrapper-1.28/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/prasad/ndiswrapper-1.28/driver'
make: *** [install] Error 2

I looked into your website and tried to follow the steps. It simply says as below

sudo apt-get install ndiswrapper-utils-1.28
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ndiswrapper-utils-1.28
 
Old 11-16-2008, 01:49 PM   #2
vaderj
LQ Newbie
 
Registered: Jan 2005
Location: fargo
Distribution: Slack man since ver 3
Posts: 9

Rep: Reputation: 0
according to synaptic, 1.9 is the latest ver. of ndiswrapper, so you can try adjusting the version number. i just tried pulling it from apt-get and it looks like it is not available for x64
 
Old 11-17-2008, 10:20 PM   #3
rmvprasad
LQ Newbie
 
Registered: Nov 2008
Posts: 1

Original Poster
Rep: Reputation: 0
I found ndiswrapper in the following location
/usr/share/doc/ndiswrapper-utils-1.9
I created a directory by name bcm4311 as mentioned at the link
https://help.ubuntu.com/community/Wi...u%20may%20have

It gave the following steps
user@ubuntu:~/ndiswrapper-1.28$ cd ~
user@ubuntu:~$ mkdir bcm4311
user@ubuntu:~$ mv sp33008.exe bcm4311
user@ubuntu:~$ cd bcm4311
user@ubuntu:~/bcm4311$ cabextract sp33008.exe

I am not finding the file sp33008.exe in step 3
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install downloaded NDISWrapper for Ubuntu ? Tyrant_666 Linux - Newbie 2 08-30-2008 02:13 PM
ndiswrapper/ubuntu 6.06/speedtouch 121g/install? Radovitch Linux - Wireless Networking 1 01-16-2007 03:09 AM
Couldnt install kernel source on FC5 vbo Fedora 4 03-29-2006 02:28 PM
Ndiswrapper in Ubuntu stevenyu Ubuntu 8 03-29-2005 04:06 AM
couldnt install RH 7 on my presario 701ea havitush99 Linux - Newbie 0 03-03-2002 03:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration