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 > Your Distro > Knoppix Help Forum > Help with ndiswrapper

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

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 11-13-2005   #1 (permalink)
kbk
Linux User
 
kbk's Avatar
 
Join Date: Jun 2005
Location: Ohio, USA
Posts: 355
Send a message via ICQ to kbk Send a message via AIM to kbk Send a message via MSN to kbk Send a message via Yahoo to kbk
Help with ndiswrapper

I have KNOPPIX installed on my HDD, I got all of the windows drivers for my wireless network adapter from the linksys website. There are 4 different ones, there is a version 1, 2 and 4 driver on there. I have tried all the different ones, but none seem to work. I start up the ndiswrapper and load them up and it says that no new device is found. Am I doing something wrong? Any help is appreciated, I've been trying to get this to work for a LONG time..
kbk is offline  


Reply With Quote
Old 11-13-2005   #2 (permalink)
Linux Guru
 
lakerdonald's Avatar
 
Join Date: Jun 2004
Location: St. Petersburg, FL
Posts: 5,039
What is the model of your card?
__________________
the lost art of found sound
lakerdonald is offline   Reply With Quote
Old 11-13-2005   #3 (permalink)
kbk
Linux User
 
kbk's Avatar
 
Join Date: Jun 2005
Location: Ohio, USA
Posts: 355
Send a message via ICQ to kbk Send a message via AIM to kbk Send a message via MSN to kbk Send a message via Yahoo to kbk
The model is WUSB54G.
kbk is offline   Reply With Quote
Old 11-13-2005   #4 (permalink)
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,144
find the usbid with the command (as root) lspci then find exact match on this site and download driver sometimes all drivers don't work if you get them on your own for example from a disc provided with card

http://ndiswrapper.sourceforge.net/m...dex.php/List#L
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 11-14-2005   #5 (permalink)
kbk
Linux User
 
kbk's Avatar
 
Join Date: Jun 2005
Location: Ohio, USA
Posts: 355
Send a message via ICQ to kbk Send a message via AIM to kbk Send a message via MSN to kbk Send a message via Yahoo to kbk
Ok well I got something to work, but I still can't do anything online. I have configured and reconfigured the card many times and the last time I did it this is what iwconfig came up with:

Code:
Wlan0:  IEEE 802.11g ESSID:  off/any
mode:managed  Frequency:  2.462 GHz  access point:  00:00:00:00:00:00
bit rate:  2 MB/s  RTS thr:  2432 B  fragment Thr:  2346 B  power management:  off   link quality:  100/100   signal level:  -64 dBm   Noise level:  -256 dBm  Rx invalid nwid:  0   Rx invalid crypt:  0   Rx invalid frag:  0
Tx excessive retried:  5   invalid misc:  27    missed beacon:  0
That is all copied work for work right from a paper that I wrote it all on, so it doesn't all appear just like that on the screen but all the info is there..
kbk is offline   Reply With Quote
Old 11-14-2005   #6 (permalink)
Linux Guru
 
AlexK's Avatar
 
Join Date: Feb 2005
Location: Earth
Posts: 3,380
try this command as root:
Code:
iwconfig wlan0 essid my_essid
__________________
Life is complex, it has a real part and an imaginary part.
AlexK is offline   Reply With Quote
Old 11-14-2005   #7 (permalink)
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,144
it looks like your card is fine you just need to tell it what access point to connect to. Use the iwconfig command like posted above. Then dhcpcd wlan0
that should do it. Unless you have a WEP address you you do: iwconfig wlan0 key XXXXXXX where X is your key.
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 11-14-2005   #8 (permalink)
kbk
Linux User
 
kbk's Avatar
 
Join Date: Jun 2005
Location: Ohio, USA
Posts: 355
Send a message via ICQ to kbk Send a message via AIM to kbk Send a message via MSN to kbk Send a message via Yahoo to kbk
Before I can get to doing those things, I have another problem. I had to reboot my computer, and it undid everything I had done with ndiswrapper and iwconfig, so I reloaded the exact same driver as I did last night when I got it to work. It doesn't work. WHY?! and how do I fix it?! This is truly maddening, and I won't give up, I'm not going back to winblows..
kbk is offline   Reply With Quote
Old 11-14-2005   #9 (permalink)
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,144
just run # modprobe ndiswrapper as root when you reboot. Then at some point you need to tell your system to automatically load ndiswrapper at boot. I'm not sure with your distro how to do this but you could easily google it or someone else can tell you. Once you modprobe ndiswrapper then you should be all set to.

ifconfig wlan0 up
iwconfig wlan "nameofessid"
iwconfig wlan key "key"
dhcpcd wlan0

ok
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 11-14-2005   #10 (permalink)
kbk
Linux User
 
kbk's Avatar
 
Join Date: Jun 2005
Location: Ohio, USA
Posts: 355
Send a message via ICQ to kbk Send a message via AIM to kbk Send a message via MSN to kbk Send a message via Yahoo to kbk
Nevermind this post. I seem to have gotten back to where I was before and i am trying those codes. Thanks for the help, lets hope this works.
kbk 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 05:57 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2