Page 6 of 16 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 154

Thread: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

  1. #51
    Join Date
    Nov 2009
    Beans
    22

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by SquirrelScript View Post
    When you say its "not working". What not working, what happens, whats on the screen?
    I followed your instructions as best I could, and I'm pretty sure everything installed/patched just fine. What I mean by it is "not working" I mean I was still receiving the: 'AP is on channel X by card is on channel Y error.'

    I was able to use Wireless just fine, so aside from the card continuing to have issues in monitor mode I guess the patch worked.

    I have now reformatted twice because I tried some other methods. I am back to square 1 with a fresh 10.10 install and all the generic updates from Synaptic Package manager. I need to first figure out how I can do a basic system backup so that I can tinker with this more and not have to spend an hour reformatting by screwing something up.
    Last edited by jensbodal; November 18th, 2010 at 06:46 AM.

  2. #52
    Join Date
    Nov 2010
    Beans
    2

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by jensbodal View Post
    I followed your instructions as best I could, and I'm pretty sure everything installed/patched just fine. What I mean by it is "not working" I mean I was still receiving the: 'AP is on channel X by card is on channel Y error.'
    p.
    Is the Y the -1 error? Sounds very much like your wlan is still in managed mode, everything is off before u go to monitor right? check
    Code:
     iwconfig

  3. #53
    Join Date
    Nov 2009
    Beans
    22

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by Vfire View Post
    Is the Y the -1 error? Sounds very much like your wlan is still in managed mode, everything is off before u go to monitor right? check
    Code:
     iwconfig
    As far as I know, what am I looking for in iwconfig?

    I've tried doing
    Code:
    sudo ifconfig wlan0 down
    sudo airmon-ng start wlan0
    sudo ifconfig wlan0 up
    Then using the mon0 interface for aireplay:
    Code:
    sudo aireplay-ng -1 0 -e SSID -h APMAC -a MYMAC mon0
    mon0 is on channel -1, but the AP uses channel 6

  4. #54
    Join Date
    Nov 2009
    Beans
    22

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    How do I check for sure I installed the Compat Wireless drivers correctly?
    Last edited by jensbodal; November 18th, 2010 at 06:46 AM.

  5. #55
    Join Date
    Nov 2005
    Location
    Sweden
    Beans
    257
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    There's a problem with atleast the kernels in phc-linux ppa. For some reason modules install to /lib/modules/2.6.35.4 which is not correct, hence they do not get loaded. Have not tried to compile compat-wireless on the regular kernel yet...

  6. #56
    Join Date
    Mar 2007
    Beans
    157

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Hey guys,

    I was having a similar problem but I am running lucid. I have an atheros ar9287 card and using ath9k drivers via stock install.

    I ran this tutorial to fix the same issue, but now my whole system freezes up after about 2 mins of running. If I turn the wireless off, it runs no problem, so I assume it has to do with the patching with the compat-wireless stuff.

    Is there a way I can get rid of it to get my wireless working again? Or better yet, a way to use the patched driver so it doesn't freeze up my system?

  7. #57
    Join Date
    Oct 2010
    Beans
    10
    Distro
    Ubuntu

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by jensbodal View Post
    I followed your instructions as best I could, and I'm pretty sure everything installed/patched just fine. What I mean by it is "not working" I mean I was still receiving the: 'AP is on channel X by card is on channel Y error.'

    I was able to use Wireless just fine, so aside from the card continuing to have issues in monitor mode I guess the patch worked.

    I have now reformatted twice because I tried some other methods. I am back to square 1 with a fresh 10.10 install and all the generic updates from Synaptic Package manager. I need to first figure out how I can do a basic system backup so that I can tinker with this more and not have to spend an hour reformatting by screwing something up.
    Try this:
    Code:
    sudo ifconfig wlan0 up
    sudo airmon-ng start wlan0 6
    sudo airodump-ng -c 6 --bssid APMAC mon0
    sudo aireplay-ng -1 0 -h APMAC -e SSID -a MYMAC mon0
    If that doesn't work, what is the output when you try:
    Code:
    iwconfig


    Quote Originally Posted by jensbodal View Post
    How do I check for sure I installed the Compat Wireless drivers correctly?
    Are you connected to the network afterwords? Are you able to surf the internet using your WiFi?



    Quote Originally Posted by Rizado View Post
    There's a problem with atleast the kernels in phc-linux ppa. For some reason modules install to /lib/modules/2.6.35.4 which is not correct, hence they do not get loaded. Have not tried to compile compat-wireless on the regular kernel yet...
    I don't have/use that kernel - and Im out of my depth on that issue. Sorry! Best of luck with it though



    Quote Originally Posted by ssc351 View Post
    Hey guys,

    I was having a similar problem but I am running lucid. I have an atheros ar9287 card and using ath9k drivers via stock install.

    I ran this tutorial to fix the same issue, but now my whole system freezes up after about 2 mins of running. If I turn the wireless off, it runs no problem, so I assume it has to do with the patching with the compat-wireless stuff.

    Is there a way I can get rid of it to get my wireless working again? Or better yet, a way to use the patched driver so it doesn't freeze up my system?
    Does the caps lock key blink? (Then its a kernel failure)
    Last edited by SquirrelScript; November 21st, 2010 at 01:11 PM.

  8. #58
    Join Date
    Mar 2007
    Beans
    157

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by SquirrelScript View Post
    Does the caps lock key blink? (Then its a kernel failure)
    The Caps lock key DOES NOT blink...anything I can try?

  9. #59
    Join Date
    Nov 2010
    Beans
    1

    Re: [Tutorial] Fix: Compat wireless & aircrack-ng

    Many thanks to you SquirrelScript, many sleepless nights to get this problem sorted and searching the web for an answer and finally fell on your thread. Everything now works like a charm , I can't thank you enough!

    I registered on this forum just to thank you.

  10. #60
    Join Date
    Nov 2009
    Beans
    22

    Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    Quote Originally Posted by SquirrelScript View Post
    Try this:
    Code:
    sudo ifconfig wlan0 up
    sudo airmon-ng start wlan0 6
    sudo airodump-ng -c 6 --bssid APMAC mon0
    sudo aireplay-ng -1 0 -h APMAC -e SSID -a MYMAC mon0
    If that doesn't work, what is the output when you try:
    Code:
    iwconfig
    OK I gave this another shot and did not have any luck. I have tried with 2 different compat drivers as well as the B43 driver.

    iwconfig gives:
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:"CONVICTED SEX OFFENDERS"  
              Mode:Managed  Frequency:2.437 GHz  Access Point: 00:24:A5:42:AA:42   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=70/70  Signal level=-40 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    mon0      IEEE 802.11bg  Mode:Monitor  Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    This is with stock drivers now however.

    Quote Originally Posted by SquirrelScript
    Are you connected to the network afterwords? Are you able to surf the internet using your WiFi?
    I was able to surf the internet afterwards yes. I am following the directions verbatim.

Page 6 of 16 FirstFirst ... 45678 ... LastLast

Bookmarks

Posting Permissions

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