Results 1 to 10 of 154

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

Threaded View

  1. #1
    Join Date
    Oct 2010
    Beans
    10
    Distro
    Ubuntu

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

    After upgrading to Ubuntu 10.10, I found that airodump-ng and aireplay-ng didn't want to work:
    airodump-ng: Fixed channel to -1 = fixed channel mon0: -1
    aireplay-ng: Wouldn't false authenticate OR deauth = mon0 is on channel -1, but the AP uses channel 9
    Setup
    OS: Ubuntu 10.10
    Kernel: 2.6.35-22-generic-pae
    WiFi Card: Intel iwlwifi iwlagn Intel Corporation WiFi Link 5100

    How?
    Code:
    wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-10-16.tar.bz2
    tar -jxf compat-wireless-2010-10-16.tar.bz2
    cd compat-wireless-2010-10-16
    wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
    patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
    wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
    patch ./net/wireless/chan.c channel-negative-one-maxim.patch
    gedit scripts/update-initramfs
    #*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
    #*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
    make
    sudo make install
    sudo make unload
    sudo reboot
    Hope it helps someone[/I]
    Last edited by SquirrelScript; October 18th, 2010 at 09:56 AM. Reason: URL tags

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
  •