LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-27-2004, 10:36 PM   #1
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
first time using linux, ndiswrapper


Hi, finally converted to linux from windwos, mandrake 10.1 specifically.

As not to waste your time reading, basically my problem is that I'm not experienced enough to install ndiswrapper. I downloaded it and even managed to get pretty far, but I ran into some problems with the kernel.

What I need is for someone to show me step by step how to install this ndiswrapper. Any help would be appreciated, thank you.
 
Old 11-28-2004, 12:59 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
1) have you thumbed through this site: http://www.linuxquestions.org/questi...der=descending
-- or try a specific search... ndiswrapper is common, so there's bound to be some documentation here...
2) have you read the included README and INSTALL files -- or the ./doc folder? those are good starting places...

now onto my reply:

hmmm... i did this... but that was some time ago -- don't think i want to try and recall what i did step-by-step... perhaps i'll upgrade soon, and document it... hows about you try and describe your problem, though i personally apprecate the brevity of the first post...
 
Old 11-28-2004, 07:38 AM   #3
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
Read the Installation instructions on ndiswrapper wiki. You need to install the kernel source in compiling ndiswrapper. Type "uname -r" at a konsole to find out which kernel version you are using. After doing all the steps for installing ndiswrapper, go to MCC and add new internet connection "wireless". If you are using a shorewall firewall allow connection through wlan0.
At a konsole type "lspci" and "lspci" find your wireless card and download the .inf driver for it.
 
Old 11-28-2004, 11:46 AM   #4
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Ok, I did the best I could and actually made a little progress. I managed to use Konsole to unpack the ndiswrapper and whatnot, and this is where I ran into problems. According to the steps I was following, I was to log on as root in the ndiswrapper directory, then type "make install". WHen I did this I got the following message.



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? And I realize that the post before this may have been adressing this problem, since it seems I need to alter the kerne. My problem then would be though, where do I get it and what do I do to install it.

Oh and I guess I should add that I managed to get the green light on the card to blink, meaning that it is being recognized by linux, just not connecting to the internet.

Last edited by The Patbon; 11-28-2004 at 12:08 PM.
 
Old 11-28-2004, 12:58 PM   #5
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Oh did I get lucky.

I found on the ndiswrapper site that that error happens if I don't have the correct kernel sources. I found where to get them and everything, but I have ANOTHER problem. I made my partition too small (idiot), I need to increase it just by a little bit. How could I do this?
 
Old 11-28-2004, 06:08 PM   #6
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
QTparted should be able to change the partiton for ya.
http://qtparted.sourceforge.net/
 
Old 11-28-2004, 06:23 PM   #7
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
I'm getting this error message when I do "./configure"

checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
 
Old 11-28-2004, 06:32 PM   #8
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
.
 
Old 11-28-2004, 08:15 PM   #9
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
OK ANYONE PLEASE HELP.

I figured out my problem with the kernel and got past "make install"

Now what? How do I install my windows driver?
 
Old 11-29-2004, 01:46 PM   #10
Wyk3d
LQ Newbie
 
Registered: Jul 2004
Distribution: Mandrake Linux 9.1
Posts: 23

Rep: Reputation: 15
-

Last edited by Wyk3d; 11-29-2004 at 01:57 PM.
 
Old 11-29-2004, 04:30 PM   #11
The Patbon
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Thanks, that REALLY helped me out.
 
Old 11-29-2004, 08:15 PM   #12
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
Go to your distro's install software, and install gcc. Or compatibale C compiler.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ndiswrapper module takes an awfully long time to load xiang83 Slackware 1 12-17-2005 11:24 AM
howto load ndiswrapper at boot time with suse 9.3 Nieko04 Linux - Wireless Networking 8 09-07-2005 04:43 AM
ndiswrapper module takes an awfully long time to load xiang83 Linux - Hardware 0 02-12-2005 10:58 AM
first time install in linux, ndiswrapper mrconfer Linux - Software 8 11-27-2004 09:46 PM
unable to load ndiswrapper at boot time stevenro Linux - Wireless Networking 5 11-25-2004 04:20 PM

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

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