Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > ndiswrapper help plz!!

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 02-28-2007   #1 (permalink)
Just Joined!
 
ezkimo's Avatar
 
Join Date: Feb 2007
Posts: 60
ndiswrapper help plz!!

I have used linux for about a year now and I have everything working that I need to except wireless. I had it working on Fedore Core 5 but I used something other than ndiswrapper. I have a DWL-G650 d-link card and ndiswrapper will allow me to use my windows driver to access the WAP via Linux (Fedora Core 6). I downloaded the source code from sourceforge.com and I tired to compile it and an error occured during the make process.

After being in the directory of the ndiswrapper directory and having typed:
make

ERROR:
make -C driver
make[1]: Entering directory `/root/Desktop/ndiswrapper-1.37/driver`
Can't find kernel build filed in /lib/modules/2.6.19-1.2911.fc6/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error1
make[1]: Leaving Directory `/root/Desktop/ndiswrapper-1.37/driver`
make: *** [all] Error2

I'm not sure how to find out the path to the kernel build. Once I do and i type:
KBUILD=<path>

What arguments should I use?

Hopefully after I get this figured out I will be able to do the rest by my self.

Thanks!
ezkimo is offline  


Reply With Quote
Old 02-28-2007   #2 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Make sure you have kernel-headers and kernel-devel installed.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 02-28-2007   #3 (permalink)
Just Joined!
 
ezkimo's Avatar
 
Join Date: Feb 2007
Posts: 60
How would I tell if kernel-headers, and kernel-devel are installed?
If they are not installed how do I install them?
- Is their a program I need to install them? Are they seperate programs?
ezkimo is offline   Reply With Quote
Old 02-28-2007   #4 (permalink)
Linux User
 
Oxygen's Avatar
 
Join Date: Jul 2004
Location: Hartlepool, England
Posts: 390
Send a message via Skype™ to Oxygen
Code:
apt-get install kernel-headers-`uname -r`
I think that should work, if not aso try this.

Code:
apt-get install linux-headers-`uname -r`
As I've said time before, I'd recommend getting a pre compiled version unless you have special requirements.

http://rpm.pbone.net/index.php3/stat....i386.rpm.html
__________________
Graham - You'd better Use Linux!

I'm registerd Linux user #397030. What about you?
Oxygen is offline   Reply With Quote
Old 02-28-2007   #5 (permalink)
Just Joined!
 
ezkimo's Avatar
 
Join Date: Feb 2007
Posts: 60
I was trying to install from source code because I have never done it before and I wanted to try it... After looking at the pre compiled versions their are four of them for fc6... which one is it?

LIST:
Fedora 6 atrpms.net/fc6-x86_64/atrpms/stable/ndiswrapper-1.37-6.fc6.at.x86_64.rpm
Fedora 6 atrpms.net/fc6-i386/atrpms/stable/ndiswrapper-1.37-6.fc6.at.i386.rpm
Fedora 6 atrpms.net/f7-x86_64/atrpms/stable/ndiswrapper-1.37-6.fc6.91.at.x86_64.rpm
Fedora 6 atrpms.net/f7-i386/atrpms/stable/ndiswrapper-1.37-6.fc6.91.at.i386.rpm
ezkimo is offline   Reply With Quote
Old 02-28-2007   #6 (permalink)
Just Joined!
 
rasch15's Avatar
 
Join Date: Feb 2007
Location: Provo
Posts: 99
Send a message via AIM to rasch15
Sorry to butt in, I can't really help, but I'm having the same problem, but in Kubuntu. Is it the same process as in FC6 or do I need to do something different. Also, the only internet I have right now is in Windows, because my wireless isn't working, so I can't use "apt-get".
rasch15 is offline   Reply With Quote
Old 03-01-2007   #7 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
@ezkimo
Do you have a 64 bit PC?
Install Fedora 6 atrpms.net/fc6-x86_64/atrpms/stable/ndiswrapper-1.37-6.fc6.at.x86_64.rpm
If not, then use
Fedora 6 atrpms.net/fc6-i386/atrpms/stable/ndiswrapper-1.37-6.fc6.at.i386.rpm

@rasch15
It's a little different with Fedora and Kubuntu.
Try starting your own post in the wireless section and you might get faster help.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 03-01-2007   #8 (permalink)
Linux User
 
Oxygen's Avatar
 
Join Date: Jul 2004
Location: Hartlepool, England
Posts: 390
Send a message via Skype™ to Oxygen
Quote:
Originally Posted by rasch15
Sorry to butt in, I can't really help, but I'm having the same problem, but in Kubuntu. Is it the same process as in FC6 or do I need to do something different. Also, the only internet I have right now is in Windows, because my wireless isn't working, so I can't use "apt-get".
I know the feeling, it annoyed me too.

Download them from the Ubuntu package site. You need the ndiswrapper common file (http://mirrors.kernel.org/ubuntu/poo...buntu2_all.deb) and the ndiswrapper utils file (http://mirrors.kernel.org/ubuntu/poo...untu2_i386.deb) just right-click them in Konqure and select install package.

Then come and see me when you've got problems.
__________________
Graham - You'd better Use Linux!

I'm registerd Linux user #397030. What about you?
Oxygen is offline   Reply With Quote
Old 03-01-2007   #9 (permalink)
Just Joined!
 
ezkimo's Avatar
 
Join Date: Feb 2007
Posts: 60
Unhappy

After trying to download the Source RPM for :
ndiswrapper-1.37-6.fc6.at.src.rpm

I get ERROR :

You have chosen search rpm in world FTP resources.
Not enough search parameters. I'm using defaults.
FILE WASN'T FOUND ON FTP SERVERS. TRYING TO SEARCH THIS FILE IN RPM FILES CONTENT.
Not enough search parameters. I'm using defaults.

Your search ndiswrapper-1.37-6.fc6.at.src.rpm did not match any entry in database.
If you didn't do it, try add to searched space more distributions and repositories.
ezkimo is offline   Reply With Quote
Old 03-01-2007   #10 (permalink)
Just Joined!
 
ezkimo's Avatar
 
Join Date: Feb 2007
Posts: 60
Also because I am going to be using a pre compiled version do I still need to install kernel-headers, and kernel-devel?
ezkimo is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:40 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2