Results 31 to 37 of 37
Actually, if you update the kernel, you should only need to run the make and make install commands again. You have already done all of the other changes....
- 03-18-2010 #31
Actually, if you update the kernel, you should only need to run the make and make install commands again. You have already done all of the other changes.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-19-2010 #32Just Joined!
- Join Date
- Apr 2009
- Posts
- 59
Thanks for your valuable help. Now I remember each and every step.
Yes, I have to check it on new kernel. But it will take some time.
Once again, Thanks you!
Best Regards,
Savook
- 03-19-2010 #33Just Joined!
- Join Date
- Apr 2009
- Posts
- 59
Oops. .
I can work only in infrastructure mode but not in adhoc mode. Is there any specific setting to do to get connected to a adhoc network?
Thanks
Savook
- 03-19-2010 #34
You would have to change the configuration file in the /etc/Wireless/RT2870STA/RT2870STA.dat folder. That was the file that didn't get installed correctly, and you had to manually do it. Check out the README_STA_usb file in the driver source folder. It says this:
So, open it with root permissions:Configuration File : RT2870STA.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT2870STA/RT2870STA.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi RT2870STA.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
Change this:Code:gksu gedit /etc/Wireless/RT2870STA/RT2870STA.dat
To this:Code:NetworkType=Infra
Save and exit the file. Reload the module, or just reboot.Code:NetworkType=Adhoc
You may also be able to do this with a command. You will need to know the name given to your wireless. running the iwconfig command should show this. It could be wlan0, ra0 or eth1. Then you could try this:
Code:sudo iwconfig ra0 mode ad-hoc
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-22-2010 #35Just Joined!
- Join Date
- Apr 2009
- Posts
- 59
I have tried the same, but couldn't succeed.
Savook
- 03-22-2010 #36
Still intent in dismissing NDiswrapper? Savook could've been up and running already. But, sometimes practical and philosophy don't see eye to eye. Well, I'll take my leave, this has gone too heady for my taste. Good luck.
- 03-22-2010 #37


Reply With Quote
