I have finaly installed the driver.
But now i cannot configure the wireless.
This is my Wireless network :
Cell 01 - Address: DC:53:7C:BC:F6:AD
ESSID:"Jon Wifi"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:270 Mb/s
Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD270050F204104A00011010440001021047001063041253101920061228DC537CBCF6AE103C000103
Quality=90/100 Signal level=42/100
Extra:fm=0001
---------------------------------------------------------------------
This is my Wpa supplicant file :
ountry=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Jon Wifi"
psk="$$$$$$$"
}
-------------------------------------------
And this is my interfaces file :
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Thanks a lot for helping im so lost
