problema con antenna alfa.

Started by patrik082, March 27, 2012, 10:53:29 PM

Previous topic - Next topic

patrik082

Ciao a tutti grazie in anticipo per la disponibilità,infatti i problemi riscontrati fino ad ora li ho risolti grazie a voi.
Ora purtroppo ho un problema con la mia alfa AWUS036H, aircrack mi dice: mon0 is on channel -1, but the ap uses channel 6.
Anche specificando il canale con il comando: airmon-ng start wlan 6, mi dice che è fissa sul canale 1.
Molto strano perchè questo è un problema che prima non mi si presentava.
qualche suggerimento....  :-[ :-[

ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

patrik082

niente da fare ragazzi quando lancio ./scripts/driver-select rtl8187
mi dice: driver not supported
HELP!!!!!!!

ultra_lazer

#3
Hi Patrik

** I know that some ppl in here will hate me for this and think that i am crazy, but i have told you twice here that the latest drivers v3.3 are not compatible !!!!
Anyway, Patrik.
First of all, connect your laptop to internet via Ethernet cable, leave RTL8187 connected to the pc dont pull it out !
Now , we start!

In terminal:

rmmod r8187
rmmod rtl8187

( Alfa wifi has 2 chipsets, but i will explain this later)
Egnore any error you get, just move on....

Again in terminal :

ifconfig wlan0 down   
rmmod r8187 rtl8187 2>/dev/null
wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
unzip rtl8187_linux_26.1010.zip
cd rtl8187_linux_26.1010.0622.2006/
wget http://patches.aircrack-ng.org/rtl8187_2.6.27.patch
wget http://patches.aircrack-ng.org/rtl8187_2.6.32.patch
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.27.patch
patch -Np1 -i rtl8187_2.6.32.patch
make
make install


Patrik, dont be alarmed that the patches are for 2.6.27 & 2.6.32 ! its just those tow kernels need these patches for the rest of the kernels no patching need !!
Now restart your pc and you are good to go.
Good luck
UL
PS: if your alfa gives wlan1 then do the job on wlan1. and start commands with " sudo".

patrik082

sorry but.....

11
install -d /lib/modules/2.6.38-13-generic/kernel/drivers/net/wireless/rtl8187
install -m 644 ./ieee80211/*.ko /lib/modules/2.6.38-13-generic/kernel/drivers/net/wireless/rtl_ieee80211
install: impossibile eseguire stat di "./ieee80211/*.ko": File o directory non esistente
make: *** [install] Errore 1
root@rix-Asp:/home/rix/rtl8187_linux_26.1010.0622.2006# sudo make
rm -f ieee80211/Module.symvers 2>/dev/null
rm -f ieee80211/Modules.symvers 2>/dev/null
make -C ieee80211 all
make[1]: ingresso nella directory "/home/rix/rtl8187_linux_26.1010.0622.2006/ieee80211"
make -C /lib/modules/2.6.38-13-generic/build M=/home/rix/rtl8187_linux_26.1010.0622.2006/ieee80211 modules
make: ingresso in una directory sconosciuta
make: *** /lib/modules/2.6.38-13-generic/build: File o directory non esistente.  Arresto.
make: uscita dalla directory sconosciuta
make[1]: *** [modules] Errore 2
make[1]: uscita dalla directory "/home/rix/rtl8187_linux_26.1010.0622.2006/ieee80211"
make: *** [all] Errore 2
root@rix-Asp:/home/rix/rtl8187_linux_26.1010.0622.2006#