LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-30-2005, 11:15 AM   #1
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Rep: Reputation: 0
NDIS Wrapper problem


O.K. so here's the deal....I have a linksys wmp11 v4 and i got NDIS Wrapper and everything but i con't for the life of me fugure out how to get it to work....I really don't know what I am doing wrong here....if anyone has a walkthrough type thing for this specific card it would be awesome....or if someone could just inform me of what i am doing wrong...Thanks..

-c
 
Old 04-30-2005, 12:27 PM   #2
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
your card is in the list so it should work.
did you follow the installation instructions? they can be found here on the ndiswrapper homepage:

http://ndiswrapper.sourceforge.net/phpwiki/index.php

Make sure you idenify your chipset correctly with lspci so that you can get the correct driver for your card.
cheers
 
Old 04-30-2005, 12:30 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
The Ndiswrapper website has a very easy to follow howto page. Their Wiki has a stack of info.

And welcome to LQ
 
Old 04-30-2005, 12:36 PM   #4
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
I got it for the most part but it's like my wirless card isn't showing up...i am folling a walkthrough in some book, and all the code is right until the very end

also, i don't know if it means anything but a lot of people talk about 4k something then i did lspci it said for my card the size was only 2k is that a problem?
 
Old 04-30-2005, 12:41 PM   #5
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
Put the book down and follow the ndiswrapper wiki. It worked for me and countless others. It's the ndiswrapper module you'll be loading after all.
 
Old 04-30-2005, 12:58 PM   #6
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
I'm very new to Linux so please bare with me...i just installed it today...:-/
 
Old 04-30-2005, 12:59 PM   #7
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
ok i'll try..is there any way i can start over...because i've done a lot
like uninstall the drivers and all that stuff?
kinda make it so it's like a haven't done anything yet, start fresh...
 
Old 04-30-2005, 01:21 PM   #8
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
Sure, there's uninstall instructions on the wiki as well at the homepage url I posted.

It may be that it's all installed correctly though and just needs to be configured, so you should go through the ndiswrapper installation instructions at the website first then the faq's and tips to see if you've missed anything when you were following the guide in your book. If you could also elaborate on some of the specific problems you're having, we may be able to help more.
good luck!
 
Old 04-30-2005, 01:26 PM   #9
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
Oh, O.K. Thanks you very much...I am going throught eh wiki now...but... it tells me Go to source-directory and do what is the source-directory and how do i get there? because it just told me to do cd ndiswrapper-1.1 then it tells me to go the source directory and i don't know what that means sorry it's prolly a really dumb question haha
 
Old 04-30-2005, 02:02 PM   #10
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
The source directory is the ndiswrapper-1.1 directory in this case.
 
Old 04-30-2005, 02:17 PM   #11
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
I am now having another problem..here's my code...

[root@localhost ndiswrapper-1.1]# ndiswrapper -i /home/cliff/lsipnds.inf
bash: ndiswrapper: command not found
[root@localhost ndiswrapper-1.1]#

what am i doing wrong?
 
Old 04-30-2005, 02:26 PM   #12
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
Looks like ndiswrapper is not actually installed.
what's the output of
$ which ndiswrapper
if which doesn't find it in /usr/sbin/ndiswrapper, or similar location, then it's not installed yet.
 
Old 04-30-2005, 02:28 PM   #13
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
[root@localhost ndiswrapper-1.1]# whereis ndiswrapper
ndiswrapper: /usr/sbin/ndiswrapper /etc/ndiswrapper /usr/share/man/man8/ndiswrapper.8
[root@localhost ndiswrapper-1.1]#
 
Old 04-30-2005, 02:29 PM   #14
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
[root@localhost ndiswrapper-1.1]# which ndiswrapper
/usr/bin/which: no ndiswrapper in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/cliff/bin)
[root@localhost ndiswrapper-1.1]#
 
Old 04-30-2005, 02:34 PM   #15
cleofisgreat
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 11

Original Poster
Rep: Reputation: 0
[root@localhost ndiswrapper-1.1]# /usr/sbin/ndiswrapper -i /home/cliff/LSIPNDS.i
Installing lsipnds
[root@localhost ndiswrapper-1.1]# /usr/sbin/ndiswrapper -l
Installed ndis drivers:
lsipnds driver present, hardware present
[root@localhost ndiswrapper-1.1]# modprobe ndiswrapper
bash: modprobe: command not found
[root@localhost ndiswrapper-1.1]# /sbin/modprobe ndsiwrapper
FATAL: Module ndsiwrapper not found.
[root@localhost ndiswrapper-1.1]#
 
  


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
ndis Wrapper problem Iaremonkey Linux - Software 3 05-16-2005 10:16 AM
NDIS Wrapper Help Please FuGeE Linux - Wireless Networking 1 12-11-2004 11:14 AM
How do I use ndis wrapper for WLAN? kcblah Linux - Newbie 9 06-02-2004 07:36 AM
Help with NDIS wrapper on SUSE 8.2 mjovy Linux - Wireless Networking 0 05-29-2004 05:12 PM
ndis wrapper citrus Linux - Hardware 3 01-08-2004 06:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 03:27 PM.

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