Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-10-2005, 09:15 PM   #1 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default Adapter problems Slack 10.1

Hey, Ive got slackware 10.1 and I installed ndiswrapper without a hitch, but when I say "ndiswrapper -i (Directory" it installs my driver, but when ndiswrapper -l is typed. It says "Invalid driver" I looked in the /etc/ndiswrapper folder and everything is there...but no internet or "valid" adapter.

I have a USB MN510 adapter...thanks for the help.

BTW Slack sees my adapter under the USB devices list.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-11-2005, 11:16 AM   #2 (permalink)
 
Ultra Techie

Join Date: Nov 2004

Posts: 905

Sevoma is on a distinguished road

Send a message via AIM to Sevoma
Default

http://www.linuxquestions.org/questi...hreadid=197734

________________
ndiswrapper -i /path/to/mn520.inf #install the driver
ndiswrapper -l #check to make sure the driver is present
ndiswrapper -m #this creates the alias entries.
modprobe ndiswrapper # this loads the module... you should have lights on your card now.

iwconfig wlan0 essid YOURESSID
iwconfig wlan0 key WIRELESSKEY
dhcpcd wlan0 #you might need to install dhcpcd..
__________________
__________________
<a href=\"http://truecombat.us\"><img src=\"http://www.truecombat.us/images/buttons/tcusbannersmall.jpg\"></a>

Sevoma Web Hosting
Sevoma is offline  
Old 09-11-2005, 12:59 PM   #3 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Ahh, thanks man I will give that a try.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-11-2005, 08:15 PM   #4 (permalink)
 
Ultra Techie

Join Date: Nov 2004

Posts: 905

Sevoma is on a distinguished road

Send a message via AIM to Sevoma
Default

Good luck. I hope it works
__________________
<a href=\"http://truecombat.us\"><img src=\"http://www.truecombat.us/images/buttons/tcusbannersmall.jpg\"></a>

Sevoma Web Hosting
Sevoma is offline  
Old 09-11-2005, 08:26 PM   #5 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Ok, here's what happened.


I put in my D-Link DWL 520+ and it finds my network now.

BUT

Whenever I type:

"iwconfig wlan0 essid (My essid)"


It doesn't save it. When I type:

"iwconfig wlan0"

the essid says Off/Any


I have checked my router and every thing I put into the terminal matches.

the Router is a d-link DI-624
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-12-2005, 03:20 PM   #6 (permalink)
 
Ultra Techie

Join Date: Nov 2004

Posts: 905

Sevoma is on a distinguished road

Send a message via AIM to Sevoma
Default

EDIT:

Try:

ndiswrapper -m
this should add ndiswrapper to startup if it isn't already
or just add ndiswrapper on its own line in /etc/modules

-and-

edit /etc/network/interfaces and add this:

iface eth0 inet dhcp
auto eth0

iface wlan0 inet dhcp
wireless-essid MYESSID
wireless-key MYWEPKEY
auto wlan0

If this doesn't work, try what i put below.

______________________________________________

Well, a easy solution would be to make a script do it on startup. Create a file in /etc/init.d, with any filename you want. In the file, put this down:

Code:
#!/bin/bash

iwconfig wlan0 essid YOURESSID
iwconfig wlan0 key WIRELESSKEY
dhcpcd wlan0
This should fix the problem of it not rembering your settings. It will reset it on bootup. I will try to see if there is another solution.

I am glad it worked mostly
__________________
<a href=\"http://truecombat.us\"><img src=\"http://www.truecombat.us/images/buttons/tcusbannersmall.jpg\"></a>

Sevoma Web Hosting
Sevoma is offline  
Old 09-12-2005, 10:58 PM   #7 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Ok, thanks...but what I meant is:

Even though my wireless network is picked up by the adapter, and I can see all of the statistics (except obviously the WEP which I know by heart), I cant set any of the things when typing iwconfig wlan0 essid XXXX, iwconfig wlan0 key open XXXXX etc. When I type all of that in, and the "iwconfig" to see if I have connected, nothing is on there, no essid, except for the WEP key which is on.

Strange problem and hard to explain. If you need any other explaining just tell me.

Thanks for the help man!
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-13-2005, 09:25 AM   #8 (permalink)
 
Ultra Techie

Join Date: Nov 2004

Posts: 905

Sevoma is on a distinguished road

Send a message via AIM to Sevoma
Default

You can try turning wep off until you find a solution, that may work. I still look.

EDIT: What kind of router do you have? I remember sombody got a new router and it worked.
__________________
<a href=\"http://truecombat.us\"><img src=\"http://www.truecombat.us/images/buttons/tcusbannersmall.jpg\"></a>

Sevoma Web Hosting
Sevoma is offline  
Old 09-13-2005, 09:31 AM   #9 (permalink)
 
Ultra Techie

Join Date: Nov 2004

Posts: 905

Sevoma is on a distinguished road

Send a message via AIM to Sevoma
Default

Ahh. Try using this driver:
ftp://ftp.linux-wlan.org/pub/linux-w...g-0.2.2.tar.gz
It is for the prism 2 chipset (yours) according to Linux HCL
(http://www.linuxquestions.org/hcl/sh...cat=146&page=1)

You will need to compile it, and you need to read the readme. You may find a binary package for slack if you search a bit, but i suggest compiling it.
__________________
<a href=\"http://truecombat.us\"><img src=\"http://www.truecombat.us/images/buttons/tcusbannersmall.jpg\"></a>

Sevoma Web Hosting
Sevoma is offline  
Old 09-13-2005, 08:12 PM   #10 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Ohh, ok. I ditched the MN 510 a ways back. I switched to a PCI DWL 520+, sorry to be such a confusing customer.

I will give it a try though.

Hmm, no glory...might as well setup the modem in my room. Or a hugely long cat5 cable.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
 
Closed Thread

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 On
Pingbacks are On
Refbacks are On