Results 1 to 10 of 10
Hi everyone, I have been working on getting this working for a while now and I cant seem to get it going.
I have a Gateway MT6452 and just installed ...
- 06-18-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
[SOLVED] Linux Newb wireless adapter..HELP
Hi everyone, I have been working on getting this working for a while now and I cant seem to get it going.
I have a Gateway MT6452 and just installed Debian a week ago. I need to get my wireless card working (Realtek RTL8187) and I'm using ndiswrapper.
I installed ndiswrapper and I think I have done it right? I got the following when I run ndiswrapper -l:
The next step in the README that I have would be to run modprobe ndiswrapper. I have done this, but it doesnt do anything?Code:# ndiswrapper -l netrtuw : driver installed device (0BDA:8187) present
Code:# modprobe ndiswrapper #
I'm not sure where to go from here, and I apologize if I am missing something completely obvious, I havent really worked with Linux before.here is what the readme says:
Now load ndiswrapper module with
modprobe ndiswrapper
If everything worked properly, this should initialize 'wlan0' wireless
device, which can be configured with wireless tools, such as
'iwconfig', 'wpa_supplicant' etc.
Thanks!Last edited by cra1gums; 06-18-2008 at 04:49 AM. Reason: Forgot something
- 06-18-2008 #2
Hi cra1gums,
Two things: Did you do...
right before doing modprobe? After doing modprobe, see if the module is loaded by doing:Code:depmod -a
Do you see it (ndiswrapper) there? If so, try and see if you can "find" any access points by doing:Code:lsmod
Code:iwlist wlan0 scan
- 06-18-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
Hi,
I did not do that before. I just did, ran modprobe then ran lsmod and ndiswrapper was right at the top
I tried the last snippet and got this:Code:Module Size Used by ndiswrapper 227808 0
also, just as a side question, is it doing processes in the background? I noticed the same thing happened when I ran depmod -a as the first time I ran modprobe. (It just brings up the next line like nothing happened)Code:# iwlist wlan0 scan wlan0 Interface doesn't support scanning.
Thanks for the quick response!
- 06-18-2008 #4
In a lot of cases, when you do commands, if nothing is returned, that can be a good sign.
Hmmm.... Doesn't support scanning. I'm presuming that it is indeed at wlan0. Try:
Then just:Code:ifconfig wlan0 up
Do you see wlan0 there? When you do:Code:ifconfig
Do you also see it?Code:iwconfig
- 06-18-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
Ok then, thats good to know lol.
after doing the ifconfig wlan0 up, I received the following:
Code:# ifconfig wlan0 up wlan0: ERROR while getting interface flags: No such device
- 06-18-2008 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
Also, I read in another post that this had happened and they needed to recompile the kernel, as it didnt have wireless support...could that be the issue?
- 06-18-2008 #7
This is a USB device? When you do ifconfig what devices are listed there? Can you post the output of ifconfig? I found this which looks like it might be helpful.
- 06-18-2008 #8
This is for Gentoo, but might also be helpful. I'm reading in places there can be problems with this card getting recognised when using it with ndiswrapper. However, as has been mentioned in the two articles, there is a native driver also. See what happens when you do:
Then:Code:modprobe -r ndiswrapper
If no errors, do ifconfig and see if wlan0 now appears. If you get a "module not found" it's likely not "turned on" in your kernel which is what you were referring to earlier I think. The Gentoo page I pointed you to has more on what to do to get it going. You might also be able to build it as a module, but I'm not sure about that.Code:modprobe rtl8187
- 06-18-2008 #9Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
I think I might have found an issue?
I am running windows on 32 bit and linux on 64..I saw in dmesg this:
So, I'm guessing I need a new driver. I gotta hit the hay, but thanks for all your help, I'll keep on truckin and post whatever happens.Code:ndiswrapper (check_nt_hdr:150): kernel is 64-bit, but Windows driver is not 64-bit;bad magic: 010B
Thanks!
- 06-23-2008 #10Just Joined!
- Join Date
- Jun 2008
- Posts
- 6
Got it installed, everything working swimmingly. That was the problem. Thanks again for the help!



