Sorry my ignorance but timstewart tut. is only for RTL8187L ?
What is the difference between RTL8187L and RTL8187b ?
I have an RTL8187b and I can't connect to the internet buy wireless...
Anyone with this chipset can connect to wireless network?
Hi
I followed the instructions here from timstewart. Everything worked without errors (thanks for that tut ^^)
Now i have some problems/Questions.
the ./wlan0up does not exist when i try (no such file or dir. ) am i in the wrong dir ??
second thing : before i patched, the comand airmon-ng start wlan0 made a mon0 interface , now it doesn't anymore ..
and the last thing : when i do the steps
ifconfig wlan0 down
iwconfig wlan0 mode managed
ifconfig wlan0 up
iwconfig wlan0 ap bssid,
is the one with the bssid the last step, then i get a error (Interface wlan0 doesn't support IP addresses)
Should i re-install everything or am i getting something wrong ?
Sorry my ignorance but timstewart tut. is only for RTL8187L ?
What is the difference between RTL8187L and RTL8187b ?
I have an RTL8187b and I can't connect to the internet buy wireless...
Anyone with this chipset can connect to wireless network?
DeltaEskimo:
Forget ./wlan0up
The mac80211 drivers produce mon0. The ieee80211 drivers dont. You just use wlan0.
Is it the bssid or essid you are trying to set? To set essid and wep key use:
iwconfig wlan0 essid <AP essid> key <wep key>
try iwconfig --help for a list of (hopefully) useable parameters
I don't think you need to reinstall. Just read a bit more. Good luck.
M1TH1K:
Obviously the rtl8187l and the rtl8187b are different chipsets as they do need different drivers. Use the forum search or go lego for the answer. Other people have managed to sort it.
You will have more luck searching in the BT3 sections for WPA and rtl8187. I would think you will need to use wpasupplicant with the old drivers. To be honest, anyone starting with BT would be better starting with BT3 as there is a lot more help. BT4b is Ubuntu based and very new. Its all a learning curve. Nothing whatsoever wrong with BT3 though.
timstewart:
I bought an Alfa AWUS036H i can crack perfectly with the old drivers but i cant connect to any wireless network!!
I do:
And the globe (network manager) stays green. I create a new connection with everything, globe disappear and appear another "thing"... But it cant connect, the other thing that substitutes the globe stays there and it says (Device: wlan0 state: Disconnected).Code:/etc/init.d/networking start /etc/init.d/NetworkManager start
Do you know why??
I don't use newtork manager with bt3 (or bt4). I prefer to use the command line.
In BT3, after you have cracked your network make sure your Alfa is back to managed mode. Then set the essid and network key (for wep anyway - wpa is a bit more involded, but you can read up on that).
ie:
either unplug and re-insert the Alfa or
# airmon-ng stop wlan0
or even
# iwconfig wlan0 mode managed
then
iwconfig wlan0 essid <your essid> key <your wep key>
If you now type 'iwconfig' you will see the channel your Alfa is on at that point and also if the access point (AP) is still 'Not-Associated'. After one or two more 'iwconfig' commands you will see the channel number increase and when this number matches the channel that your AP is transmitting on the 'Not-Associated' bit should change to the bssid (mac address) of your AP. Your Alfa is now connected to your AP. All thats left is to get or set an IP address and gateway etc.
either
# dhcpcd wlan0
(or whatever you use) or set it manually.
Now wep is working. thanks timstewart
To connect to wpa I use the ndiswrapper driver and wpa_supplincant. Is this the only way?
Using backtrack for the first time is like being 10 years old again with the keys to a Ferrari.