LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 11-03-2004, 07:30 PM   #1
mrconfer
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Rep: Reputation: 0
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.
 
Old 11-03-2004, 09:12 PM   #2
ashamril
Member
 
Registered: Jan 2003
Location: cyberjaya
Distribution: rh mdk deb fed suse
Posts: 99

Rep: Reputation: 15
/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
 
Old 11-03-2004, 11:33 PM   #3
mrconfer
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
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.
 
Old 11-03-2004, 11:51 PM   #4
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Rep: Reputation: 32
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.
 
Old 11-04-2004, 12:19 AM   #5
mrconfer
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
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.
 
Old 11-06-2004, 02:27 AM   #6
drguitarum2005
Member
 
Registered: Nov 2004
Distribution: Suse 9.3 Pro
Posts: 34

Rep: Reputation: 15
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.
 
Old 11-27-2004, 09:23 PM   #7
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
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?
 
Old 11-27-2004, 09:45 PM   #8
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
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?
 
Old 11-27-2004, 09:46 PM   #9
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
whoops
 
  


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
first time using linux, ndiswrapper The Patbon Linux - Software 11 11-29-2004 08:15 PM
unable to load ndiswrapper at boot time stevenro Linux - Wireless Networking 5 11-25-2004 04:20 PM
Which is best to install for a first time Linux user with NO UNIX knowledge or LINUX? chris24ang Linux - Newbie 13 05-16-2004 10:44 AM
how can I keep the XP and install a new Linux at same time ? czy11421 Linux - Newbie 1 05-07-2004 01:41 AM
Ndiswrapper install - pointing to linux kernel snecklifter Linux - Newbie 3 03-20-2004 11:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:49 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