diff --git a/FAQ.md b/FAQ.md
index cc5dc8e..6a4259d 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,9 +1,41 @@
+### I'm using fluxion 0.x, 1.x, 2.x, 3.x and something doesn't work
+Shut the $!@# up and update your software. There is already a version > 4.0
+This is a unpaid spare time project, and we can't afford to support every legacy version. If it's a major security concern, feel free to let us know. If something is just broken or inconvenient in an old version, we don't care.
+
+
### Clients are not automatically connected to the fake access point
-This is a social engineering attack and it's pointless to drag clients in automatically. The script relies on the fact that a user should be present in order to enter the wireless credentials.
+This is a social engineering attack and it's pointless to drag clients in automatically. The script relies on the fact that users are present in order to connect to the fake accesspoint and enter the wireless credentials.
### There's no Internet connectivity in the fake access point
There shouldn't be one. All of the traffic is being sinkholed to the built in captive portal via a fake DNS responder in order to capture the credentials.
+### The Captive Portal doesn't show up on my devices!
+This can be caused by several things for example:
+* The DNS rerouting script doesn't work properly
+ * if this is the case, the yellow window handling DNS requests will not show any rerouting entries
+* The clients are not connected to the FAKE AP
+* The clients recognized that the fake ap has no internet connection and use their cellular data instead.
+
+If you want to help fix this issue, send us the output of the diagnostics script and `iptables -L -n -v` while fluxion is running the captive portal attack.
+
+### I cant find the temporary directory
+The temporary files are placed in `/tmp/fluxspace/`. This directory only exists WHILE fluxion is actually running an attack. It will be cleaned up during the exit routine of fluxion.
+
+### Is my wifi card compatible?
+Check the output of `iw list` it should contain something like this:
+```
+Supported interface modes:
+ * IBSS
+ * managed
+ * AP
+ * AP/VLAN
+ * monitor
+ * mesh point
+ * P2P-client
+ * P2P-GO
+```
+The important ones are `AP` and `monitor` if one of those is missing your wifi card is most likely incompatible. If you are looking for advice on which card to buy, check wikidevi for information. People tend to generally recommend the `TP-LINK TL-WN722N v1` ( v2 WILL NOT WORK) and the `Alfa AWUS036NHA`.
+
### No access point is generated by the `Captive Portal` attack
The most common cause for this is using a driver that does not support virtual interfaces. Fluxion's `Captive Portal` attack may use a virtual interface to simulate a secondary wireless adapter, one is used for jamming the target access point, while the other is used for generating the "evil twin" access point. The **`realtek-rtl88xxau-dkms`** is a relatively popular driver that **does not support virtual interfaces**.
@@ -26,19 +58,21 @@ Separate the flags with command delimiters (semicolons ';'):
export FLUXIONWIKillProcesses=1; export FLUXIONWIReloadDriver=1; ./fluxion.sh
```
+
+### Where is the temporary folder?
+You can find that folder in:
+
+Fluxion 3
+```/tmp/fluxspace```
+
+Fluxion 2 and older
+```/tmp/FluxTemp```
+
+**Note:**
The folder gets erased after exit. If the debug mode is on the folder will not be erased.
+
### Where is the handshake location?
You can find every saved handshake in:
```fluxion/attacks/Handshake Snooper/handshakes```
-### Where is the temporary folder?
-You can find that folder in:
-Fluxion 3
-```/tmp/fluxspace```
-Fluxion 2 and older
-```/tmp/FluxTemp```
-
-
-**Note:**
The folder get erased after exit. If the debug mode is on the folder get not erased.
-
### Optimal Chipsets
It's required you use network adapters supporting master (access point) mode. If you don't currently own an adapter, we suggest you make an educated purchase by looking into [devices and their chipsets here](https://wikidevi.com/wiki/Wireless_adapters/Chipset_table).
\ No newline at end of file