Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-03-2004, 07:30 PM
|
#1
|
LQ Newbie
Registered: Oct 2004
Posts: 15
Rep:
|
first time install in linux, ndiswrapper
here the deal, this is my first time installing anyting in linux, I am a noob. I am trying to install ndiswrapper so i can get my dell wireless card to work. i have slackware and xp dual booting on a dell 5150 laptop. i found a post about installing ndiswrapper and this is what it said.
tar zxvf /path/to/file
cd ndiswrapper-xx
make install
the only problem is i dont know what any of it means. I am good with computers but i know nothing about linux. could anyone tell my what file i need to put in the path/to/file and what the -xx means or anything so I can get this installed and start to learn something. it is a pain switching from OS to OS so I can check these forums, i just need to get ndiswrapper installed and I will be a lot less frusterated. thanks.
|
|
|
11-03-2004, 09:12 PM
|
#2
|
Member
Registered: Jan 2003
Location: cyberjaya
Distribution: rh mdk deb fed suse
Posts: 99
Rep:
|
/path/to/file = where u put ndiswrapper tar.gz file
-xx = version of ndiswrapper
below is the step by step how to install ndiswrapper
http://www.linuxelectrons.com/articl...40507104718960
|
|
|
11-03-2004, 11:33 PM
|
#3
|
LQ Newbie
Registered: Oct 2004
Posts: 15
Original Poster
Rep:
|
ok, thats what i thought that meant. I read that article and everything went great untill I got to the make install command. it says thats not a valid command. im in the new directory that was created and Im logged in as root. I dont understand what im doing wrong. this is like the tenth time ive tried this, I have read 4 different articles all saying the same thing but its just not working. it said something about installing the kernel source first, I dont think I did that. whats the kernal source and how do I install it if I need to. thanks for the link.
|
|
|
11-03-2004, 11:51 PM
|
#4
|
Member
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740
Rep:
|
type (in any directory): make --version
You should see something like this:
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
If it says something like make:Command not found, then your definately missing something ( http://www.gnu.org/software/make/), though I haven't seen a distro not come with make yet. If you for some reason don't have it (try an slocate make just to make sure) then you should be able to get it from your install CD, your Distro's website, or the GNU make website itself.
Try with these first though:
tar zxvf ndiswrapper-0.11.tar.gz
cd ndiswrapper-0.11
su -c 'make install'
You'll have to type in a password for the su -c 'make install' part unless your already root!
Last edited by 95se; 11-03-2004 at 11:53 PM.
|
|
|
11-04-2004, 12:19 AM
|
#5
|
LQ Newbie
Registered: Oct 2004
Posts: 15
Original Poster
Rep:
|
yeah i was getting the make:command not found error. I downloaded make from that link you gave so tomorrow im going to install that and give this a try again. hopefully that will work, this is driving me nuts. thanks.
|
|
|
11-06-2004, 02:27 AM
|
#6
|
Member
Registered: Nov 2004
Distribution: Suse 9.3 Pro
Posts: 34
Rep:
|
I ran into this problem tonight, as my first time working with linux like this and ndiswrapper, after many questions, i found out you need to switch the directory to the directory that your "makefile" is in, aka the directory that you extracted your ndiswrapper to. To do that, do
cd /directory/to/ndiswrapper
then run the make install.
|
|
|
11-27-2004, 09:23 PM
|
#7
|
Member
Registered: Nov 2004
Posts: 35
Rep:
|
I know this is a little late...
i was doing this, and everythign was going perfectly, then it said this after "make install"
make -C driver install
make[1]: Entering directory `/home/patbon/ndiswrapper-0.12/driver'
Can't find kernel sources in /lib/modules/2.6.8.1-10mdk/build;
give the path to kernel sources with KSRC=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/home/patbon/ndiswrapper-0.12/driver'
make: *** [install] Error 2
What I gather from this is that somethign with my Kernel is wrong. God dammit. Anyone know what to do?
|
|
|
11-27-2004, 09:45 PM
|
#8
|
Member
Registered: Nov 2004
Posts: 35
Rep:
|
Ok well i found that sometimes kernel is not stable or something, but still, I'm a newb and do not know what to do, anyone?
|
|
|
11-27-2004, 09:46 PM
|
#9
|
Member
Registered: Nov 2004
Posts: 35
Rep:
|
whoops
|
|
|
All times are GMT -5. The time now is 08:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|