Find the answer to your Linux question:
Page 4 of 4 FirstFirst 1 2 3 4
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....
  1. #31
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    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.

  2. #32
    Just 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

  3. #33
    Just 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

  4. #34
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    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:
    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
    So, open it with root permissions:
    Code:
    gksu gedit /etc/Wireless/RT2870STA/RT2870STA.dat
    Change this:
    Code:
    NetworkType=Infra
    To this:
    Code:
    NetworkType=Adhoc
    Save and exit the file. Reload the module, or just reboot.

    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.

  5. #35
    Just Joined!
    Join Date
    Apr 2009
    Posts
    59
    I have tried the same, but couldn't succeed.

    Savook

  6. #36
    Linux Newbie previso's Avatar
    Join Date
    Jan 2010
    Location
    SC
    Posts
    115
    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.

  7. #37
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Quote Originally Posted by previso View Post
    Still intent in dismissing NDiswrapper? Savook could've been up and running already.
    OK, I'll bite.
    It's your turn to help him and I'll remain silent.

    FYI, The wireless is working fine. It's the Ad-Hoc mode that he wants enabled.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 4 of 4 FirstFirst 1 2 3 4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...