I've almost the same issue except i've an eub-9603 ext adapter and backtrack doesn't recognize my device when i try to launch "airmon-ng start wlan0 "
is someone have a solution ? :\
thanks
hi
today I had bayed EnGenius EUB9603H
and the info of the card
Atheros AR2414
Realtek RTL8188SU
and this is a photo
http://postimage.org/image/hak51ejo/
http://postimage.org/image/hdrwnp44/
http://postimage.org/image/hfpd89us/
my problem is the card doesn't work with aircrack
i tried back-track 4 and 5 on it
he works but he doesn't show me routers or anything :\
and htis is some photos
http://postimage.org/image/hj8plzvo/
http://postimage.org/image/hhg7ngmc/
http://postimage.org/image/hju7lias/
I've almost the same issue except i've an eub-9603 ext adapter and backtrack doesn't recognize my device when i try to launch "airmon-ng start wlan0 "
is someone have a solution ? :\
thanks
Ya iam interested in getting this working as well.
Was this able to work in monitor mode?
I have the same problem currently.
would this sullution apply? I am a noobie, I understand, but not fully. The chipset for this card is RTL8188SU. It works on some thing called ubuntu... dont know what this is, I just started using backtrack5 on a usb stick buy am slowly learning. maybe someone with more knowledge can explain if that is lunix why cant they both work?
http://ubuntuforums.org/showthread.php?t=1705004
Hi, you just need to make the driver and insert it into ubuntu. I followed your link and used the fedora instructions that came from Realtek for the chipset (I have an Encore ENUWI-N4 USB wireless N adapter). Only a couple changes are needed to work on ubuntu.
1) extract the driver from the driver's folder. you can use 'archive manager' or from a command line:
$ tar zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.201006 25.tar.gz
2) make 8712 USB driver module (doesn't matter that the chipset is 8188SU), use a terminal window and navigate to the folder you just extracted
$ make
3) clean the operation environment, I needed to have root permission to get this to work
$ sudo ./clean
4) insert 8712 USB modules, with root access
$ sudo insmod 8712u.ko
After that, the blue light came on and the card was able to connect to networks via the NetworkManager applet. Hope this works for you.