Wicd doe not recognize alfa adapter
Hello! I'm running BT5 32 bit kde version in vmware. Everything works great like airmon-ng, but wicd just does not want to scan for wireless networks. I tried putting interface down and restarting, but no luck. Any suggestions?
eth0 connects fine btw
Re: Wicd doe not recognize alfa adapter
i think you can't connect through wirless card for you pc
i think you must use alfa usb
good luck
Re: Wicd doe not recognize alfa adapter
yes i am using alfa awus036h usb adapter that i connect to BT5 through vmware.
Re: Wicd doe not recognize alfa adapter
up i have the same issue :(
i have the usb adopter .i got the following error:SIOCSIFFLAGS: Unknown error 132 :(
bt5 gnome32bit
any help plz
Re: Wicd doe not recognize alfa adapter
Quote:
Originally Posted by
mesmar
up i have the same issue :(
i have the usb adopter .i got the following error:SIOCSIFFLAGS: Unknown error 132 :(
bt5 gnome32bit
any help plz
I used to get this error on BT4R2 using awus036h.
this was the only procedure that helped me make it work:
Rtl8187 vs r8187 - BackTrack Linux
try that.
Re: Wicd doe not recognize alfa adapter
Quote:
Originally Posted by
mesmar
up i have the same issue :(
i have the usb adopter .i got the following error:SIOCSIFFLAGS: Unknown error 132 :(
bt5 gnome32bit
any help plz
I had the same problem in BT4 if you are using RTL8187 the this should fix it up for you.
http://www.youtube.com/watch?v=l64cAu7xTqY
luckily for my problem i just forgot to add wlan0 to wicd options.. i feel special now lol
Re: Wicd doe not recognize alfa adapter
gmoraes thnx for your help
i am using bt5 as the main OS not on vmware
i did the following:
Quote:
dmesg|tail -20
[ 1439.608182] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 1439.608187] cfg80211: Restoring regulatory settings
[ 1439.608194] cfg80211: Calling CRDA to update world regulatory domain
[ 1439.612819] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 1439.612828] cfg80211: World regulatory domain updated:
[ 1439.612832] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 1439.612841] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 1439.612849] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 1439.612856] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 1439.612864] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 1439.612871] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 1439.656059] iwl3945 0000:03:00.0: Not sending command - RF KILL
[ 1439.656069] iwl3945 0000:03:00.0: Error sending REPLY_RXON: enqueue_hcmd failed: -5
[ 1439.656076] iwl3945 0000:03:00.0: Error setting new configuration (-5).
[ 1439.660028] iwl3945 0000:03:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0x040003DD
[ 1441.560116] sky2 0000:02:00.0: eth0: disabling interface
[ 1441.571313] sky2 0000:02:00.0: eth0: enabling interface
[ 1441.571720] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1471.134297] usbcore: deregistering interface driver rtl8187
[ 1522.453934] usbcore: registered new interface driver rtl8187
then
Quote:
root@bt:~# rmmod rtl8187
root@bt:~# rfkill block all
root@bt:~# rfkill unblock all
oot@bt:~# modprobe rtl8187
root@bt:~# rfkill unblock all
root@bt:~# ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132
as you cansee it did not work :(
any idea:???
Re: Wicd doe not recognize alfa adapter
Maybe you guys can try /etc/init.d/wicd start or iwconfig wlan0 up "wlan0" being the name of your wireless adapter....not sure if this will make a difference in your guys case or not. Just thought I might put my 2 cents in : )